54d33f735ad26a87543bb1c9d76d871ea8d23449
Files Diff
- Added: 1
- Removed: 2
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Merge Attribute | 1 | ||
Merge Attribute [relationshipIds : PrimitiveLongSet, propertyIds : PrimitiveLongSet] to ids : EnumMap<Type,PrimitiveLongSet> in class org.neo4j.tools.dump.InconsistentRecords | From | To | |
Rename Method | 2 | ||
Rename Method public containsRelationshipId(id long) : boolean renamed to public containsId(recordType Type, id long) : boolean in class org.neo4j.tools.dump.InconsistentRecords | From | To | |
Rename Method public property(id long) : void renamed to public reportInconsistency(recordType Type, recordId long) : void in class org.neo4j.tools.dump.InconsistentRecords | From | To | |
Move And Rename Method | 1 | ||
Move And Rename Method private id(line String) : long from class org.neo4j.tools.dump.InconsistencyReportReader to public extractId(line String) : long from class org.neo4j.tools.dump.InconsistentRecords.Type | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type inconsistencies : Inconsistencies to inconsistencies : InconsistentRecords in method public InconsistencyReportReader(inconsistencies InconsistentRecords) in class org.neo4j.tools.dump.InconsistencyReportReader | From | To | |
Change Parameter Type recordType : RecordType to recordType : Type in method public reportInconsistency(recordType Type, recordId long) : void in class org.neo4j.tools.dump.InconsistentRecords | From | To | |
Move Method | 3 | ||
Move Method private min(values int...) : int from class org.neo4j.tools.dump.InconsistencyReportReader to private min(values int...) : int from class org.neo4j.tools.dump.InconsistentRecords.Type | From | To | |
Move Method private isNotPlainId(bracket int, comma int, equally int) : boolean from class org.neo4j.tools.dump.InconsistencyReportReader to private isNotPlainId(bracket int, comma int, equally int) : boolean from class org.neo4j.tools.dump.InconsistentRecords.Type | From | To | |
Move Method private getSeparatorIndex(character char, line String, bracket int) : int from class org.neo4j.tools.dump.InconsistencyReportReader to private getSeparatorIndex(character char, line String, bracket int) : int from class org.neo4j.tools.dump.InconsistentRecords.Type | From | To | |
Change Return Type | 1 | ||
Change Return Type RecordType to Type in method private toRecordType(entityType String) : Type in class org.neo4j.tools.dump.InconsistencyReportReader | From | To | |
Extract Class | 1 | ||
Extract Class org.neo4j.tools.dump.InconsistentRecords.Type from class org.neo4j.tools.dump.InconsistencyReportReader | From | To | |
Move And Rename Class | 2 | ||
Move And Rename Class org.neo4j.tools.dump.inconsistency.Inconsistencies moved and renamed to org.neo4j.tools.dump.InconsistentRecords | From | To | |
Move And Rename Class org.neo4j.tools.dump.inconsistency.ReportInconsistencies moved and renamed to org.neo4j.tools.dump.InconsistentRecords | From | To | |
Change Variable Type | 4 | ||
Change Variable Type inconsistentWithRecordType : RecordType to inconsistentWithRecordType : Type in method public read(bufferedReader BufferedReader) : void in class org.neo4j.tools.dump.InconsistencyReportReader | From | To | |
Change Variable Type inconsistentRecordType : RecordType to inconsistentRecordType : Type in method public read(bufferedReader BufferedReader) : void in class org.neo4j.tools.dump.InconsistencyReportReader | From | To | |
Change Variable Type inconsistencies : ReportInconsistencies to inconsistencies : InconsistentRecords in method public shouldParseRelationshipGroupInconsistencies() : void in class org.neo4j.tools.dump.InconsistencyReportReaderTest | From | To | |
Change Variable Type inconsistencies : ReportInconsistencies to inconsistencies : InconsistentRecords in method public shouldReadBasicEntities() : void in class org.neo4j.tools.dump.InconsistencyReportReaderTest | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type inconsistencies : Inconsistencies to inconsistencies : InconsistentRecords in class org.neo4j.tools.dump.InconsistencyReportReader | From | To | |
Change Attribute Type inconsistencies : ReportInconsistencies to inconsistencies : InconsistentRecords in class org.neo4j.tools.dump.DumpLogicalLog.ConsistencyCheckOutputCriteria | From | To | |
Rename Parameter | 1 | ||
Rename Parameter id : long to recordId : long in method public reportInconsistency(recordType Type, recordId long) : void in class org.neo4j.tools.dump.InconsistentRecords | From | To |