Skip to content

Commit

Permalink
ClassName.isAnonymous fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
amaembo committed Oct 4, 2015
1 parent 06f049b commit dcfb934
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions findbugs/src/java/edu/umd/cs/findbugs/util/ClassName.java
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ public static boolean isAnonymous(String className) {
if(!Character.isDigit(className.charAt(i))) {
return false;
}
i++;
}
return true;
}
Expand Down

0 comments on commit dcfb934

Please sign in to comment.