Compiler log for org.eclipse.pde.api.tools.ui_1.0.500.v20140512-1548 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 5

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

/src/org/eclipse/pde/api/tools/ui/internal/wizards/StringFilter.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/wizards/StringFilter.java
 (at line 14)
import org.eclipse.jdt.internal.ui.util.StringMatcher;
Discouraged access: The type 'StringMatcher' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes')
2. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/wizards/StringFilter.java
 (at line 24)
StringMatcher matcher = null;
Discouraged access: The type 'StringMatcher' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes')
3. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/wizards/StringFilter.java
 (at line 49)
matcher = new StringMatcher(pattern, true, false);
Discouraged access: The constructor 'StringMatcher(String, boolean, boolean)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes')
4. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/wizards/StringFilter.java
 (at line 49)
matcher = new StringMatcher(pattern, true, false);
Discouraged access: The type 'StringMatcher' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes')
5. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/wizards/StringFilter.java
 (at line 50)
return matcher.match(name, 0, name.length());
Discouraged access: The method 'StringMatcher.match(String, int, int)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes')