We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
org.eclipse.jdt.internal.compiler.env.ICompilationUnit is compared to org.eclipse.jdt.core.ICompilationUnit in https://github.com/eclipse/eclipse.jdt.ls/blob/f22156c1d99209943f26d67c10f7193753b0eb3b/org.eclipse.jdt.ls.core/src/org/eclipse/jdt/ls/core/internal/syntaxserver/CompletionResultRequestor.java#L72
which results in a warning: Unlikely argument type for equals(): ICompilationUnit seems to be unrelated to ICompilationUnit
The text was updated successfully, but these errors were encountered:
The implementation class CompilationUnit implements both interfaces, and it works at the runtime. I will erase the type info for unitToSkip to Object.
Sorry, something went wrong.
testforstephen
Successfully merging a pull request may close this issue.
org.eclipse.jdt.internal.compiler.env.ICompilationUnit is compared to org.eclipse.jdt.core.ICompilationUnit in https://github.com/eclipse/eclipse.jdt.ls/blob/f22156c1d99209943f26d67c10f7193753b0eb3b/org.eclipse.jdt.ls.core/src/org/eclipse/jdt/ls/core/internal/syntaxserver/CompletionResultRequestor.java#L72
which results in a warning:
Unlikely argument type for equals(): ICompilationUnit seems to be unrelated to ICompilationUnit
The text was updated successfully, but these errors were encountered: