reprogrammer / keshmesh

Keshmesh is a static analysis tool for finding and fixing concurrency bug patterns in Java.
http://keshmesh.cs.illinois.edu/
Other
16 stars 5 forks source link

The tool tip for the quick fix of LCK02J is wrong #27

Closed reprogrammer closed 12 years ago

reprogrammer commented 13 years ago

The tooltip of the quick fix of LCK02J is "Use valueOf(...) instead" (See the screen shot that shows the tooltip of the quick fix of LCK02J is wrong). But, it should be something like "Use the literal class name instead".

reprogrammer commented 13 years ago

This issue has been resolved in commit d7750f5041a80bb3ba33323bbc69758beee54392.