b1b7879fd2e2b623f33da68730befb869c0c1608
Files Diff
- Added: 4
- Removed: 1
- Renamed: 0
- Modified: 22
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Push Down Method | 2 | ||
| Push Down Method public hashCode() : int from class org.neo4j.kernel.api.exceptions.schema.ConstraintVerificationFailedKernelException.Evidence to public hashCode() : int from class org.neo4j.kernel.api.exceptions.schema.ConstraintVerificationFailedKernelException.IndexEntryConflict | From | To | |
| Push Down Method public Evidence(conflict IndexEntryConflictException) from class org.neo4j.kernel.api.exceptions.schema.ConstraintVerificationFailedKernelException.Evidence to package IndexEntryConflict(cause IndexEntryConflictException) from class org.neo4j.kernel.api.exceptions.schema.ConstraintVerificationFailedKernelException.IndexEntryConflict | From | To | |
| Rename Variable | 1 | ||
| Rename Variable evidence : Set<ConstraintVerificationFailedKernelException.Evidence> to evidences : Set<Evidence> in method public validate() : void in class org.neo4j.kernel.impl.api.index.TentativeConstraintIndexProxy | From | To | |
| Extract Variable | 1 | ||
| Extract Variable cause : Throwable in method public shouldFailToCreateConstraintIfSomeNodeLacksTheMandatoryProperty() : void from class org.neo4j.kernel.impl.api.integrationtest.MandatoryPropertyConstraintVerificationIT | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type evidence : Set<ConstraintVerificationFailedKernelException.Evidence> to evidences : Set<Evidence> in method public validate() : void in class org.neo4j.kernel.impl.api.index.TentativeConstraintIndexProxy | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter conflict : IndexEntryConflictException to cause : IndexEntryConflictException in method package IndexEntryConflict(cause IndexEntryConflictException) in class org.neo4j.kernel.api.exceptions.schema.ConstraintVerificationFailedKernelException.IndexEntryConflict | From | To | |
| Rename Parameter statement : KernelStatement to state : KernelStatement in method public mandatoryPropertyConstraintCreate(state KernelStatement, labelId int, propertyKeyId int) : MandatoryPropertyConstraint in class org.neo4j.kernel.impl.api.operations.SchemaWriteOperations | From | To |