mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 18:44:38 +02:00
8003134: CheckResourceKeys issues
Reviewed-by: jjh, bpatel
This commit is contained in:
parent
eb055bba92
commit
18b3a4951e
3 changed files with 3 additions and 6 deletions
|
@ -151,7 +151,7 @@ public class CheckResourceKeys {
|
|||
pkg, EnumSet.of(JavaFileObject.Kind.CLASS), true)) {
|
||||
String name = fo.getName();
|
||||
// ignore resource files
|
||||
if (name.matches(".*resources.[A-Za-z_0-9]+\\.class"))
|
||||
if (name.matches(".*resources.[A-Za-z_0-9]+\\.class.*"))
|
||||
continue;
|
||||
scan(fo, results);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue