Compiler log for org.eclipse.equinox.p2.ui.discovery_1.0.0.v20130502-0334 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 33

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

/src/org/eclipse/equinox/internal/p2/ui/discovery/wizards/CatalogViewer.java : 5 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/equinox/internal/p2/ui/discovery/wizards/CatalogViewer.java
 (at line 328)
@SuppressWarnings("hiding")
Unnecessary @SuppressWarnings("hiding")
2. WARNING in /src/org/eclipse/equinox/internal/p2/ui/discovery/wizards/CatalogViewer.java
 (at line 344)
public int compare(@SuppressWarnings("hiding") Viewer viewer, Object o1, Object o2) {
Unnecessary @SuppressWarnings("hiding")

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

/src/org/eclipse/equinox/internal/p2/ui/discovery/repository/RepositoryDiscoveryStrategy.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/internal/p2/ui/discovery/repository/RepositoryDiscoveryStrategy.java
 (at line 21)
import org.eclipse.equinox.internal.p2.metadata.IRequiredCapability;
Discouraged access: The type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
2. WARNING in /src/org/eclipse/equinox/internal/p2/ui/discovery/repository/RepositoryDiscoveryStrategy.java
 (at line 22)
import org.eclipse.equinox.internal.p2.metadata.TranslationSupport;
Discouraged access: The type TranslationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
3. WARNING in /src/org/eclipse/equinox/internal/p2/ui/discovery/repository/RepositoryDiscoveryStrategy.java
 (at line 170)
String value = TranslationSupport.getInstance().getIUProperty(candidate, key);
Discouraged access: The type TranslationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
4. WARNING in /src/org/eclipse/equinox/internal/p2/ui/discovery/repository/RepositoryDiscoveryStrategy.java
 (at line 170)
String value = TranslationSupport.getInstance().getIUProperty(candidate, key);
Discouraged access: The method getInstance() from the type TranslationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
5. WARNING in /src/org/eclipse/equinox/internal/p2/ui/discovery/repository/RepositoryDiscoveryStrategy.java
 (at line 170)
String value = TranslationSupport.getInstance().getIUProperty(candidate, key);
Discouraged access: The method getIUProperty(IInstallableUnit, String) from the type TranslationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes

/src/org/eclipse/equinox/internal/p2/ui/discovery/util/PatternFilter.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/internal/p2/ui/discovery/util/PatternFilter.java
 (at line 17)
import org.eclipse.ui.internal.misc.StringMatcher;
Discouraged access: The type StringMatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes
2. WARNING in /src/org/eclipse/equinox/internal/p2/ui/discovery/util/PatternFilter.java
 (at line 48)
private StringMatcher matcher;
Discouraged access: The type StringMatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes
3. WARNING in /src/org/eclipse/equinox/internal/p2/ui/discovery/util/PatternFilter.java
 (at line 173)
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/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes
4. WARNING in /src/org/eclipse/equinox/internal/p2/ui/discovery/util/PatternFilter.java
 (at line 173)
matcher = new StringMatcher(pattern, true, false);
Discouraged access: The type StringMatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes
5. WARNING in /src/org/eclipse/equinox/internal/p2/ui/discovery/util/PatternFilter.java
 (at line 196)
return matcher.match(string);
Discouraged access: The method match(String) from the type StringMatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes

/src/org/eclipse/equinox/internal/p2/ui/discovery/util/ControlListItem.java : 1 warning :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/internal/p2/ui/discovery/util/ControlListItem.java
 (at line 27)
* Based on {@link org.eclipse.ui.internal.progress.ProgressInfoItem}.
Discouraged access: The type ProgressInfoItem is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes

/src/org/eclipse/equinox/internal/p2/ui/discovery/operations/DiscoveryInstallOperation.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/internal/p2/ui/discovery/operations/DiscoveryInstallOperation.java
 (at line 19)
import org.eclipse.equinox.internal.p2.ui.ProvUIMessages;
Discouraged access: The type ProvUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes
2. WARNING in /src/org/eclipse/equinox/internal/p2/ui/discovery/operations/DiscoveryInstallOperation.java
 (at line 74)
monitor.setTaskName(ProvUIMessages.ProvisioningOperationWizard_Remediation_Operation);
Discouraged access: The type ProvUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes
3. WARNING in /src/org/eclipse/equinox/internal/p2/ui/discovery/operations/DiscoveryInstallOperation.java
 (at line 74)
monitor.setTaskName(ProvUIMessages.ProvisioningOperationWizard_Remediation_Operation);
Discouraged access: The field ProvisioningOperationWizard_Remediation_Operation from the type ProvUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes

/src/org/eclipse/equinox/internal/p2/ui/discovery/util/WorkbenchUtil.java : 13 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/internal/p2/ui/discovery/util/WorkbenchUtil.java
 (at line 21)
import org.eclipse.equinox.internal.p2.core.helpers.LogHelper;
Discouraged access: The type LogHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes
2. WARNING in /src/org/eclipse/equinox/internal/p2/ui/discovery/util/WorkbenchUtil.java
 (at line 32)
import org.eclipse.ui.internal.browser.WebBrowserPreference;
Discouraged access: The type WebBrowserPreference is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.browser/target/classes
3. WARNING in /src/org/eclipse/equinox/internal/p2/ui/discovery/util/WorkbenchUtil.java
 (at line 33)
import org.eclipse.ui.internal.browser.WorkbenchBrowserSupport;
Discouraged access: The type WorkbenchBrowserSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes
4. WARNING in /src/org/eclipse/equinox/internal/p2/ui/discovery/util/WorkbenchUtil.java
 (at line 170)
if (WebBrowserPreference.getBrowserChoice() == WebBrowserPreference.EXTERNAL || (customFlags & IWorkbenchBrowserSupport.AS_EXTERNAL) != 0) {
Discouraged access: The type WebBrowserPreference is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.browser/target/classes
5. WARNING in /src/org/eclipse/equinox/internal/p2/ui/discovery/util/WorkbenchUtil.java
 (at line 170)
if (WebBrowserPreference.getBrowserChoice() == WebBrowserPreference.EXTERNAL || (customFlags & IWorkbenchBrowserSupport.AS_EXTERNAL) != 0) {
Discouraged access: The method getBrowserChoice() from the type WebBrowserPreference is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.browser/target/classes
6. WARNING in /src/org/eclipse/equinox/internal/p2/ui/discovery/util/WorkbenchUtil.java
 (at line 170)
if (WebBrowserPreference.getBrowserChoice() == WebBrowserPreference.EXTERNAL || (customFlags & IWorkbenchBrowserSupport.AS_EXTERNAL) != 0) {
Discouraged access: The type WebBrowserPreference is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.browser/target/classes
7. WARNING in /src/org/eclipse/equinox/internal/p2/ui/discovery/util/WorkbenchUtil.java
 (at line 170)
if (WebBrowserPreference.getBrowserChoice() == WebBrowserPreference.EXTERNAL || (customFlags & IWorkbenchBrowserSupport.AS_EXTERNAL) != 0) {
Discouraged access: The field EXTERNAL from the type WebBrowserPreference is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.browser/target/classes
8. WARNING in /src/org/eclipse/equinox/internal/p2/ui/discovery/util/WorkbenchUtil.java
 (at line 181)
if (WorkbenchBrowserSupport.getInstance().isInternalWebBrowserAvailable()) {
Discouraged access: The type WorkbenchBrowserSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes
9. WARNING in /src/org/eclipse/equinox/internal/p2/ui/discovery/util/WorkbenchUtil.java
 (at line 181)
if (WorkbenchBrowserSupport.getInstance().isInternalWebBrowserAvailable()) {
Discouraged access: The method getInstance() from the type WorkbenchBrowserSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes
10. WARNING in /src/org/eclipse/equinox/internal/p2/ui/discovery/util/WorkbenchUtil.java
 (at line 188)
browser = WorkbenchBrowserSupport.getInstance().createBrowser(flags, generatedId, null, null);
Discouraged access: The type WorkbenchBrowserSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes
11. WARNING in /src/org/eclipse/equinox/internal/p2/ui/discovery/util/WorkbenchUtil.java
 (at line 188)
browser = WorkbenchBrowserSupport.getInstance().createBrowser(flags, generatedId, null, null);
Discouraged access: The method getInstance() from the type WorkbenchBrowserSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes
12. WARNING in /src/org/eclipse/equinox/internal/p2/ui/discovery/util/WorkbenchUtil.java
 (at line 193)
LogHelper.log(status);
Discouraged access: The type LogHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes
13. WARNING in /src/org/eclipse/equinox/internal/p2/ui/discovery/util/WorkbenchUtil.java
 (at line 193)
LogHelper.log(status);
Discouraged access: The method log(IStatus) from the type LogHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes

/src/org/eclipse/equinox/internal/p2/ui/discovery/wizards/CatalogViewer.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/internal/p2/ui/discovery/wizards/CatalogViewer.java
 (at line 23)
import org.eclipse.equinox.internal.p2.ui.ProvUI;
Discouraged access: The type ProvUI is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes
2. WARNING in /src/org/eclipse/equinox/internal/p2/ui/discovery/wizards/CatalogViewer.java
 (at line 448)
IProfile profile = ProvUI.getProfileRegistry(ProvisioningUI.getDefaultUI().getSession()).getProfile(ProvisioningUI.getDefaultUI().getProfileId());
Discouraged access: The type ProvUI is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes
3. WARNING in /src/org/eclipse/equinox/internal/p2/ui/discovery/wizards/CatalogViewer.java
 (at line 448)
IProfile profile = ProvUI.getProfileRegistry(ProvisioningUI.getDefaultUI().getSession()).getProfile(ProvisioningUI.getDefaultUI().getProfileId());
Discouraged access: The method getProfileRegistry(ProvisioningSession) from the type ProvUI is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes

/src/org/eclipse/equinox/internal/p2/ui/discovery/util/TextSearchControl.java : 1 warning :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/internal/p2/ui/discovery/util/TextSearchControl.java
 (at line 28)
import org.eclipse.ui.internal.WorkbenchMessages;
Discouraged access: The type WorkbenchMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes