6ef39d66feb5c5918dc1be679a427fccf5007a02
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Attribute Type | 4 | ||
Change Attribute Type workload : Stack<Object> to workload : Deque<Object> in class cypher.feature.parser.CypherValuesCreator | From | To | |
Change Attribute Type mapCounters : Stack<Integer> to mapCounters : Deque<Integer> in class cypher.feature.parser.CypherValuesCreator | From | To | |
Change Attribute Type names : Stack<String> to names : Deque<String> in class cypher.feature.parser.CypherValuesCreator | From | To | |
Change Attribute Type listCounters : Stack<Integer> to listCounters : Deque<Integer> in class cypher.feature.parser.CypherValuesCreator | From | To |