ac258974775fbf3f33f0d15619dc2462b5e82131
Files Diff
- Added: 16
- Removed: 5
- Renamed: 0
- Modified: 7
Link to commit
Third party dependencies:
Dependency Action | |
---|---|
Removed | |
org.testng:testng:6.8.8 | |
javax.mail:mail:1.4 | |
com.hazelcast:hazelcast-all:3.3.5 | |
com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.1 | |
org.javassist:javassist:3.16.1-GA | |
junit:junit:4.10 | |
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.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 | |
org.mockito:mockito-all:1.9.5 |
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type factory : OShapeFactory to factory : OShapeBuilder in method public OLuceneSpatialIndexManager(factory OShapeBuilder) in class com.orientechnologies.lucene.manager.OLuceneSpatialIndexManager | From | To | |
Rename Class | 1 | ||
Rename Class com.orientechnologies.lucene.shape.OShapeFactory renamed to com.orientechnologies.lucene.shape.OShapeBuilder | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class com.orientechnologies.lucene.functions.OLuceneNearFunction moved and renamed to com.orientechnologies.lucene.functions.spatial.OToWktFunction | From | To | |
Extract Superclass | 1 | ||
Extract Superclass com.orientechnologies.lucene.shape.OShapeBuilder from classes [com.orientechnologies.lucene.shape.OShapeFactoryImpl] | From | To | |
Change Variable Type | 1 | ||
Change Variable Type f : OShapeFactory to f : OShapeBuilder in method public makeShape(key OCompositeKey, ctx SpatialContext) : Shape in class com.orientechnologies.lucene.shape.OShapeFactoryImpl | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type factory : OShapeFactory to factory : OShapeBuilder in class com.orientechnologies.lucene.manager.OLuceneSpatialIndexManager | From | To | |
Change Attribute Type factories : Map<Class<? extends Shape>,OShapeFactory> to factories : Map<String,OShapeBuilder> in class com.orientechnologies.lucene.shape.OShapeFactoryImpl | From | To |