Compiler Report

Compiler: Eclipse Java Compiler Version: 0.770, 3.3.0

Number of source files: 30 Number of classfiles: 37

Problems: 4 (Errors: 0 Warnings: 4 )

Source File: org/eclipse/dltk/validators/internal/core/externalchecker/WildcardMatcher.java
1. WARNING: NonStaticAccessToStaticMethod

The static method getPattern(char, List) from the type WildcardMatcher should be accessed in a static way

WildcardMatcher.java:

28: Pattern lPattern = Pattern.compile(this.getPattern('n', wcards));

2. WARNING: NonStaticAccessToStaticMethod

The static method getPattern(char, List) from the type WildcardMatcher should be accessed in a static way

WildcardMatcher.java:

29: Pattern mPattern = Pattern.compile(this.getPattern('m', wcards));

3. WARNING: NonStaticAccessToStaticMethod

The static method getPattern(char, List) from the type WildcardMatcher should be accessed in a static way

WildcardMatcher.java:

30: Pattern fPattern = Pattern.compile(this.getPattern('f', wcards));

4. WARNING: UnusedPrivateMethod

The method getIndexOfLineNumber() from the type WildcardMatcher is never used locally

WildcardMatcher.java:

163: private int getIndexOfLineNumber() {