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

API tooling warnings mismatch IDE vs github #1228

Open
iloveeclipse opened this issue Apr 14, 2024 · 1 comment
Open

API tooling warnings mismatch IDE vs github #1228

iloveeclipse opened this issue Apr 14, 2024 · 1 comment

Comments

@iloveeclipse
Copy link
Member

PR validation on github reports non-existing or wrong warnings that do not match these in the IDE, see
https://github.com/eclipse-jdt/eclipse.jdt.debug/pull/428/checks?check_run_id=23798020341 for eclipse-jdt/eclipse.jdt.debug#428.

image

org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/debug/ui/launchConfigurations/JavaConnectTab.java
JavaConnectTab extends non-API type AbstractJavaMainTab

This shouldn't be a problem because @noextend is added on JavaConnectTab

org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/launcher/RuntimeClasspathViewer.java
The API problem filter for: 'RuntimeClasspathViewer illegally extends TableViewer' is no longer used

There is already an API filter entry for it, and after removing the filter I get exact this warning in the IDE.

Not sure whether this is an IDE/PDE issue, github validation check issue or tycho issue...

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

No branches or pull requests

1 participant