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/e4/ui/css/legacy/presentation/CSSPresentationFactory.java (at line 9) import org.eclipse.ui.internal.presentations.defaultpresentation.DefaultMultiTabListener; Discouraged access: The type DefaultMultiTabListener is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar |
2. WARNING in /src/org/eclipse/e4/ui/css/legacy/presentation/CSSPresentationFactory.java (at line 10) import org.eclipse.ui.internal.presentations.defaultpresentation.DefaultSimpleTabListener; Discouraged access: The type DefaultSimpleTabListener is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar |
3. WARNING in /src/org/eclipse/e4/ui/css/legacy/presentation/CSSPresentationFactory.java (at line 11) import org.eclipse.ui.internal.presentations.defaultpresentation.DefaultThemeListener; Discouraged access: The type DefaultThemeListener is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar |
4. WARNING in /src/org/eclipse/e4/ui/css/legacy/presentation/CSSPresentationFactory.java (at line 12) import org.eclipse.ui.internal.presentations.util.PresentablePartFolder; Discouraged access: The type PresentablePartFolder is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar |
5. WARNING in /src/org/eclipse/e4/ui/css/legacy/presentation/CSSPresentationFactory.java (at line 13) import org.eclipse.ui.internal.presentations.util.StandardEditorSystemMenu; Discouraged access: The type StandardEditorSystemMenu is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar |
6. WARNING in /src/org/eclipse/e4/ui/css/legacy/presentation/CSSPresentationFactory.java (at line 14) import org.eclipse.ui.internal.presentations.util.StandardViewSystemMenu; Discouraged access: The type StandardViewSystemMenu is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar |
7. WARNING in /src/org/eclipse/e4/ui/css/legacy/presentation/CSSPresentationFactory.java (at line 15) import org.eclipse.ui.internal.presentations.util.TabbedStackPresentation; Discouraged access: The type TabbedStackPresentation is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar |
8. WARNING in /src/org/eclipse/e4/ui/css/legacy/presentation/CSSPresentationFactory.java (at line 65) folder.setMinimumCharacters(minimumCharacters); Discouraged access: The method setMinimumCharacters(int) from the type DefaultTabFolder is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar |
9. WARNING in /src/org/eclipse/e4/ui/css/legacy/presentation/CSSPresentationFactory.java (at line 69) PresentablePartFolder partFolder = new PresentablePartFolder(folder); Discouraged access: The type PresentablePartFolder is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar |
10. WARNING in /src/org/eclipse/e4/ui/css/legacy/presentation/CSSPresentationFactory.java (at line 69) PresentablePartFolder partFolder = new PresentablePartFolder(folder); Discouraged access: The constructor PresentablePartFolder(AbstractTabFolder) is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar |
11. WARNING in /src/org/eclipse/e4/ui/css/legacy/presentation/CSSPresentationFactory.java (at line 69) PresentablePartFolder partFolder = new PresentablePartFolder(folder); Discouraged access: The type PresentablePartFolder is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar |
12. WARNING in /src/org/eclipse/e4/ui/css/legacy/presentation/CSSPresentationFactory.java (at line 71) TabbedStackPresentation result = new TabbedStackPresentation(site, Discouraged access: The type TabbedStackPresentation is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar |
13. WARNING in /src/org/eclipse/e4/ui/css/legacy/presentation/CSSPresentationFactory.java (at line 71) TabbedStackPresentation result = new TabbedStackPresentation(site, partFolder, new StandardEditorSystemMenu(site)); Discouraged access: The constructor TabbedStackPresentation(IStackPresentationSite, PresentablePartFolder, ISystemMenu) is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar |
14. WARNING in /src/org/eclipse/e4/ui/css/legacy/presentation/CSSPresentationFactory.java (at line 71) TabbedStackPresentation result = new TabbedStackPresentation(site, Discouraged access: The type TabbedStackPresentation is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar |
15. WARNING in /src/org/eclipse/e4/ui/css/legacy/presentation/CSSPresentationFactory.java (at line 72) partFolder, new StandardEditorSystemMenu(site)); Discouraged access: The constructor StandardEditorSystemMenu(IStackPresentationSite) is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar |
16. WARNING in /src/org/eclipse/e4/ui/css/legacy/presentation/CSSPresentationFactory.java (at line 72) partFolder, new StandardEditorSystemMenu(site)); Discouraged access: The type StandardEditorSystemMenu is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar |
17. WARNING in /src/org/eclipse/e4/ui/css/legacy/presentation/CSSPresentationFactory.java (at line 74) DefaultThemeListener themeListener = new DefaultThemeListener(folder, Discouraged access: The type DefaultThemeListener is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar |
18. WARNING in /src/org/eclipse/e4/ui/css/legacy/presentation/CSSPresentationFactory.java (at line 74) DefaultThemeListener themeListener = new DefaultThemeListener(folder, result.getTheme()); Discouraged access: The constructor DefaultThemeListener(DefaultTabFolder, IPropertyMap) is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar |
19. WARNING in /src/org/eclipse/e4/ui/css/legacy/presentation/CSSPresentationFactory.java (at line 74) DefaultThemeListener themeListener = new DefaultThemeListener(folder, Discouraged access: The type DefaultThemeListener is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar |
20. WARNING in /src/org/eclipse/e4/ui/css/legacy/presentation/CSSPresentationFactory.java (at line 75) result.getTheme()); Discouraged access: The method getTheme() from the type TabbedStackPresentation is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar |
21. WARNING in /src/org/eclipse/e4/ui/css/legacy/presentation/CSSPresentationFactory.java (at line 76) result.getTheme().addListener(themeListener); Discouraged access: The method getTheme() from the type TabbedStackPresentation is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar |
22. WARNING in /src/org/eclipse/e4/ui/css/legacy/presentation/CSSPresentationFactory.java (at line 76) result.getTheme().addListener(themeListener); Discouraged access: The method addListener(IPropertyMapListener) from the type IDynamicPropertyMap is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar |
23. WARNING in /src/org/eclipse/e4/ui/css/legacy/presentation/CSSPresentationFactory.java (at line 78) new DefaultMultiTabListener(result.getApiPreferences(), IWorkbenchPreferenceConstants.SHOW_MULTIPLE_EDITOR_TABS, folder); Discouraged access: The constructor DefaultMultiTabListener(IDynamicPropertyMap, String, DefaultTabFolder) is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar |
24. WARNING in /src/org/eclipse/e4/ui/css/legacy/presentation/CSSPresentationFactory.java (at line 78) new DefaultMultiTabListener(result.getApiPreferences(), Discouraged access: The type DefaultMultiTabListener is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar |
25. WARNING in /src/org/eclipse/e4/ui/css/legacy/presentation/CSSPresentationFactory.java (at line 78) new DefaultMultiTabListener(result.getApiPreferences(), Discouraged access: The method getApiPreferences() from the type TabbedStackPresentation is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar |
26. WARNING in /src/org/eclipse/e4/ui/css/legacy/presentation/CSSPresentationFactory.java (at line 81) new DefaultSimpleTabListener(result.getApiPreferences(), IWorkbenchPreferenceConstants.SHOW_TRADITIONAL_STYLE_TABS, folder); Discouraged access: The constructor DefaultSimpleTabListener(IDynamicPropertyMap, String, DefaultTabFolder) is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar |
27. WARNING in /src/org/eclipse/e4/ui/css/legacy/presentation/CSSPresentationFactory.java (at line 81) new DefaultSimpleTabListener(result.getApiPreferences(), Discouraged access: The type DefaultSimpleTabListener is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar |
28. WARNING in /src/org/eclipse/e4/ui/css/legacy/presentation/CSSPresentationFactory.java (at line 81) new DefaultSimpleTabListener(result.getApiPreferences(), Discouraged access: The method getApiPreferences() from the type TabbedStackPresentation is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar |
29. WARNING in /src/org/eclipse/e4/ui/css/legacy/presentation/CSSPresentationFactory.java (at line 106) folder.setMinimumCharacters(minimumCharacters); Discouraged access: The method setMinimumCharacters(int) from the type DefaultTabFolder is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar |
30. WARNING in /src/org/eclipse/e4/ui/css/legacy/presentation/CSSPresentationFactory.java (at line 109) PresentablePartFolder partFolder = new PresentablePartFolder(folder); Discouraged access: The type PresentablePartFolder is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar |
31. WARNING in /src/org/eclipse/e4/ui/css/legacy/presentation/CSSPresentationFactory.java (at line 109) PresentablePartFolder partFolder = new PresentablePartFolder(folder); Discouraged access: The constructor PresentablePartFolder(AbstractTabFolder) is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar |
32. WARNING in /src/org/eclipse/e4/ui/css/legacy/presentation/CSSPresentationFactory.java (at line 109) PresentablePartFolder partFolder = new PresentablePartFolder(folder); Discouraged access: The type PresentablePartFolder is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar |
33. WARNING in /src/org/eclipse/e4/ui/css/legacy/presentation/CSSPresentationFactory.java (at line 111) folder.setUnselectedCloseVisible(false); Discouraged access: The method setUnselectedCloseVisible(boolean) from the type DefaultTabFolder is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar |
34. WARNING in /src/org/eclipse/e4/ui/css/legacy/presentation/CSSPresentationFactory.java (at line 112) folder.setUnselectedImageVisible(true); Discouraged access: The method setUnselectedImageVisible(boolean) from the type DefaultTabFolder is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar |
35. WARNING in /src/org/eclipse/e4/ui/css/legacy/presentation/CSSPresentationFactory.java (at line 114) TabbedStackPresentation result = new TabbedStackPresentation(site, Discouraged access: The type TabbedStackPresentation is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar |
36. WARNING in /src/org/eclipse/e4/ui/css/legacy/presentation/CSSPresentationFactory.java (at line 114) TabbedStackPresentation result = new TabbedStackPresentation(site, partFolder, new StandardViewSystemMenu(site)); Discouraged access: The constructor TabbedStackPresentation(IStackPresentationSite, PresentablePartFolder, ISystemMenu) is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar |
37. WARNING in /src/org/eclipse/e4/ui/css/legacy/presentation/CSSPresentationFactory.java (at line 114) TabbedStackPresentation result = new TabbedStackPresentation(site, Discouraged access: The type TabbedStackPresentation is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar |
38. WARNING in /src/org/eclipse/e4/ui/css/legacy/presentation/CSSPresentationFactory.java (at line 115) partFolder, new StandardViewSystemMenu(site)); Discouraged access: The constructor StandardViewSystemMenu(IStackPresentationSite) is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar |
39. WARNING in /src/org/eclipse/e4/ui/css/legacy/presentation/CSSPresentationFactory.java (at line 115) partFolder, new StandardViewSystemMenu(site)); Discouraged access: The type StandardViewSystemMenu is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar |
40. WARNING in /src/org/eclipse/e4/ui/css/legacy/presentation/CSSPresentationFactory.java (at line 117) DefaultThemeListener themeListener = new DefaultThemeListener(folder, Discouraged access: The type DefaultThemeListener is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar |
41. WARNING in /src/org/eclipse/e4/ui/css/legacy/presentation/CSSPresentationFactory.java (at line 117) DefaultThemeListener themeListener = new DefaultThemeListener(folder, result.getTheme()); Discouraged access: The constructor DefaultThemeListener(DefaultTabFolder, IPropertyMap) is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar |
42. WARNING in /src/org/eclipse/e4/ui/css/legacy/presentation/CSSPresentationFactory.java (at line 117) DefaultThemeListener themeListener = new DefaultThemeListener(folder, Discouraged access: The type DefaultThemeListener is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar |
43. WARNING in /src/org/eclipse/e4/ui/css/legacy/presentation/CSSPresentationFactory.java (at line 118) result.getTheme()); Discouraged access: The method getTheme() from the type TabbedStackPresentation is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar |
44. WARNING in /src/org/eclipse/e4/ui/css/legacy/presentation/CSSPresentationFactory.java (at line 119) result.getTheme().addListener(themeListener); Discouraged access: The method getTheme() from the type TabbedStackPresentation is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar |
45. WARNING in /src/org/eclipse/e4/ui/css/legacy/presentation/CSSPresentationFactory.java (at line 119) result.getTheme().addListener(themeListener); Discouraged access: The method addListener(IPropertyMapListener) from the type IDynamicPropertyMap is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar |
46. WARNING in /src/org/eclipse/e4/ui/css/legacy/presentation/CSSPresentationFactory.java (at line 121) new DefaultSimpleTabListener(result.getApiPreferences(), IWorkbenchPreferenceConstants.SHOW_TRADITIONAL_STYLE_TABS, folder); Discouraged access: The constructor DefaultSimpleTabListener(IDynamicPropertyMap, String, DefaultTabFolder) is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar |
47. WARNING in /src/org/eclipse/e4/ui/css/legacy/presentation/CSSPresentationFactory.java (at line 121) new DefaultSimpleTabListener(result.getApiPreferences(), Discouraged access: The type DefaultSimpleTabListener is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar |
48. WARNING in /src/org/eclipse/e4/ui/css/legacy/presentation/CSSPresentationFactory.java (at line 121) new DefaultSimpleTabListener(result.getApiPreferences(), Discouraged access: The method getApiPreferences() from the type TabbedStackPresentation is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar |
1. WARNING in /src/org/eclipse/e4/ui/internal/css/legacy/presentation/CSSTabFolder.java (at line 14) import org.eclipse.ui.internal.presentations.defaultpresentation.DefaultTabFolder; Discouraged access: The type DefaultTabFolder is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar |
2. WARNING in /src/org/eclipse/e4/ui/internal/css/legacy/presentation/CSSTabFolder.java (at line 19) public class CSSTabFolder extends DefaultTabFolder { Discouraged access: The type DefaultTabFolder is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar |
3. WARNING in /src/org/eclipse/e4/ui/internal/css/legacy/presentation/CSSTabFolder.java (at line 23) super(parent, flags, allowMin, allowMax); Discouraged access: The constructor DefaultTabFolder(Composite, int, boolean, boolean) is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar |