f83d3b4cb0f6dd4017ac948eb2352c6ba15d91bf
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 | |
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 | 5 | ||
Rename Method public getAllTablesFilteredByAllTypes() : void renamed to public shouldGetAllTablesFilteredByAllTypes() : void in class com.orientechnologies.orient.jdbc.OrientJdbcDatabaseMetaDataTest | From | To | |
Rename Method public getAllFields() : void renamed to public shouldGetAllFields() : void in class com.orientechnologies.orient.jdbc.OrientJdbcDatabaseMetaDataTest | From | To | |
Rename Method public testDouble() : void renamed to public shouldMapRatingToDouble() : void in class com.orientechnologies.orient.jdbc.OrientJdbcResultSetTest | From | To | |
Rename Method public connectUsingPool() : void renamed to public shouldConnectUsingPool() : void in class com.orientechnologies.orient.jdbc.OrientJdbcConnectionTest | From | To | |
Rename Method public shouldLoadChunckedBlob() : void renamed to public shouldLoadChuckedBlob() : void in class com.orientechnologies.orient.jdbc.OrientJdbcBlobTest | From | To | |
Rename Variable | 2 | ||
Rename Variable count : int to size : int in method public shouldMapRatingToDouble() : void in class com.orientechnologies.orient.jdbc.OrientJdbcResultSetTest | From | To | |
Rename Variable recordChunck : ORecordBytes to recordChunk : ORecordBytes in method private loadFile(database ODatabaseDocumentInternal, filePath String, bufferSize int) : List<ORID> in class com.orientechnologies.orient.jdbc.OrientDbCreationHelper | From | To | |
Inline Variable | 1 | ||
Inline Variable stmt : Statement in method public testDouble() : void from class com.orientechnologies.orient.jdbc.OrientJdbcResultSetTest | From | To | |
Extract Method | 4 | ||
Extract Method private dumpBlobToFile(binaryFile File, blob Blob) : void extracted from public shouldLoadBlob() : void in class com.orientechnologies.orient.jdbc.OrientJdbcBlobTest | From | To | |
Extract Method private dumpBlobToFile(binaryFile File, blob Blob) : void extracted from public shouldLoadChunckedBlob() : void in class com.orientechnologies.orient.jdbc.OrientJdbcBlobTest | From | To | |
Extract Method private rsSizeOf(rs ResultSet) : int extracted from public getAllTablesFilteredByAllTypes() : void in class com.orientechnologies.orient.jdbc.OrientJdbcDatabaseMetaDataTest | From | To | |
Extract Method private rsSizeOf(rs ResultSet) : int extracted from public getNoTablesFilteredByEmptySetOfTypes() : void in class com.orientechnologies.orient.jdbc.OrientJdbcDatabaseMetaDataTest | From | To |