rpau / javalang-compiler

Java compiler elements (symbol and type tables) to perform code semantic analysis
GNU Lesser General Public License v3.0
10 stars 4 forks source link

Testcases to recreate the scenario where method usage not recognised … #88

Open pleschev opened 6 years ago

pleschev commented 6 years ago

…when a non-Object parameter is used, testMethodUsageWhenUsedInLambda1() passes whereas testMethodUsageWhenUsedInLambda2() does not. I would expect both to pass. This is causing the walkmod-dead-code-cleaner-plugin to pick up more code to delete than it should

rpau commented 6 years ago

thanks @pleschev