Skip to content
New issue

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

The method public static KeySetView<K,java.lang.Boolean> newKeySet() is wrongly tagged as containing missing types #3501

Open
laeubi opened this issue Dec 31, 2024 · 6 comments
Labels
needinfo Further information is requested

Comments

@laeubi
Copy link
Contributor

laeubi commented Dec 31, 2024

I run an eclipse IDE from my workspace and now get in the console the following message:

The method public static KeySetView<K,java.lang.Boolean> newKeySet() is wrongly tagged as containing missing types

No further information is provided.

Eclipse SDK

Version: 2025-03 (4.35)
Build id: I20241216-1800
@jukzi
Copy link
Contributor

jukzi commented Jan 2, 2025

Where is the source? can't find the string in the platform workspace:
image

@jukzi jukzi added the needinfo Further information is requested label Jan 2, 2025
@laeubi
Copy link
Contributor Author

laeubi commented Jan 2, 2025

Just search for wrongly tagged as containing missing types

@jukzi
Copy link
Contributor

jukzi commented Jan 2, 2025

org.eclipse.jdt.internal.compiler.problem.ProblemReporter.missingTypeInMethod(ASTNode, MethodBinding) produces the message, but where is the source that is to be compiled?

@laeubi
Copy link
Contributor Author

laeubi commented Jan 2, 2025

The "source" is here:

https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/concurrent/ConcurrentHashMap.KeySetView.html

beside that I have no clue as the message is print to system out and no further context is given:

grafik

@jukzi
Copy link
Contributor

jukzi commented Jan 2, 2025

Can not reproduce - which steps needed to trigger the error?

@laeubi
Copy link
Contributor Author

laeubi commented Jan 2, 2025

Can not reproduce - which steps needed to trigger the error?

As said, I have no idea, but JDT seems to decided it is important enough to print a random message to the global system out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needinfo Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants