errors | others warnings | forbidden warnings | discouraged warnings |
top | others warnings | forbidden warnings | discouraged warnings |
top | errors | forbidden warnings | discouraged warnings |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden 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/4M/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/4M/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/4M/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/4M/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/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes') |