Skip to content

Commit 1c142b8

Browse files
committed
ASTDiff: Update RefOracle(Misc) accordingly (migration to new visitor)
1 parent 09ae0e5 commit 1c142b8

File tree

56 files changed

+2200
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+2200
-0
lines changed

src/test/resources/astDiff/commits/addthis_hydra/7fea4c9d5ee97d4a61ad985cadc9c5c0ab2db780/hydra-main.src.main.java.com.addthis.hydra.job.mq.HostState.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,17 @@
515515
"secondPos" : 1223,
516516
"firstEndPos" : 1197,
517517
"secondEndPos" : 1232
518+
}, {
519+
"firstType" : "TYPE_INHERITANCE_KEYWORD",
520+
"secondType" : "TYPE_INHERITANCE_KEYWORD",
521+
"firstLabel" : "implements",
522+
"secondLabel" : "implements",
523+
"firstParentType" : "TypeDeclaration",
524+
"secondParentType" : "TypeDeclaration",
525+
"firstPos" : 1198,
526+
"secondPos" : 1233,
527+
"firstEndPos" : 1208,
528+
"secondEndPos" : 1243
518529
}, {
519530
"firstType" : "SimpleName",
520531
"secondType" : "SimpleName",

0 commit comments

Comments
 (0)