Closed davidor closed 9 years ago
I've added sample classes and tests for the 2 cases that you mentioned. The code passes the tests. However, I still need to modify it to use the classes of the javaparser that you mentioned before.
Thank you, I think the current solution would cover the 99% of real usages. A couple of other cases that would be not covered:
I am using the java parser now. Please check that everything is OK.
Looks very good, thanks a lot!
Now the program alerts the user when it finds classes that call finalize(). This corresponds to item 7 in the effective Java book. For now, it only works in the linter mode.