072c49893e49d131f118bc597d14dfe7acc8e0b4
Files Diff
- Added: 25
- Removed: 2
- Renamed: 0
- Modified: 14
Link to commit
Third party dependencies:
Dependency Action | |
---|---|
Removed | |
com.hazelcast:hazelcast-all:3.5.1 | |
org.testng:testng:6.8.8 | |
javax.mail:mail:1.4 | |
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.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 | |
org.mockito:mockito-all:1.9.5 |
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public asText(document ODocument) : String renamed to public fromDoc(document ODocument) : Point in class com.orientechnologies.lucene.shape.OPointShapeBuilder | From | To | |
Pull Up Method | 2 | ||
Pull Up Method public asText(shape Shape) : String from class com.orientechnologies.lucene.shape.ORectangleShapeBuilder to public asGeoJson(shape T) : String from class com.orientechnologies.lucene.shape.OShapeBuilder | From | To | |
Pull Up Method public asText(shape Shape) : String from class com.orientechnologies.lucene.shape.OPolygonShapeBuilder to public asGeoJson(shape T) : String from class com.orientechnologies.lucene.shape.OShapeBuilder | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type shape : Shape to shape : T in method public asGeoJson(shape T) : String in class com.orientechnologies.lucene.shape.OShapeBuilder | From | To | |
Change Return Type | 1 | ||
Change Return Type String to Point in method public fromDoc(document ODocument) : Point in class com.orientechnologies.lucene.shape.OPointShapeBuilder | From | To | |
Rename Class | 1 | ||
Rename Class com.orientechnologies.lucene.shape.OShapeFactoryImpl renamed to com.orientechnologies.lucene.shape.OShapeFactory | From | To | |
Extract Superclass | 1 | ||
Extract Superclass com.orientechnologies.lucene.test.BaseSpatialLuceneTest from classes [com.orientechnologies.lucene.test.LuceneSpatialIOTest] | From | To | |
Change Variable Type | 1 | ||
Change Variable Type coordinates : List<Double> to coordinates : List<Number> in method public fromDoc(document ODocument) : Point in class com.orientechnologies.lucene.shape.OPointShapeBuilder | From | To | |
Extract Method | 1 | ||
Extract Method public fromDoc(doc ODocument) : T extracted from public asText(document ODocument) : String in class com.orientechnologies.lucene.shape.OShapeBuilder | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type factory : OShapeFactoryImpl to factory : OShapeFactory in class com.orientechnologies.lucene.functions.spatial.OToWktFunction | From | To |