Replies: 5 comments 10 replies
-
@vogella I tried to convert this to a "Poll" discussion, do you see any option to add poll items as an author? Beside that I think there was recently a discussion and the concern was that maybe people get mad when seeing much (new) warnings in the build. |
Beta Was this translation helpful? Give feedback.
-
I'm also for removing these but also want to ask whoever does it to keep an eye on I-builds (e.g. https://download.eclipse.org/eclipse/downloads/drops4/I20220612-1800/testResults.php#PluginsErrors ) and fix warnings after that . |
Beta Was this translation helpful? Give feedback.
-
I'm also in favor of removing the suppression but agree that at the same time (ideally with the same commit) the warnings that are not suppressed anymore should be fixed in the code. Ideally by really fixing it (e.g. replacing deprecated code, add generic type parameters, etc.) or as last resort by suppressing the warning in the code (happens often for the access restriction warnings due to references to 'internal' code). I already did this a few times and have the intention to do it more often if I can, but there is much more to do, so any help is welcome. :) |
Beta Was this translation helpful? Give feedback.
-
I now asked for using Equinox as an incubator for the warnings-github plugin: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/1422 |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
The adaption of pomless builds is harder as multiple pom files contains <code.ignoredWarnings>-warn:-deprecation,raw,unchecked</code.ignoredWarnings>. IIRC these are used to hide warnings. What is the value of hidding warnings? Any additional warnings added to such plug-ins will not be visible.
I vote for removing these entries.
cc @akurtakov @HannesWell
Beta Was this translation helpful? Give feedback.
All reactions