Compiler log for org.eclipse.pde.api.tools.ui_1.0.400.v20120523-2012 : @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/ApiToolingSetupWizardPage.java : 5 warnings :

DISCOURAGED ACCESS 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/eclipse3M/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/eclipse3M/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/eclipse3M/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/eclipse3M/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/eclipse3M/build/supportDir/src/plugins/org.eclipse.jdt.ui/@dot