a94f2a10a2add2a53fd6b252acc13f105f3bebb6
Files Diff
- Added: 259
- Removed: 254
- Renamed: 0
- Modified: 46
Link to commit
Third party dependencies:
Dependency Action | |
---|---|
Removed | |
com.sun.jersey.contribs:jersey-multipart:1.19 | |
org.apache.maven:maven-model:3.0.3 | |
org.rrd4j:rrd4j:2.2 | |
org.neo4j.3rdparty.javax.ws.rs:jsr311-api:1.1.2.r612 | |
org.codehaus.plexus:plexus-container-default:1.5.5 | |
geronimo-spec:geronimo-spec-j2ee:1.4-rc4 | |
org.twdata.maven:mojo-executor:2.0 | |
org.codehaus.plexus:plexus-utils:2.0.5 | |
org.apache.maven:maven-settings:3.0.3 | |
org.apache.lucene:lucene-core:3.6.2 | |
org.slf4j:jcl-over-slf4j:1.7.7 | |
org.apache.maven:maven-monitor:2.2.1 | |
org.codehaus.plexus:plexus-component-annotations:1.5.5 | |
ch.qos.logback:logback-classic:1.1.2 | |
org.hamcrest:hamcrest-all:1.3 | |
ch.qos.logback:logback-access:1.1.2 | |
ch.qos.logback:logback-core:1.1.2 | |
junit:junit:4.11 | |
commons-io:commons-io:2.4 | |
org.powermock:powermock-api-mockito:1.5.5 | |
org.apache.maven:maven-plugin-api:3.0.3 | |
org.sonatype.sisu:sisu-inject-plexus:2.3.0 | |
net.sf.opencsv:opencsv:2.3 | |
org.codehaus.plexus:plexus-classworlds:2.4 | |
org.codehaus.jackson:jackson-core-asl:1.9.13 | |
org.scalacheck:scalacheck_2.10:1.12.2 | |
org.codehaus.jackson:jackson-mapper-asl:1.9.13 | |
org.sonatype.aether:aether-api:1.13.1 | |
junit:junit-dep:4.11 | |
org.hsqldb:hsqldb:2.3.2 | |
bouncycastle:bcprov-jdk16:140 | |
org.osgi:osgi_R4_core:1.0 | |
commons-configuration:commons-configuration:1.10 | |
org.apache.maven:maven-project:3.0-alpha-2 | |
org.apache.geronimo.specs:geronimo-jta_1.1_spec:1.1.1 | |
commons-codec:commons-codec:1.9 | |
org.apache.maven.shared:maven-filtering:1.0 | |
org.scalautils:scalautils_2.10:2.1.7 | |
org.codehaus.plexus:plexus-archiver:1.2 | |
org.picocontainer:picocontainer:2.14.3 | |
org.apache.maven:maven-artifact:3.0.3 | |
org.apache.httpcomponents:httpclient:4.3.4 | |
org.mockito:mockito-core:1.9.5 | |
org.apache.commons:commons-lang3:3.3.2 | |
org.codehaus.janino:janino:2.6.1 | |
org.apache.httpcomponents:httpcore:4.3.2 | |
org.slf4j:slf4j-api:1.7.7 | |
org.scalatest:scalatest_2.10:2.2.4 | |
log4j:log4j:1.2.17 | |
org.apache.maven:maven-core:3.0.3 | |
com.sun.jersey:jersey-client:1.19 | |
org.apache.maven:maven-repository-metadata:3.0.3 | |
org.mozilla:rhino:1.7R4 | |
com.sun.jersey:jersey-server:1.19 | |
com.sun.jersey:jersey-servlet:1.19 | |
com.google.code.gson:gson:2.2.4 | |
org.powermock:powermock-module-junit4:1.5.5 | |
org.parboiled:parboiled-scala_2.10:1.1.7 | |
com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4 | |
org.hamcrest:hamcrest-library:1.3 | |
commons-digester:commons-digester:2.1 | |
org.hamcrest:hamcrest-core:1.3 | |
org.osgi:osgi_R4_compendium:1.0 | |
io.netty:netty:3.6.3.Final | |
org.mockito:mockito-all:1.9.5 | |
org.codehaus.jackson:jackson-jaxrs:1.9.13 | |
org.codehaus.plexus:plexus-interpolation:1.15 |
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 2 | ||
Move And Rename Method private createNodePropertyExistenceConstraint(label Label, propertyKey String) : void from class org.neo4j.kernel.impl.api.store.DiskLayerSchemaTest to private awaitIndexes(db GraphDatabaseService) : void from class org.neo4j.SchemaHelper | From | To | |
Move And Rename Method private createRelationshipPropertyExistenceConstraint(type RelationshipType, propertyKey String) : void from class org.neo4j.kernel.impl.api.store.DiskLayerSchemaTest to private awaitIndexes(db GraphDatabaseService) : void from class org.neo4j.SchemaHelper | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type schemaRuleIterator : Iterator<SchemaRule> to schemaRuleIterator : List<SchemaRule> in method public load(schemaRuleIterator List<SchemaRule>) : void in class org.neo4j.kernel.impl.api.store.SchemaCache | From | To | |
Move Method | 19 | ||
Move Method public shouldListAllConstraintsForRelationshipTypeAndProperty() : void from class org.neo4j.kernel.impl.api.store.DiskLayerSchemaTest to public shouldListAllConstraintsForRelationshipTypeAndProperty() : void from class org.neo4j.kernel.impl.api.store.DiskLayerSchemaWithPECTest | From | To | |
Move Method public shouldListAddedConstraintsByRelationshipType() : void from class org.neo4j.graphdb.SchemaAcceptanceTest to public shouldListAddedConstraintsByRelationshipType() : void from class org.neo4j.graphdb.SchemaWithPECAcceptanceTest | From | To | |
Move Method public canListNodePropertyExistenceConstraints() : void from class org.neo4j.shell.TestApps to public canListNodePropertyExistenceConstraints() : void from class org.neo4j.shell.TestPECListing | From | To | |
Move Method public shouldCreateRelationshipPropertyExistenceConstraint() : void from class org.neo4j.unsafe.batchinsert.BatchInsertTest to public shouldCreateRelationshipPropertyExistenceConstraint() : void from class org.neo4j.graphdb.SchemaWithPECAcceptanceTest | From | To | |
Move Method public canListRelationshipPropertyExistenceConstraintsByTypeAndProperty() : void from class org.neo4j.shell.TestApps to public canListRelationshipPropertyExistenceConstraintsByTypeAndProperty() : void from class org.neo4j.shell.TestPECListing | From | To | |
Move Method public shouldCreateNodePropertyExistenceConstraint() : void from class org.neo4j.graphdb.SchemaAcceptanceTest to public shouldCreateNodePropertyExistenceConstraint() : void from class org.neo4j.graphdb.SchemaWithPECAcceptanceTest | From | To | |
Move Method public shouldCreateRelationshipPropertyExistenceConstraint() : void from class org.neo4j.server.rest.web.DatabaseActionsTest to public shouldCreateRelationshipPropertyExistenceConstraint() : void from class org.neo4j.graphdb.SchemaWithPECAcceptanceTest | From | To | |
Move Method public canListRelationshipPropertyExistenceConstraintsByType() : void from class org.neo4j.shell.TestApps to public canListRelationshipPropertyExistenceConstraintsByType() : void from class org.neo4j.shell.TestPECListing | From | To | |
Move Method public shouldCreateNodePropertyExistenceConstraint() : void from class org.neo4j.unsafe.batchinsert.BatchInsertTest to public shouldCreateNodePropertyExistenceConstraint() : void from class org.neo4j.graphdb.SchemaWithPECAcceptanceTest | From | To | |
Move Method public shouldListAllConstraintsForRelationshipType() : void from class org.neo4j.kernel.impl.api.store.DiskLayerSchemaTest to public shouldListAllConstraintsForRelationshipType() : void from class org.neo4j.kernel.impl.api.store.DiskLayerSchemaWithPECTest | From | To | |
Move Method public canListRelationshipPropertyExistenceConstraints() : void from class org.neo4j.shell.TestApps to public canListRelationshipPropertyExistenceConstraints() : void from class org.neo4j.shell.TestPECListing | From | To | |
Move Method public shouldCreateRelationshipPropertyExistenceConstraint() : void from class org.neo4j.graphdb.SchemaAcceptanceTest to public shouldCreateRelationshipPropertyExistenceConstraint() : void from class org.neo4j.graphdb.SchemaWithPECAcceptanceTest | From | To | |
Move Method public shouldCreateNodePropertyExistenceConstraint() : void from class org.neo4j.server.rest.web.DatabaseActionsTest to public shouldCreateNodePropertyExistenceConstraint() : void from class org.neo4j.graphdb.SchemaWithPECAcceptanceTest | From | To | |
Move Method public canListBothNodeAndRelationshipPropertyExistenceConstraintsByLabelAndType() : void from class org.neo4j.shell.TestApps to public canListBothNodeAndRelationshipPropertyExistenceConstraintsByLabelAndType() : void from class org.neo4j.shell.TestPECListing | From | To | |
Move Method public canListBothNodeAndRelationshipPropertyExistenceConstraints() : void from class org.neo4j.shell.TestApps to public canListBothNodeAndRelationshipPropertyExistenceConstraints() : void from class org.neo4j.shell.TestPECListing | From | To | |
Move Method public shouldHaveCorrectIndentationsInSchemaListing() : void from class org.neo4j.shell.TestApps to public shouldHaveCorrectIndentationsInSchemaListing() : void from class org.neo4j.shell.TestPECListing | From | To | |
Move Method public canListNodePropertyExistenceConstraintsByLabel() : void from class org.neo4j.shell.TestApps to public canListNodePropertyExistenceConstraintsByLabel() : void from class org.neo4j.shell.TestPECListing | From | To | |
Move Method private createNodePropertyExistenceConstraint(label Label, prop String) : ConstraintDefinition from class org.neo4j.graphdb.SchemaAcceptanceTest to private createNodePropertyExistenceConstraint(label Label, propertyKey String) : ConstraintDefinition from class org.neo4j.graphdb.SchemaWithPECAcceptanceTest | From | To | |
Move Method public canListNodePropertyExistenceConstraintsByLabelAndProperty() : void from class org.neo4j.shell.TestApps to public canListNodePropertyExistenceConstraintsByLabelAndProperty() : void from class org.neo4j.shell.TestPECListing | From | To | |
Move Source Folder | 2 | ||
Move Source Folder community/cypher/docs to manual | From | To | |
Move Source Folder community/kernel to enterprise/enterprise-features | From | To | |
Extract Class | 6 | ||
Extract Class org.neo4j.graphdb.SchemaWithPECAcceptanceTest from class org.neo4j.kernel.impl.api.store.DiskLayerSchemaTest | From | To | |
Extract Class org.neo4j.kernel.impl.api.store.DiskLayerSchemaWithPECTest from class org.neo4j.kernel.impl.api.store.DiskLayerSchemaTest | From | To | |
Extract Class org.neo4j.shell.TestPECListing from class org.neo4j.shell.TestApps | From | To | |
Extract Class org.neo4j.graphdb.SchemaWithPECAcceptanceTest from class org.neo4j.unsafe.batchinsert.BatchInsertTest | From | To | |
Extract Class org.neo4j.graphdb.SchemaWithPECAcceptanceTest from class org.neo4j.graphdb.SchemaAcceptanceTest | From | To | |
Extract Class org.neo4j.graphdb.SchemaWithPECAcceptanceTest from class org.neo4j.server.rest.web.DatabaseActionsTest | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class org.neo4j.kernel.impl.api.integrationtest.ConstraintCreationIT moved and renamed to org.neo4j.graphdb.SchemaWithPECAcceptanceTest.Labels | From | To | |
Move Class | 3 | ||
Move Class org.neo4j.kernel.impl.api.integrationtest.ConstraintCreationIT.AbstractConstraintCreationIT moved to org.neo4j.kernel.impl.api.integrationtest.AbstractConstraintCreationIT | From | To | |
Move Class org.neo4j.kernel.impl.api.integrationtest.ConstraintCreationIT.RelationshipPropertyExistenceConstraintCreationIT moved to org.neo4j.kernel.impl.api.integrationtest.RelationshipPropertyExistenceConstraintCreationIT | From | To | |
Move Class org.neo4j.kernel.impl.api.integrationtest.ConstraintCreationIT.NodePropertyExistenceConstraintCreationIT moved to org.neo4j.kernel.impl.api.integrationtest.NodePropertyExistenceConstraintCreationIT | From | To | |
Change Variable Type | 5 | ||
Change Variable Type expectedConstraints : Set<NodePropertyConstraint> to expectedConstraints : Set<?> in method public shouldListAllConstraintsForLabelAndProperty() : void in class org.neo4j.kernel.impl.api.store.DiskLayerSchemaTest | From | To | |
Change Variable Type expectedRules : Set<RelationshipPropertyConstraintRule> to expectedRules : Set<UniquePropertyConstraintRule> in method public shouldListSchemaRulesByClass() : void in class org.neo4j.kernel.impl.store.SchemaStorageTest | From | To | |
Change Variable Type expectedConstraints : Set<NodePropertyConstraint> to expectedConstraints : Set<?> in method public shouldListAllConstraintsForLabel() : void in class org.neo4j.kernel.impl.api.store.DiskLayerSchemaTest | From | To | |
Change Variable Type listedRules : Set<RelationshipPropertyConstraintRule> to listedRules : Set<UniquePropertyConstraintRule> in method public shouldListSchemaRulesByClass() : void in class org.neo4j.kernel.impl.store.SchemaStorageTest | From | To | |
Change Variable Type expectedConstraints : Set<PropertyConstraint> to expectedConstraints : Set<?> in method public shouldListAllConstraints() : void in class org.neo4j.kernel.impl.api.store.DiskLayerSchemaTest | From | To | |
Extract Method | 1 | ||
Extract Method private statementOn(db GraphDatabaseService) : KernelStatement extracted from private readOperationsOn(db GraphDatabaseService) : ReadOperations in class org.neo4j.consistency.checking.full.FullCheckIntegrationTest | From | To | |
Rename Method | 6 | ||
Rename Method public shouldReportInvalidLabelIdInMandatoryNodePropertyConstraintRule() : void renamed to public shouldReportInvalidLabelIdInNodePropertyExistenceConstraintRule() : void in class org.neo4j.consistency.checking.full.FullCheckIntegrationTest | From | To | |
Rename Method public shouldReportDuplicatedMandatoryNodePropertyConstraintRules() : void renamed to public shouldReportDuplicatedNodePropertyExistenceConstraintRules() : void in class org.neo4j.consistency.checking.full.FullCheckIntegrationTest | From | To | |
Rename Method public shouldReportDuplicatedMandatoryRelationshipPropertyConstraintRules() : void renamed to public shouldReportDuplicatedRelationshipPropertyExistenceConstraintRules() : void in class org.neo4j.consistency.checking.full.FullCheckIntegrationTest | From | To | |
Rename Method public shouldReportInvalidPropertyKeyIdInMandatoryNodePropertyConstraintRule() : void renamed to public shouldReportInvalidPropertyKeyIdInNodePropertyExistenceConstraintRule() : void in class org.neo4j.consistency.checking.full.FullCheckIntegrationTest | From | To | |
Rename Method public shouldReportInvalidRelTypeIdInMandatoryRelationshipPropertyConstraintRule() : void renamed to public shouldReportInvalidRelTypeIdInRelationshipPropertyExistenceConstraintRule() : void in class org.neo4j.consistency.checking.full.FullCheckIntegrationTest | From | To | |
Rename Method public shouldReportNothingForUniquenessAndMandatoryPropertyConstraintOnSameLabelAndProperty() : void renamed to public shouldReportNothingForUniquenessAndPropertyExistenceConstraintOnSameLabelAndProperty() : void in class org.neo4j.consistency.checking.full.FullCheckIntegrationTest | From | To | |
Pull Up Method | 4 | ||
Pull Up Method private readOps() : ReadOperations from class org.neo4j.kernel.impl.api.store.DiskLayerSchemaTest to protected readOps() : ReadOperations from class org.neo4j.kernel.impl.api.store.DiskLayerTest | From | To | |
Pull Up Method private labelId(label Label) : int from class org.neo4j.kernel.impl.api.store.DiskLayerSchemaTest to protected labelId(label Label) : int from class org.neo4j.kernel.impl.api.store.DiskLayerTest | From | To | |
Pull Up Method private relationshipTypeId(type RelationshipType) : int from class org.neo4j.kernel.impl.api.store.DiskLayerSchemaTest to protected relationshipTypeId(type RelationshipType) : int from class org.neo4j.kernel.impl.api.store.DiskLayerTest | From | To | |
Pull Up Method private propertyKeyId(propertyKey String) : int from class org.neo4j.kernel.impl.api.store.DiskLayerSchemaTest to protected propertyKeyId(propertyKey String) : int from class org.neo4j.kernel.impl.api.store.DiskLayerTest | From | To | |
Change Return Type | 2 | ||
Change Return Type ConstraintDefinition to void in method private createLabelPropertyExistenceConstraint(labelName String, propertyKey String) : void in class org.neo4j.server.rest.SchemaConstraintsDocIT | From | To | |
Change Return Type ConstraintDefinition to void in method private createRelationshipTypePropertyExistenceConstraint(typeName String, propertyKey String) : void in class org.neo4j.server.rest.SchemaConstraintsDocIT | From | To | |
Rename Parameter | 2 | ||
Rename Parameter prop : String to propertyKey : String in method private createNodePropertyExistenceConstraint(label Label, propertyKey String) : ConstraintDefinition in class org.neo4j.graphdb.SchemaWithPECAcceptanceTest | From | To | |
Rename Parameter type : String to label : String in method package createConstraintInRunningTx(db GraphDatabaseService, label String, property String) : void in class org.neo4j.kernel.impl.api.integrationtest.NodePropertyExistenceConstraintCreationIT | From | To |