Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.B76_R37x, 3.7.1

Number of source files: 42 Number of classfiles: 92

Problems: 5 (Errors: 0 Warnings: 5 )

Source File: org/eclipse/jst/ws/internal/jaxws/ui/annotations/correction/APTCompileProblemMarkerResolutionGenerator.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("restriction")

APTCompileProblemMarkerResolutionGenerator.java :

42 : @SuppressWarnings("restriction")

Source File: org/eclipse/jst/ws/internal/jaxws/ui/annotations/correction/AddUnimplementedMethodCorrectionProposal.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("restriction")

AddUnimplementedMethodCorrectionProposal.java :

41 : @SuppressWarnings("restriction")

Source File: org/eclipse/jst/ws/internal/jaxws/ui/annotations/correction/JAXWSQuickFixProcessor.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("restriction")

JAXWSQuickFixProcessor.java :

58 : @SuppressWarnings({ "restriction", "deprecation" })

Source File: org/eclipse/jst/ws/internal/jaxws/ui/annotations/initialization/BindingTypeCompletionProposal.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("restriction")

BindingTypeCompletionProposal.java :

23 : @SuppressWarnings("restriction")

Source File: org/eclipse/jst/ws/internal/jaxws/ui/widgets/ClasspathComposite.java
1. WARNING: OverridingNonVisibleMethod

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() {