You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tool may throw NullPointerException at line 144 of SafelyMergeSimilarRenamingHandler. This happens, because sometimes the parser is not able to identify some expression's type and during the renaming handler execution, the tool makes use of expressions' types to match method calls against a method signature.
The text was updated successfully, but these errors were encountered:
The tool may throw
NullPointerException
at line 144 ofSafelyMergeSimilarRenamingHandler
. This happens, because sometimes the parser is not able to identify some expression's type and during the renaming handler execution, the tool makes use of expressions' types to match method calls against a method signature.The text was updated successfully, but these errors were encountered: