We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85e7255 commit bc2f62cCopy full SHA for bc2f62c
ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/ResolutionGenerator.java
@@ -159,7 +159,7 @@ public IMarkerResolution[] getNonConfigSevResolutions(IMarker marker) {
159
*/
160
int getProblemId(IMarker marker) {
161
int problemID = marker.getAttribute(PDEMarkerFactory.PROBLEM_ID, PDEMarkerFactory.NO_RESOLUTION);
162
- if (problemID != PDEMarkerFactory.NO_RESOLUTION) {
+ if (problemID != PDEMarkerFactory.NO_RESOLUTION && problemID != PDEMarkerFactory.M_ONLY_CONFIG_SEV) {
163
return problemID;
164
}
165
return marker.getAttribute("id", PDEMarkerFactory.NO_RESOLUTION); //$NON-NLS-1$
0 commit comments