Compiler: Eclipse Compiler for Java(TM) Version: 0.C58, 3.8.0
Number of source files: 42 Number of classfiles: 92
Problems: 5 (Errors: 0 Warnings: 5 )
Unnecessary @SuppressWarnings("restriction")
APTCompileProblemMarkerResolutionGenerator.java :
42 : @SuppressWarnings("restriction")
Unnecessary @SuppressWarnings("restriction")
AddUnimplementedMethodCorrectionProposal.java :
40 : @SuppressWarnings("restriction")
Unnecessary @SuppressWarnings("restriction")
JAXWSQuickFixProcessor.java :
58 : @SuppressWarnings({ "restriction", "deprecation" })
Unnecessary @SuppressWarnings("restriction")
BindingTypeCompletionProposal.java :
23 : @SuppressWarnings("restriction")
The method ClasspathComposite.getBackgroundColor() does not override the inherited method from Control since it is private to a different package
ClasspathComposite.java :
82 : private Color getBackgroundColor() {