DescriptionFix a regex in javac.py.
javac.py uses a regex to strip the parts after the base filename, e.g.
Foo.class or Foo$Bar.class should produce Foo. However, it fails to
strip .class from file names without a $. This corrects the regex.
BUG=619752
Committed: https://crrev.com/14af73781b9d5372e205b01356004015c2b005ec
Cr-Commit-Position: refs/heads/master@{#401177}
Patch Set 1 #
Messages
Total messages: 9 (4 generated)
|