# 6/11/08 9:37:05 PM EDT # Eclipse Java Compiler 0.868, 3.4.0 release candidate-2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/CodegenEmittersExt.java (at line 8) import org.eclipse.gmf.internal.common.codegen.TextEmitter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type TextEmitter is not accessible due to restriction on classpath entry /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.gmf.common.jar ---------- 2. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/CodegenEmittersExt.java (at line 17) public TextEmitter getChangeNotationActionEmitter() throws UnexpectedBehaviourException { ^^^^^^^^^^^ Discouraged access: The type TextEmitter is not accessible due to restriction on classpath entry /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.gmf.common.jar ---------- 3. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/CodegenEmittersExt.java (at line 25) public TextEmitter getChangeNotationContributionItemProviderEmitter() throws UnexpectedBehaviourException { ^^^^^^^^^^^ Discouraged access: The type TextEmitter is not accessible due to restriction on classpath entry /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.gmf.common.jar ---------- 4. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/CodegenEmittersExt.java (at line 42) public TextEmitter getIconStylePreferencePageEmitter() throws UnexpectedBehaviourException { ^^^^^^^^^^^ Discouraged access: The type TextEmitter is not accessible due to restriction on classpath entry /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.gmf.common.jar ---------- 5. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/CodegenEmittersExt.java (at line 50) public TextEmitter getViewFiltersPreferencePageEmitter() throws UnexpectedBehaviourException { ^^^^^^^^^^^ Discouraged access: The type TextEmitter is not accessible due to restriction on classpath entry /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.gmf.common.jar ---------- 6. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/CodegenEmittersExt.java (at line 59) TextEmitter emitter = newXpandEmitter("xpt::preferences::ViewFiltersPreferencePage::isViewFiltersPreferencePage");//$NON-NLS-1$ ^^^^^^^^^^^ Discouraged access: The type TextEmitter is not accessible due to restriction on classpath entry /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.gmf.common.jar ---------- 7. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/CodegenEmittersExt.java (at line 68) TextEmitter emitter = newXpandEmitter(templateName); ^^^^^^^^^^^ Discouraged access: The type TextEmitter is not accessible due to restriction on classpath entry /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.gmf.common.jar ---------- 8. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/CodegenEmittersExt.java (at line 76) private String getText(TextEmitter emitter, Object... input) throws UnexpectedBehaviourException { ^^^^^^^^^^^ Discouraged access: The type TextEmitter is not accessible due to restriction on classpath entry /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.gmf.common.jar ---------- 9. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/CodegenEmittersExt.java (at line 78) return emitter.generate(new NullProgressMonitor(), input).trim(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method generate(IProgressMonitor, Object[]) from the type TextEmitter is not accessible due to restriction on classpath entry /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.gmf.common.jar ---------- ---------- 10. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/ExecuteTemplatesOperationExt.java (at line 5) import org.eclipse.gmf.internal.codegen.popup.actions.ExecuteTemplatesOperation; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExecuteTemplatesOperation is not accessible due to restriction on classpath entry /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.gmf.codegen.ui.jar ---------- 11. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/ExecuteTemplatesOperationExt.java (at line 8) public class ExecuteTemplatesOperationExt extends ExecuteTemplatesOperation { ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExecuteTemplatesOperation is not accessible due to restriction on classpath entry /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.gmf.codegen.ui.jar ---------- 12. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/ExecuteTemplatesOperationExt.java (at line 11) GenEditorGenerator genModel = getGenModel(); ^^^^^^^^^^^^^ Discouraged access: The method getGenModel() from the type ExecuteTemplatesOperation is not accessible due to restriction on classpath entry /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.gmf.codegen.ui.jar ---------- ---------- 13. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/GeneratorExt.java (at line 10) import org.eclipse.gmf.internal.common.codegen.TextMerger; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type TextMerger is not accessible due to restriction on classpath entry /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.gmf.common.jar ---------- 14. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/GeneratorExt.java (at line 24) protected TextMerger createMergeService() { ^^^^^^^^^^ Discouraged access: The type TextMerger is not accessible due to restriction on classpath entry /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.gmf.common.jar ---------- 15. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/GeneratorExt.java (at line 26) final TextMerger defaultMerger = super.createMergeService(); ^^^^^^^^^^ Discouraged access: The type TextMerger is not accessible due to restriction on classpath entry /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.gmf.common.jar ---------- 16. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/GeneratorExt.java (at line 27) return new TextMerger(){ ^^^^^^^^^^ Discouraged access: The type TextMerger is not accessible due to restriction on classpath entry /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.gmf.common.jar ---------- 17. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/GeneratorExt.java (at line 30) if ("properties".equals(fileNameExt) && newText != null && newText.contains("#seeBugzilla=181484")){ ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 18. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/GeneratorExt.java (at line 30) if ("properties".equals(fileNameExt) && newText != null && newText.contains("#seeBugzilla=181484")){ ^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 19. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/GeneratorExt.java (at line 33) return defaultMerger.process(fileNameExt, oldText, newText); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method process(String, String, String) from the type TextMerger is not accessible due to restriction on classpath entry /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.gmf.common.jar ---------- 20. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/GeneratorExt.java (at line 38) return defaultMerger.mergeJava(oldText, newText); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method mergeJava(String, String) from the type TextMerger is not accessible due to restriction on classpath entry /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.gmf.common.jar ---------- 21. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/GeneratorExt.java (at line 43) return defaultMerger.mergeProperties(oldText, newText); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method mergeProperties(String, String) from the type TextMerger is not accessible due to restriction on classpath entry /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.gmf.common.jar ---------- 22. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/GeneratorExt.java (at line 48) return defaultMerger.mergeXML(oldText, newText); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method mergeXML(String, String) from the type TextMerger is not accessible due to restriction on classpath entry /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.gmf.common.jar ---------- 23. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/GeneratorExt.java (at line 72) doGenerateJavaClass(myEmitters.getChangeNotationContributionItemProviderEmitter(), myEmitters.getChangeNotationContributionItemProviderName(new Object[] { node }), node); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method doGenerateJavaClass(TextEmitter, String, Object[]) from the type GeneratorBase is not accessible due to restriction on classpath entry /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.gmf.common.jar ---------- 24. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/GeneratorExt.java (at line 74) doGenerateJavaClass(myEmitters.getChangeNotationActionEmitter(), myEmitters.getChangeNotationActionName(new Object[] { node, substitutableByNode }), node, substitutableByNode); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method doGenerateJavaClass(TextEmitter, String, Object[]) from the type GeneratorBase is not accessible due to restriction on classpath entry /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.gmf.common.jar ---------- 25. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/GeneratorExt.java (at line 82) doGenerateJavaClass(// myEmitters.getIconStylePreferencePageEmitter(), // myEmitters.getIconStylePreferencePageFQN(new Object[] { diagram }), // diagram); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method doGenerateJavaClass(TextEmitter, String, Object[]) from the type GeneratorBase is not accessible due to restriction on classpath entry /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.gmf.common.jar ---------- 26. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/GeneratorExt.java (at line 95) doGenerateJavaClass(// myEmitters.getViewFiltersPreferencePageEmitter(), // myEmitters.getViewFiltersPreferencePageFQN(new Object[] { page }), // page); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method doGenerateJavaClass(TextEmitter, String, Object[]) from the type GeneratorBase is not accessible due to restriction on classpath entry /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.gmf.common.jar ---------- ---------- 27. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/gmfgenext/GMFGenExtPackage.java (at line 36) String eNAME = "gmfgenext"; ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 28. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/gmfgenext/GMFGenExtPackage.java (at line 44) String eNS_URI = "http://www.eclipse.org/uml2/diagram/gmfgenext/DiagramFigure/1.0"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 29. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/gmfgenext/GMFGenExtPackage.java (at line 52) String eNS_PREFIX = "uml2.gmfgenext"; ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 30. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/gmfgenext/impl/AbstractDynamicCanonicalContainerImpl.java (at line 206) result.append(" (alwaysCanonicalIDs: "); ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 31. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/gmfgenext/impl/AbstractDynamicCanonicalContainerImpl.java (at line 208) result.append(", initiallyCanonical: "); ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 32. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/gmfgenext/impl/AuxSecondaryDiagramNodeAttributeImpl.java (at line 155) result.append(" (substituteWithCanvasElement: "); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 33. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/gmfgenext/impl/CustomLocatorAttributesImpl.java (at line 155) result.append(" (customLocatorFQN: "); ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 34. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/gmfgenext/impl/DetailsLevelAttributesImpl.java (at line 207) result.append(" (filteringCompartment: "); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 35. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/gmfgenext/impl/DetailsLevelAttributesImpl.java (at line 209) result.append(", detailsAwareParser: "); ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 36. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/gmfgenext/impl/GMFGenExtFactoryImpl.java (at line 38) GMFGenExtFactory theGMFGenExtFactory = (GMFGenExtFactory)EPackage.Registry.INSTANCE.getEFactory("http://www.eclipse.org/uml2/diagram/gmfgenext/DiagramFigure/1.0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 37. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/gmfgenext/impl/GMFGenExtFactoryImpl.java (at line 73) throw new IllegalArgumentException("The class '" + eClass.getName() + "' is not a valid classifier"); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 38. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/gmfgenext/impl/GMFGenExtFactoryImpl.java (at line 73) throw new IllegalArgumentException("The class '" + eClass.getName() + "' is not a valid classifier"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 39. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/gmfgenext/impl/GMFGenExtPackageImpl.java (at line 383) initEClass(auxSecondaryDiagramNodeAttributeEClass, AuxSecondaryDiagramNodeAttribute.class, "AuxSecondaryDiagramNodeAttribute", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 40. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/gmfgenext/impl/GMFGenExtPackageImpl.java (at line 384) initEAttribute(getAuxSecondaryDiagramNodeAttribute_SubstituteWithCanvasElement(), ecorePackage.getEBoolean(), "substituteWithCanvasElement", null, 0, 1, AuxSecondaryDiagramNodeAttribute.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 41. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/gmfgenext/impl/GMFGenExtPackageImpl.java (at line 386) initEClass(customLocatorAttributesEClass, CustomLocatorAttributes.class, "CustomLocatorAttributes", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); ^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 42. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/gmfgenext/impl/GMFGenExtPackageImpl.java (at line 387) initEAttribute(getCustomLocatorAttributes_CustomLocatorFQN(), ecorePackage.getEString(), "customLocatorFQN", null, 0, 1, CustomLocatorAttributes.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 43. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/gmfgenext/impl/GMFGenExtPackageImpl.java (at line 389) initEClass(detailsLevelAttributesEClass, DetailsLevelAttributes.class, "DetailsLevelAttributes", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 44. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/gmfgenext/impl/GMFGenExtPackageImpl.java (at line 390) initEAttribute(getDetailsLevelAttributes_FilteringCompartment(), ecorePackage.getEBoolean(), "filteringCompartment", null, 0, 1, DetailsLevelAttributes.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 45. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/gmfgenext/impl/GMFGenExtPackageImpl.java (at line 391) initEAttribute(getDetailsLevelAttributes_DetailsAwareParser(), ecorePackage.getEBoolean(), "detailsAwareParser", null, 0, 1, DetailsLevelAttributes.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 46. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/gmfgenext/impl/GMFGenExtPackageImpl.java (at line 393) initEClass(substitutableByAttributesEClass, SubstitutableByAttributes.class, "SubstitutableByAttributes", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 47. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/gmfgenext/impl/GMFGenExtPackageImpl.java (at line 394) initEAttribute(getSubstitutableByAttributes_SubstitutableByIDs(), ecorePackage.getEInt(), "substitutableByIDs", null, 0, -1, SubstitutableByAttributes.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 48. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/gmfgenext/impl/GMFGenExtPackageImpl.java (at line 395) initEAttribute(getSubstitutableByAttributes_RequiresAll(), ecorePackage.getEBoolean(), "requiresAll", null, 0, 1, SubstitutableByAttributes.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 49. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/gmfgenext/impl/GMFGenExtPackageImpl.java (at line 397) addEOperation(substitutableByAttributesEClass, theGMFGenPackage.getGenCommonBase(), "getSubstitutableByNodes", 0, -1); ^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 50. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/gmfgenext/impl/GMFGenExtPackageImpl.java (at line 399) initEClass(abstractDynamicCanonicalContainerEClass, AbstractDynamicCanonicalContainer.class, "AbstractDynamicCanonicalContainer", IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 51. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/gmfgenext/impl/GMFGenExtPackageImpl.java (at line 400) initEAttribute(getAbstractDynamicCanonicalContainer_AlwaysCanonicalIDs(), ecorePackage.getEInt(), "alwaysCanonicalIDs", null, 0, -1, AbstractDynamicCanonicalContainer.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 52. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/gmfgenext/impl/GMFGenExtPackageImpl.java (at line 401) initEAttribute(getAbstractDynamicCanonicalContainer_InitiallyCanonical(), ecorePackage.getEBoolean(), "initiallyCanonical", "false", 0, 1, AbstractDynamicCanonicalContainer.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 53. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/gmfgenext/impl/GMFGenExtPackageImpl.java (at line 401) initEAttribute(getAbstractDynamicCanonicalContainer_InitiallyCanonical(), ecorePackage.getEBoolean(), "initiallyCanonical", "false", 0, 1, AbstractDynamicCanonicalContainer.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 54. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/gmfgenext/impl/GMFGenExtPackageImpl.java (at line 403) addEOperation(abstractDynamicCanonicalContainerEClass, theGMFGenPackage.getGenCommonBase(), "getAlwaysCanonicalChildren", 0, -1); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 55. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/gmfgenext/impl/GMFGenExtPackageImpl.java (at line 405) initEClass(dynamicCanonicalCompartmentEClass, DynamicCanonicalCompartment.class, "DynamicCanonicalCompartment", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 56. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/gmfgenext/impl/GMFGenExtPackageImpl.java (at line 407) initEClass(interactionDiagramAttributesEClass, InteractionDiagramAttributes.class, "InteractionDiagramAttributes", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 57. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/gmfgenext/impl/GMFGenExtPackageImpl.java (at line 408) initEAttribute(getInteractionDiagramAttributes_MultiLayered(), ecorePackage.getEBoolean(), "multiLayered", "true", 0, 1, InteractionDiagramAttributes.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 58. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/gmfgenext/impl/GMFGenExtPackageImpl.java (at line 408) initEAttribute(getInteractionDiagramAttributes_MultiLayered(), ecorePackage.getEBoolean(), "multiLayered", "true", 0, 1, InteractionDiagramAttributes.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 59. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/gmfgenext/impl/InteractionDiagramAttributesImpl.java (at line 155) result.append(" (multiLayered: "); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 60. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/gmfgenext/impl/SubstitutableByAttributesImpl.java (at line 235) result.append(" (substitutableByIDs: "); ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 61. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/gmfgenext/impl/SubstitutableByAttributesImpl.java (at line 237) result.append(", requiresAll: "); ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 62. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/ui/ExecuteTemplatesActionExt.java (at line 3) import org.eclipse.gmf.internal.codegen.popup.actions.ExecuteTemplatesAction; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExecuteTemplatesAction is not accessible due to restriction on classpath entry /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.gmf.codegen.ui.jar ---------- 63. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/ui/ExecuteTemplatesActionExt.java (at line 4) import org.eclipse.gmf.internal.codegen.popup.actions.ExecuteTemplatesOperation; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExecuteTemplatesOperation is not accessible due to restriction on classpath entry /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.gmf.codegen.ui.jar ---------- 64. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/ui/ExecuteTemplatesActionExt.java (at line 8) public class ExecuteTemplatesActionExt extends ExecuteTemplatesAction { ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExecuteTemplatesAction is not accessible due to restriction on classpath entry /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.gmf.codegen.ui.jar ---------- 65. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.codegen/src/org/eclipse/uml2/diagram/codegen/ui/ExecuteTemplatesActionExt.java (at line 10) protected ExecuteTemplatesOperation createOperation() { ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExecuteTemplatesOperation is not accessible due to restriction on classpath entry /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.gmf.codegen.ui.jar ---------- 65 problems (65 warnings)