399a216b62f8b7ce2db47f7f8bc17980f1795b23
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 17
Link to commit
Third party dependencies:
| Dependency Action | |
|---|---|
| Removed | |
| com.hazelcast:hazelcast-all:3.5.1 | |
| javax.mail:mail:1.4 | |
| org.testng:testng:6.9.6 | |
| com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.1 | |
| org.mockito:mockito-core:1.10.19 | |
| org.javassist:javassist:3.16.1-GA | |
| junit:junit:4.10 | |
| org.assertj:assertj-core:2.2.0 | |
| com.tinkerpop.blueprints:blueprints-test:2.6.0 | |
| org.xerial.snappy:snappy-java:1.1.0.1 | |
| junit:junit:4.11 | |
| com.tinkerpop.rexster:rexster-core:2.6.0 | |
| org.apache.httpcomponents:fluent-hc:4.4 | |
| org.hibernate.javax.persistence:hibernate-jpa-2.0-api:1.0.0.Final | |
| net.java.dev.jna:jna-platform:4.0.0 | |
| com.google.code.findbugs:findbugs:3.0.1 | |
| com.tinkerpop.blueprints:blueprints-core:2.6.0 | |
| com.tinkerpop.gremlin:gremlin-groovy:2.6.0 | |
| com.tinkerpop.gremlin:gremlin-java:2.6.0 | |
| net.java.dev.jna:jna:4.0.0 | |
| org.apache.httpcomponents:httpclient:4.4 |
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Pull Up Method | 5 | ||
| Pull Up Method protected getScriptFromStream(in InputStream) : String from class com.orientechnologies.lucene.test.LuceneSkipLimitTest to protected getScriptFromStream(in InputStream) : String from class com.orientechnologies.lucene.test.BaseLuceneTest | From | To | |
| Pull Up Method protected getScriptFromStream(in InputStream) : String from class com.orientechnologies.lucene.test.LuceneSingleFieldEmbeddedTest to protected getScriptFromStream(in InputStream) : String from class com.orientechnologies.lucene.test.BaseLuceneTest | From | To | |
| Pull Up Method private getScriptFromStream(in InputStream) : String from class com.orientechnologies.lucene.test.LuceneMultiFieldTest to protected getScriptFromStream(in InputStream) : String from class com.orientechnologies.lucene.test.BaseLuceneTest | From | To | |
| Pull Up Method protected getScriptFromStream(in InputStream) : String from class com.orientechnologies.lucene.test.LuceneVsLuceneTest to protected getScriptFromStream(in InputStream) : String from class com.orientechnologies.lucene.test.BaseLuceneTest | From | To | |
| Pull Up Method protected getScriptFromStream(in InputStream) : String from class com.orientechnologies.lucene.test.LuceneContextTest to protected getScriptFromStream(in InputStream) : String from class com.orientechnologies.lucene.test.BaseLuceneTest | From | To | |
| Move Method | 1 | ||
| Move Method protected getScriptFromStream(in InputStream) : String from class com.orientechnologies.lucene.test.LuceneMixIndexTest to protected getScriptFromStream(in InputStream) : String from class com.orientechnologies.lucene.test.BaseLuceneTest | From | To | |
| Inline Method | 1 | ||
| Inline Method private createLuceneIndex(name String, storage OAbstractPaginatedStorage, type String, indexType String, valueContainerAlgorithm String, metadata ODocument, version int) : OIndexInternal<?> inlined to public createIndex(name String, database ODatabaseDocumentInternal, indexType String, algorithm String, valueContainerAlgorithm String, metadata ODocument, version int) : OIndexInternal<?> in class com.orientechnologies.lucene.OLuceneIndexFactory | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter algorithm : String to indexType : String in method public createIndex(name String, database ODatabaseDocumentInternal, indexType String, algorithm String, valueContainerAlgorithm String, metadata ODocument, version int) : OIndexInternal<?> in class com.orientechnologies.lucene.OLuceneIndexFactory | From | To | |
| Rename Parameter engine : OLuceneIndexManagerAbstract to manager : OLuceneIndexManagerAbstract in method public create(manager OLuceneIndexManagerAbstract, queryContext QueryContext) : OLuceneAbstractResultSet in class com.orientechnologies.lucene.collections.LuceneResultSetFactory | From | To |