Closed
Description
I noticed that calls to packge()
were not flagged by the new ASTHelpersSuggestions
check when the static type of the receiver is com.sun.tools.javac.code.Symbol.ClassSymbol
, which just inherits the packge()
method from Symbol
. I think this is because the check matches on the exact class Symbol
:
Was this intentional?
Metadata
Metadata
Assignees
Labels
No labels