# 9/26/06 5:56:14 PM EDT # Eclipse Java Compiler 0.671, 3.2.0 release, Copyright IBM Corp 2000, 2006. All rights reserved. ---------- 1. WARNING in /IBMMNT1/jvebuild/builddir/src/eclipse/plugins/org.eclipse.perfmsr.core/src/org/eclipse/perfmsr/core/DumpPluginInfo.java (at line 17) import org.eclipse.core.runtime.internal.stats.BundleStats; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type BundleStats is not accessible due to restriction on classpath entry /IBMMNT1/jvebuild/builddir/src/eclipse/plugins/org.eclipse.osgi.jar ---------- 2. WARNING in /IBMMNT1/jvebuild/builddir/src/eclipse/plugins/org.eclipse.perfmsr.core/src/org/eclipse/perfmsr/core/DumpPluginInfo.java (at line 18) import org.eclipse.core.runtime.internal.stats.StatsManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StatsManager is not accessible due to restriction on classpath entry /IBMMNT1/jvebuild/builddir/src/eclipse/plugins/org.eclipse.osgi.jar ---------- 3. WARNING in /IBMMNT1/jvebuild/builddir/src/eclipse/plugins/org.eclipse.perfmsr.core/src/org/eclipse/perfmsr/core/DumpPluginInfo.java (at line 36) BundleStats[] stats = StatsManager.getDefault().getBundles(); ^^^^^^^^^^^^^ Discouraged access: The type BundleStats is not accessible due to restriction on classpath entry /IBMMNT1/jvebuild/builddir/src/eclipse/plugins/org.eclipse.osgi.jar ---------- 4. WARNING in /IBMMNT1/jvebuild/builddir/src/eclipse/plugins/org.eclipse.perfmsr.core/src/org/eclipse/perfmsr/core/DumpPluginInfo.java (at line 36) BundleStats[] stats = StatsManager.getDefault().getBundles(); ^^^^^^^^^^^^ Discouraged access: The type StatsManager is not accessible due to restriction on classpath entry /IBMMNT1/jvebuild/builddir/src/eclipse/plugins/org.eclipse.osgi.jar ---------- 5. WARNING in /IBMMNT1/jvebuild/builddir/src/eclipse/plugins/org.eclipse.perfmsr.core/src/org/eclipse/perfmsr/core/DumpPluginInfo.java (at line 36) BundleStats[] stats = StatsManager.getDefault().getBundles(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getDefault() from the type StatsManager is not accessible due to restriction on classpath entry /IBMMNT1/jvebuild/builddir/src/eclipse/plugins/org.eclipse.osgi.jar ---------- 6. WARNING in /IBMMNT1/jvebuild/builddir/src/eclipse/plugins/org.eclipse.perfmsr.core/src/org/eclipse/perfmsr/core/DumpPluginInfo.java (at line 36) BundleStats[] stats = StatsManager.getDefault().getBundles(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getBundles() from the type StatsManager is not accessible due to restriction on classpath entry /IBMMNT1/jvebuild/builddir/src/eclipse/plugins/org.eclipse.osgi.jar ---------- 7. WARNING in /IBMMNT1/jvebuild/builddir/src/eclipse/plugins/org.eclipse.perfmsr.core/src/org/eclipse/perfmsr/core/DumpPluginInfo.java (at line 52) private static String gatherPluginInfo(BundleStats[] stats) ^^^^^^^^^^^^^ Discouraged access: The type BundleStats is not accessible due to restriction on classpath entry /IBMMNT1/jvebuild/builddir/src/eclipse/plugins/org.eclipse.osgi.jar ---------- 8. WARNING in /IBMMNT1/jvebuild/builddir/src/eclipse/plugins/org.eclipse.perfmsr.core/src/org/eclipse/perfmsr/core/DumpPluginInfo.java (at line 66) BundleStats stat = stats[i]; ^^^^^^^^^^^ Discouraged access: The type BundleStats is not accessible due to restriction on classpath entry /IBMMNT1/jvebuild/builddir/src/eclipse/plugins/org.eclipse.osgi.jar ---------- 9. WARNING in /IBMMNT1/jvebuild/builddir/src/eclipse/plugins/org.eclipse.perfmsr.core/src/org/eclipse/perfmsr/core/DumpPluginInfo.java (at line 71) label = (String) Platform.getBundle(stat.getSymbolicName()).getHeaders().get("Bundle-Name"); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSymbolicName() from the type BundleStats is not accessible due to restriction on classpath entry /IBMMNT1/jvebuild/builddir/src/eclipse/plugins/org.eclipse.osgi.jar ---------- 10. WARNING in /IBMMNT1/jvebuild/builddir/src/eclipse/plugins/org.eclipse.perfmsr.core/src/org/eclipse/perfmsr/core/DumpPluginInfo.java (at line 94) b.append(stat.getSymbolicName()); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSymbolicName() from the type BundleStats is not accessible due to restriction on classpath entry /IBMMNT1/jvebuild/builddir/src/eclipse/plugins/org.eclipse.osgi.jar ---------- 11. WARNING in /IBMMNT1/jvebuild/builddir/src/eclipse/plugins/org.eclipse.perfmsr.core/src/org/eclipse/perfmsr/core/DumpPluginInfo.java (at line 96) b.append(stat.isStartupBundle() ? "true" : "false"); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isStartupBundle() from the type BundleStats is not accessible due to restriction on classpath entry /IBMMNT1/jvebuild/builddir/src/eclipse/plugins/org.eclipse.osgi.jar ---------- 12. WARNING in /IBMMNT1/jvebuild/builddir/src/eclipse/plugins/org.eclipse.perfmsr.core/src/org/eclipse/perfmsr/core/DumpPluginInfo.java (at line 98) b.append(stat.getClassLoadCount()); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getClassLoadCount() from the type BundleStats is not accessible due to restriction on classpath entry /IBMMNT1/jvebuild/builddir/src/eclipse/plugins/org.eclipse.osgi.jar ---------- 13. WARNING in /IBMMNT1/jvebuild/builddir/src/eclipse/plugins/org.eclipse.perfmsr.core/src/org/eclipse/perfmsr/core/DumpPluginInfo.java (at line 100) b.append(stat.getStartupTime()); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getStartupTime() from the type BundleStats is not accessible due to restriction on classpath entry /IBMMNT1/jvebuild/builddir/src/eclipse/plugins/org.eclipse.osgi.jar ---------- 14. WARNING in /IBMMNT1/jvebuild/builddir/src/eclipse/plugins/org.eclipse.perfmsr.core/src/org/eclipse/perfmsr/core/DumpPluginInfo.java (at line 104) b.append(stat.getClassLoadTime()); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getClassLoadTime() from the type BundleStats is not accessible due to restriction on classpath entry /IBMMNT1/jvebuild/builddir/src/eclipse/plugins/org.eclipse.osgi.jar ---------- 15. WARNING in /IBMMNT1/jvebuild/builddir/src/eclipse/plugins/org.eclipse.perfmsr.core/src/org/eclipse/perfmsr/core/DumpPluginInfo.java (at line 106) b.append(stat.activationOrder); ^^^^^^^^^^^^^^^ Discouraged access: The field activationOrder from the type BundleStats is not accessible due to restriction on classpath entry /IBMMNT1/jvebuild/builddir/src/eclipse/plugins/org.eclipse.osgi.jar ---------- 16. WARNING in /IBMMNT1/jvebuild/builddir/src/eclipse/plugins/org.eclipse.perfmsr.core/src/org/eclipse/perfmsr/core/DumpPluginInfo.java (at line 139) private static long getNetTime(BundleStats stat) ^^^^^^^^^^^ Discouraged access: The type BundleStats is not accessible due to restriction on classpath entry /IBMMNT1/jvebuild/builddir/src/eclipse/plugins/org.eclipse.osgi.jar ---------- 17. WARNING in /IBMMNT1/jvebuild/builddir/src/eclipse/plugins/org.eclipse.perfmsr.core/src/org/eclipse/perfmsr/core/DumpPluginInfo.java (at line 141) if (stat.getBundlesActivated().isEmpty())return stat.getStartupTime(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getBundlesActivated() from the type BundleStats is not accessible due to restriction on classpath entry /IBMMNT1/jvebuild/builddir/src/eclipse/plugins/org.eclipse.osgi.jar ---------- 18. WARNING in /IBMMNT1/jvebuild/builddir/src/eclipse/plugins/org.eclipse.perfmsr.core/src/org/eclipse/perfmsr/core/DumpPluginInfo.java (at line 141) if (stat.getBundlesActivated().isEmpty())return stat.getStartupTime(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getStartupTime() from the type BundleStats is not accessible due to restriction on classpath entry /IBMMNT1/jvebuild/builddir/src/eclipse/plugins/org.eclipse.osgi.jar ---------- 19. WARNING in /IBMMNT1/jvebuild/builddir/src/eclipse/plugins/org.eclipse.perfmsr.core/src/org/eclipse/perfmsr/core/DumpPluginInfo.java (at line 144) for (Iterator it = stat.getBundlesActivated().iterator(); it.hasNext();) ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getBundlesActivated() from the type BundleStats is not accessible due to restriction on classpath entry /IBMMNT1/jvebuild/builddir/src/eclipse/plugins/org.eclipse.osgi.jar ---------- 20. WARNING in /IBMMNT1/jvebuild/builddir/src/eclipse/plugins/org.eclipse.perfmsr.core/src/org/eclipse/perfmsr/core/DumpPluginInfo.java (at line 146) BundleStats other = (BundleStats)it.next(); ^^^^^^^^^^^ Discouraged access: The type BundleStats is not accessible due to restriction on classpath entry /IBMMNT1/jvebuild/builddir/src/eclipse/plugins/org.eclipse.osgi.jar ---------- 21. WARNING in /IBMMNT1/jvebuild/builddir/src/eclipse/plugins/org.eclipse.perfmsr.core/src/org/eclipse/perfmsr/core/DumpPluginInfo.java (at line 146) BundleStats other = (BundleStats)it.next(); ^^^^^^^^^^^ Discouraged access: The type BundleStats is not accessible due to restriction on classpath entry /IBMMNT1/jvebuild/builddir/src/eclipse/plugins/org.eclipse.osgi.jar ---------- 22. WARNING in /IBMMNT1/jvebuild/builddir/src/eclipse/plugins/org.eclipse.perfmsr.core/src/org/eclipse/perfmsr/core/DumpPluginInfo.java (at line 147) nested += other.getStartupTime(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getStartupTime() from the type BundleStats is not accessible due to restriction on classpath entry /IBMMNT1/jvebuild/builddir/src/eclipse/plugins/org.eclipse.osgi.jar ---------- 23. WARNING in /IBMMNT1/jvebuild/builddir/src/eclipse/plugins/org.eclipse.perfmsr.core/src/org/eclipse/perfmsr/core/DumpPluginInfo.java (at line 149) return stat.getStartupTime()-nested; ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getStartupTime() from the type BundleStats is not accessible due to restriction on classpath entry /IBMMNT1/jvebuild/builddir/src/eclipse/plugins/org.eclipse.osgi.jar ---------- 24. WARNING in /IBMMNT1/jvebuild/builddir/src/eclipse/plugins/org.eclipse.perfmsr.core/src/org/eclipse/perfmsr/core/DumpPluginInfo.java (at line 170) return StatsManager.MONITOR_ACTIVATION; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StatsManager is not accessible due to restriction on classpath entry /IBMMNT1/jvebuild/builddir/src/eclipse/plugins/org.eclipse.osgi.jar ---------- 25. WARNING in /IBMMNT1/jvebuild/builddir/src/eclipse/plugins/org.eclipse.perfmsr.core/src/org/eclipse/perfmsr/core/DumpPluginInfo.java (at line 170) return StatsManager.MONITOR_ACTIVATION; ^^^^^^^^^^^^^^^^^^ Discouraged access: The field MONITOR_ACTIVATION from the type StatsManager is not accessible due to restriction on classpath entry /IBMMNT1/jvebuild/builddir/src/eclipse/plugins/org.eclipse.osgi.jar ---------- 25 problems (25 warnings)[36 .class files generated]