Skip to content

Commit

Permalink
new approach based on rewriting Difference based on NodeText on encou…
Browse files Browse the repository at this point in the history
…ntering a CsmMix #866
  • Loading branch information
ftomassetti committed May 21, 2017
1 parent 9e91a1d commit f8d5e2f
Show file tree
Hide file tree
Showing 3 changed files with 288 additions and 82 deletions.
Expand Up @@ -74,6 +74,8 @@ public int getTokenType(Node node, String text) {
}
throw new UnsupportedOperationException("getTokenType does not know how to handle value for "
+ node.getClass().getCanonicalName());
case NAME:
return GeneratedJavaParserConstants.IDENTIFIER;
default:
throw new UnsupportedOperationException("getTokenType does not know how to handle property "
+ property + " with text: " + text);
Expand Down

0 comments on commit f8d5e2f

Please sign in to comment.