12c003f1a0d00a10299b2bb5574b67c828c85dda
Files Diff
- Added: 8
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Push Down Method | 1 | ||
| Push Down Method public getUserMessage(tokenNameLookup TokenNameLookup) : String from class org.neo4j.kernel.api.exceptions.schema.SchemaRuleNotFoundException to public getUserMessage(tokenNameLookup TokenNameLookup) : String from class org.neo4j.kernel.api.exceptions.schema.EntitySchemaRuleNotFoundException | From | To | |
| Extract Subclass | 1 | ||
| Extract Subclass org.neo4j.kernel.api.exceptions.schema.EntitySchemaRuleNotFoundException from class org.neo4j.kernel.api.exceptions.schema.SchemaRuleNotFoundException | From | To | |
| Pull Up Attribute | 1 | ||
| Pull Up Attribute private propertyKeyId : int from class org.neo4j.kernel.api.exceptions.schema.SchemaRuleNotFoundException to protected propertyKeyId : int from class org.neo4j.kernel.api.exceptions.schema.SchemaRuleException | From | To | |
| Push Down Attribute | 2 | ||
| Push Down Attribute private NODE_RULE_NOT_FOUND_MESSAGE_TEMPLATE : String from class org.neo4j.kernel.api.exceptions.schema.SchemaRuleNotFoundException to private NODE_RULE_NOT_FOUND_MESSAGE_TEMPLATE : String from class org.neo4j.kernel.api.exceptions.schema.EntitySchemaRuleNotFoundException | From | To | |
| Push Down Attribute private RELATIONSHIP_RULE_NOT_FOUND_MESSAGE_TEMPLATE : String from class org.neo4j.kernel.api.exceptions.schema.SchemaRuleNotFoundException to private RELATIONSHIP_RULE_NOT_FOUND_MESSAGE_TEMPLATE : String from class org.neo4j.kernel.api.exceptions.schema.EntitySchemaRuleNotFoundException | From | To | |
| Extract Superclass | 1 | ||
| Extract Superclass org.neo4j.kernel.api.exceptions.schema.SchemaRuleException from classes [org.neo4j.kernel.api.exceptions.schema.SchemaRuleNotFoundException] | From | To |