e701faa2da7cff6d94394061bbff06a166c2aaaf
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable denyList : String[] to hashCodes : long[] in method public addDeny(name String) : void in class com.alibaba.fastjson.parser.ParserConfig | From | To | |
Rename Variable acceptList : String[] to hashCodes : long[] in method public addAccept(name String) : void in class com.alibaba.fastjson.parser.ParserConfig | From | To | |
Rename Attribute | 1 | ||
Rename Attribute denyList : String[] to denyHashCodes : long[] in class com.alibaba.fastjson.parser.ParserConfig | From | To | |
Change Variable Type | 2 | ||
Change Variable Type denyList : String[] to hashCodes : long[] in method public addDeny(name String) : void in class com.alibaba.fastjson.parser.ParserConfig | From | To | |
Change Variable Type acceptList : String[] to hashCodes : long[] in method public addAccept(name String) : void in class com.alibaba.fastjson.parser.ParserConfig | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type denyList : String[] to denyHashCodes : long[] in class com.alibaba.fastjson.parser.ParserConfig | From | To |