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/ApiToolingSetupWizardPage.java (at line 35) import org.eclipse.jdt.internal.ui.util.StringMatcher; Discouraged access: The type StringMatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.jdt.ui/@dot |
2. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/wizards/ApiToolingSetupWizardPage.java (at line 146) StringMatcher matcher = null; Discouraged access: The type StringMatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.jdt.ui/@dot |
3. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/wizards/ApiToolingSetupWizardPage.java (at line 169) matcher = new StringMatcher(pattern, true, false); Discouraged access: The constructor StringMatcher(String, boolean, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.jdt.ui/@dot |
4. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/wizards/ApiToolingSetupWizardPage.java (at line 169) matcher = new StringMatcher(pattern, true, false); Discouraged access: The type StringMatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.jdt.ui/@dot |
5. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/wizards/ApiToolingSetupWizardPage.java (at line 170) return matcher.match(name, 0, name.length()); Discouraged access: The method match(String, int, int) from the type StringMatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.jdt.ui/@dot |