cushon / issues-import

0 stars 0 forks source link

Support UnionTypeTree as a matcher type #235

Open cushon opened 9 years ago

cushon commented 9 years ago

Original issue created by eaftan@google.com on 2014-03-06 at 07:59 PM


Ciera says: I need to match on UnionTypeTree. Can you add a UnionTypeTreeMatcher to the visitor in BugChecker?

We intentionally skip UnionTypeTree because it is not available in Java 6. We should support it and just never call the match method if we are in Java 7.

cushon commented 9 years ago

Original comment posted by eaftan@google.com on 2014-04-07 at 10:33 PM


We could split the Java 6 and 7 versions into separate subprojects, like we've done with Java 8.


Labels: Priority-Low, Type-Enhancement

cushon commented 9 years ago

Original comment posted by eaftan@google.com on 2014-04-07 at 10:34 PM


(No comment entered for this change.)


Labels: -Priority-Low, Priority-Medium