# 6/11/08 9:36:51 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.csd/src/org/eclipse/uml2/diagram/csd/edit/commands/AssociationCreateCommand.java (at line 91) Type sourceType = (Type) getSource(); ^^^^^^^^^^^^^^^^^^ Unnecessary cast from Type to Type ---------- 2. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/commands/AssociationCreateCommand.java (at line 92) Type targetType = (Type) getTarget(); ^^^^^^^^^^^^^^^^^^ Unnecessary cast from Type to Type ---------- 3. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/commands/AssociationCreateCommand.java (at line 99) false, AggregationKind.NONE_LITERAL, "src", 1, 1, // ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 4. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/commands/AssociationCreateCommand.java (at line 100) sourceType, setNavigability, AggregationKind.NONE_LITERAL, "dst", 1, 1); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 5. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/commands/DependencyReorientCommand.java (at line 71) NamedElement target = (NamedElement) getLink().getSuppliers().get(0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from NamedElement to NamedElement ---------- 6. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/commands/DependencyReorientCommand.java (at line 89) NamedElement source = (NamedElement) getLink().getClients().get(0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from NamedElement to NamedElement ---------- ---------- 7. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/commands/UsageReorientCommand.java (at line 71) NamedElement target = (NamedElement) getLink().getSuppliers().get(0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from NamedElement to NamedElement ---------- 8. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/commands/UsageReorientCommand.java (at line 89) NamedElement source = (NamedElement) getLink().getClients().get(0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from NamedElement to NamedElement ---------- ---------- 9. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/AssociationEditPart.java (at line 100) addListenerFilter("SemanticModel", this, next); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 10. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/AssociationInstanceSourceEditPart.java (at line 186) StructuralFeature definingFeature = ((Slot) element).getDefiningFeature(); ^^^^^^^^^^^^^^^^ Unnecessary cast from Slot to Slot ---------- 11. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/AssociationInstanceSourceEditPart.java (at line 306) setManager(new TextDirectEditManager(this, TextDirectEditManager.getTextCellEditorClass(this), UMLEditPartFactory.getTextCellEditorLocator(this))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTextCellEditorClass(GraphicalEditPart) from the type TextDirectEditManager is deprecated ---------- ---------- 12. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/AssociationInstanceTargetEditPart.java (at line 186) StructuralFeature definingFeature = ((Slot) element).getDefiningFeature(); ^^^^^^^^^^^^^^^^ Unnecessary cast from Slot to Slot ---------- 13. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/AssociationInstanceTargetEditPart.java (at line 306) setManager(new TextDirectEditManager(this, TextDirectEditManager.getTextCellEditorClass(this), UMLEditPartFactory.getTextCellEditorLocator(this))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTextCellEditorClass(GraphicalEditPart) from the type TextDirectEditManager is deprecated ---------- ---------- 14. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/AssociationName2EditPart.java (at line 31) import org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type WrapLabel is deprecated ---------- 15. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/AssociationName2EditPart.java (at line 298) setManager(new TextDirectEditManager(this, TextDirectEditManager.getTextCellEditorClass(this), UMLEditPartFactory.getTextCellEditorLocator(this))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTextCellEditorClass(GraphicalEditPart) from the type TextDirectEditManager is deprecated ---------- ---------- 16. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/AssociationName3EditPart.java (at line 31) import org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type WrapLabel is deprecated ---------- 17. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/AssociationName3EditPart.java (at line 298) setManager(new TextDirectEditManager(this, TextDirectEditManager.getTextCellEditorClass(this), UMLEditPartFactory.getTextCellEditorLocator(this))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTextCellEditorClass(GraphicalEditPart) from the type TextDirectEditManager is deprecated ---------- ---------- 18. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/AssociationName4EditPart.java (at line 31) import org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type WrapLabel is deprecated ---------- 19. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/AssociationName4EditPart.java (at line 298) setManager(new TextDirectEditManager(this, TextDirectEditManager.getTextCellEditorClass(this), UMLEditPartFactory.getTextCellEditorLocator(this))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTextCellEditorClass(GraphicalEditPart) from the type TextDirectEditManager is deprecated ---------- ---------- 20. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/AssociationName5EditPart.java (at line 31) import org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type WrapLabel is deprecated ---------- 21. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/AssociationName5EditPart.java (at line 298) setManager(new TextDirectEditManager(this, TextDirectEditManager.getTextCellEditorClass(this), UMLEditPartFactory.getTextCellEditorLocator(this))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTextCellEditorClass(GraphicalEditPart) from the type TextDirectEditManager is deprecated ---------- ---------- 22. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/AssociationName6EditPart.java (at line 31) import org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type WrapLabel is deprecated ---------- 23. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/AssociationName6EditPart.java (at line 298) setManager(new TextDirectEditManager(this, TextDirectEditManager.getTextCellEditorClass(this), UMLEditPartFactory.getTextCellEditorLocator(this))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTextCellEditorClass(GraphicalEditPart) from the type TextDirectEditManager is deprecated ---------- ---------- 24. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/AssociationName7EditPart.java (at line 31) import org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type WrapLabel is deprecated ---------- 25. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/AssociationName7EditPart.java (at line 298) setManager(new TextDirectEditManager(this, TextDirectEditManager.getTextCellEditorClass(this), UMLEditPartFactory.getTextCellEditorLocator(this))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTextCellEditorClass(GraphicalEditPart) from the type TextDirectEditManager is deprecated ---------- ---------- 26. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/AssociationNameEditPart.java (at line 31) import org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type WrapLabel is deprecated ---------- 27. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/AssociationNameEditPart.java (at line 298) setManager(new TextDirectEditManager(this, TextDirectEditManager.getTextCellEditorClass(this), UMLEditPartFactory.getTextCellEditorLocator(this))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTextCellEditorClass(GraphicalEditPart) from the type TextDirectEditManager is deprecated ---------- ---------- 28. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/Class2EditPart.java (at line 15) import org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type WrapLabel is deprecated ---------- ---------- 29. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/Class3EditPart.java (at line 32) import org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type WrapLabel is deprecated ---------- 30. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/Class3EditPart.java (at line 289) fFigureExpandedClassFigure_name.setText(""); ^^ 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.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/ClassEditPart.java (at line 32) import org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type WrapLabel is deprecated ---------- 32. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/ClassEditPart.java (at line 398) fFigureClassFigure_stereo.setText(""); ^^ 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.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/ClassEditPart.java (at line 416) fFigureClassFigure_name.setText(""); ^^ 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.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/ClassName2EditPart.java (at line 35) import org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type WrapLabel is deprecated ---------- 35. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/ClassName2EditPart.java (at line 307) setManager(new TextDirectEditManager(this, TextDirectEditManager.getTextCellEditorClass(this), UMLEditPartFactory.getTextCellEditorLocator(this))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTextCellEditorClass(GraphicalEditPart) from the type TextDirectEditManager is deprecated ---------- ---------- 36. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/ClassNameEditPart.java (at line 35) import org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type WrapLabel is deprecated ---------- 37. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/ClassNameEditPart.java (at line 307) setManager(new TextDirectEditManager(this, TextDirectEditManager.getTextCellEditorClass(this), UMLEditPartFactory.getTextCellEditorLocator(this))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTextCellEditorClass(GraphicalEditPart) from the type TextDirectEditManager is deprecated ---------- ---------- 38. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/ClassQualifiedNameEditPart.java (at line 35) import org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type WrapLabel is deprecated ---------- 39. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/ClassQualifiedNameEditPart.java (at line 303) setManager(new TextDirectEditManager(this, TextDirectEditManager.getTextCellEditorClass(this), UMLEditPartFactory.getTextCellEditorLocator(this))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTextCellEditorClass(GraphicalEditPart) from the type TextDirectEditManager is deprecated ---------- ---------- 40. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/CollaborationEditPart.java (at line 241) private int myXMargin; ^^^^^^^^^ The field CollaborationEditPart.CollaborationFigure.myXMargin is never read locally ---------- 41. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/CollaborationEditPart.java (at line 243) private int myYMargin; ^^^^^^^^^ The field CollaborationEditPart.CollaborationFigure.myYMargin is never read locally ---------- 42. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/CollaborationEditPart.java (at line 274) fFigureCollaborationFigure_name.setText(""); ^^ 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.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/CollaborationNameEditPart.java (at line 35) import org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type WrapLabel is deprecated ---------- 44. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/CollaborationNameEditPart.java (at line 307) setManager(new TextDirectEditManager(this, TextDirectEditManager.getTextCellEditorClass(this), UMLEditPartFactory.getTextCellEditorLocator(this))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTextCellEditorClass(GraphicalEditPart) from the type TextDirectEditManager is deprecated ---------- ---------- 45. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/CollaborationUse2EditPart.java (at line 261) fFigureCollaborationUseFigure_name.setText(""); ^^ 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.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/CollaborationUseName2EditPart.java (at line 35) import org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type WrapLabel is deprecated ---------- 47. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/CollaborationUseName2EditPart.java (at line 307) setManager(new TextDirectEditManager(this, TextDirectEditManager.getTextCellEditorClass(this), UMLEditPartFactory.getTextCellEditorLocator(this))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTextCellEditorClass(GraphicalEditPart) from the type TextDirectEditManager is deprecated ---------- ---------- 48. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/ConnectorEditPart.java (at line 83) addListenerFilter("SemanticModel_TypeListener", this, c, UMLPackage.eINSTANCE.getConnector_Type()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/ConnectorName2EditPart.java (at line 31) import org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type WrapLabel is deprecated ---------- 50. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/ConnectorName2EditPart.java (at line 301) setManager(new TextDirectEditManager(this, TextDirectEditManager.getTextCellEditorClass(this), UMLEditPartFactory.getTextCellEditorLocator(this))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTextCellEditorClass(GraphicalEditPart) from the type TextDirectEditManager is deprecated ---------- 51. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/ConnectorName2EditPart.java (at line 450) addListenerFilter("SemanticModel_TypeListener", this, c, UMLPackage.eINSTANCE.getConnector_Type()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/ConnectorName3EditPart.java (at line 31) import org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type WrapLabel is deprecated ---------- 53. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/ConnectorName3EditPart.java (at line 301) setManager(new TextDirectEditManager(this, TextDirectEditManager.getTextCellEditorClass(this), UMLEditPartFactory.getTextCellEditorLocator(this))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTextCellEditorClass(GraphicalEditPart) from the type TextDirectEditManager is deprecated ---------- 54. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/ConnectorName3EditPart.java (at line 450) addListenerFilter("SemanticModel_TypeListener", this, c, UMLPackage.eINSTANCE.getConnector_Type()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/ConnectorName4EditPart.java (at line 31) import org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type WrapLabel is deprecated ---------- 56. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/ConnectorName4EditPart.java (at line 301) setManager(new TextDirectEditManager(this, TextDirectEditManager.getTextCellEditorClass(this), UMLEditPartFactory.getTextCellEditorLocator(this))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTextCellEditorClass(GraphicalEditPart) from the type TextDirectEditManager is deprecated ---------- 57. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/ConnectorName4EditPart.java (at line 450) addListenerFilter("SemanticModel_TypeListener", this, c, UMLPackage.eINSTANCE.getConnector_Type()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/ConnectorName5EditPart.java (at line 31) import org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type WrapLabel is deprecated ---------- 59. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/ConnectorName5EditPart.java (at line 301) setManager(new TextDirectEditManager(this, TextDirectEditManager.getTextCellEditorClass(this), UMLEditPartFactory.getTextCellEditorLocator(this))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTextCellEditorClass(GraphicalEditPart) from the type TextDirectEditManager is deprecated ---------- 60. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/ConnectorName5EditPart.java (at line 450) addListenerFilter("SemanticModel_TypeListener", this, c, UMLPackage.eINSTANCE.getConnector_Type()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/ConnectorName6EditPart.java (at line 31) import org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type WrapLabel is deprecated ---------- 62. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/ConnectorName6EditPart.java (at line 301) setManager(new TextDirectEditManager(this, TextDirectEditManager.getTextCellEditorClass(this), UMLEditPartFactory.getTextCellEditorLocator(this))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTextCellEditorClass(GraphicalEditPart) from the type TextDirectEditManager is deprecated ---------- 63. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/ConnectorName6EditPart.java (at line 450) addListenerFilter("SemanticModel_TypeListener", this, c, UMLPackage.eINSTANCE.getConnector_Type()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 64. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/ConnectorName7EditPart.java (at line 31) import org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type WrapLabel is deprecated ---------- 65. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/ConnectorName7EditPart.java (at line 301) setManager(new TextDirectEditManager(this, TextDirectEditManager.getTextCellEditorClass(this), UMLEditPartFactory.getTextCellEditorLocator(this))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTextCellEditorClass(GraphicalEditPart) from the type TextDirectEditManager is deprecated ---------- 66. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/ConnectorName7EditPart.java (at line 450) addListenerFilter("SemanticModel_TypeListener", this, c, UMLPackage.eINSTANCE.getConnector_Type()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 67. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/ConnectorNameEditPart.java (at line 31) import org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type WrapLabel is deprecated ---------- 68. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/ConnectorNameEditPart.java (at line 298) setManager(new TextDirectEditManager(this, TextDirectEditManager.getTextCellEditorClass(this), UMLEditPartFactory.getTextCellEditorLocator(this))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTextCellEditorClass(GraphicalEditPart) from the type TextDirectEditManager is deprecated ---------- ---------- 69. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/ConstraintEditPart.java (at line 18) import org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type WrapLabel is deprecated ---------- 70. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/ConstraintEditPart.java (at line 233) fFigureConstraintFigure_Value.setText(""); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 71. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/ConstraintNameEditPart.java (at line 35) import org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type WrapLabel is deprecated ---------- 72. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/ConstraintNameEditPart.java (at line 303) setManager(new TextDirectEditManager(this, TextDirectEditManager.getTextCellEditorClass(this), UMLEditPartFactory.getTextCellEditorLocator(this))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTextCellEditorClass(GraphicalEditPart) from the type TextDirectEditManager is deprecated ---------- ---------- 73. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/DependencyNameEditPart.java (at line 31) import org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type WrapLabel is deprecated ---------- 74. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/DependencyNameEditPart.java (at line 302) setManager(new TextDirectEditManager(this, TextDirectEditManager.getTextCellEditorClass(this), UMLEditPartFactory.getTextCellEditorLocator(this))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTextCellEditorClass(GraphicalEditPart) from the type TextDirectEditManager is deprecated ---------- ---------- 75. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/ElementImportEditPart.java (at line 35) import org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type WrapLabel is deprecated ---------- 76. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/ElementImportEditPart.java (at line 302) setManager(new TextDirectEditManager(this, TextDirectEditManager.getTextCellEditorClass(this), UMLEditPartFactory.getTextCellEditorLocator(this))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTextCellEditorClass(GraphicalEditPart) from the type TextDirectEditManager is deprecated ---------- ---------- 77. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/InstanceSpecificationEditPart.java (at line 26) import org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type WrapLabel is deprecated ---------- 78. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/InstanceSpecificationEditPart.java (at line 285) fFigureInstanceNode_NameLabel.setText(""); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 79. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/InstanceSpecificationNameEditPart.java (at line 35) import org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type WrapLabel is deprecated ---------- 80. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/InstanceSpecificationNameEditPart.java (at line 307) setManager(new TextDirectEditManager(this, TextDirectEditManager.getTextCellEditorClass(this), UMLEditPartFactory.getTextCellEditorLocator(this))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTextCellEditorClass(GraphicalEditPart) from the type TextDirectEditManager is deprecated ---------- ---------- 81. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/InterfaceNameEditPart.java (at line 33) import org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type WrapLabel is deprecated ---------- 82. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/InterfaceNameEditPart.java (at line 316) setManager(new TextDirectEditManager(this, TextDirectEditManager.getTextCellEditorClass(this), UMLEditPartFactory.getTextCellEditorLocator(this))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTextCellEditorClass(GraphicalEditPart) from the type TextDirectEditManager is deprecated ---------- ---------- 83. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/OperationEditPart.java (at line 35) import org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type WrapLabel is deprecated ---------- 84. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/OperationEditPart.java (at line 302) setManager(new TextDirectEditManager(this, TextDirectEditManager.getTextCellEditorClass(this), UMLEditPartFactory.getTextCellEditorLocator(this))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTextCellEditorClass(GraphicalEditPart) from the type TextDirectEditManager is deprecated ---------- ---------- 85. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/Package2EditPart.java (at line 295) fFigureSecondaryPackage_PackageLabel.setText("Package"); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 86. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/Package2EditPart.java (at line 300) fFigureSecondaryPackage_NameLabel.setText(""); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 87. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/Package2EditPart.java (at line 381) int[] scaled = (int[]) myTemplate.toIntArray().clone(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from int[] to int[] ---------- ---------- 88. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/PackageNameEditPart.java (at line 35) import org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type WrapLabel is deprecated ---------- 89. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/PackageNameEditPart.java (at line 307) setManager(new TextDirectEditManager(this, TextDirectEditManager.getTextCellEditorClass(this), UMLEditPartFactory.getTextCellEditorLocator(this))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTextCellEditorClass(GraphicalEditPart) from the type TextDirectEditManager is deprecated ---------- ---------- 90. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/ParameterEditPart.java (at line 18) import org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type WrapLabel is deprecated ---------- 91. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/ParameterEditPart.java (at line 237) fFigure_PartFigure_name.setText(""); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 92. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/ParameterNameEditPart.java (at line 35) import org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type WrapLabel is deprecated ---------- 93. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/ParameterNameEditPart.java (at line 307) setManager(new TextDirectEditManager(this, TextDirectEditManager.getTextCellEditorClass(this), UMLEditPartFactory.getTextCellEditorLocator(this))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTextCellEditorClass(GraphicalEditPart) from the type TextDirectEditManager is deprecated ---------- ---------- 94. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/PortIsBehavior2EditPart.java (at line 319) setManager(new TextDirectEditManager(this, TextDirectEditManager.getTextCellEditorClass(this), UMLEditPartFactory.getTextCellEditorLocator(this))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTextCellEditorClass(GraphicalEditPart) from the type TextDirectEditManager is deprecated ---------- 95. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/PortIsBehavior2EditPart.java (at line 555) this.setText(""); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 96. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/PortIsBehaviorEditPart.java (at line 319) setManager(new TextDirectEditManager(this, TextDirectEditManager.getTextCellEditorClass(this), UMLEditPartFactory.getTextCellEditorLocator(this))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTextCellEditorClass(GraphicalEditPart) from the type TextDirectEditManager is deprecated ---------- 97. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/PortIsBehaviorEditPart.java (at line 555) this.setText(""); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 98. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/PortName2EditPart.java (at line 33) import org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type WrapLabel is deprecated ---------- 99. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/PortName2EditPart.java (at line 316) setManager(new TextDirectEditManager(this, TextDirectEditManager.getTextCellEditorClass(this), UMLEditPartFactory.getTextCellEditorLocator(this))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTextCellEditorClass(GraphicalEditPart) from the type TextDirectEditManager is deprecated ---------- ---------- 100. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/PortName3EditPart.java (at line 315) setManager(new TextDirectEditManager(this, TextDirectEditManager.getTextCellEditorClass(this), UMLEditPartFactory.getTextCellEditorLocator(this))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTextCellEditorClass(GraphicalEditPart) from the type TextDirectEditManager is deprecated ---------- ---------- 101. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/PortNameEditPart.java (at line 33) import org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type WrapLabel is deprecated ---------- 102. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/PortNameEditPart.java (at line 316) setManager(new TextDirectEditManager(this, TextDirectEditManager.getTextCellEditorClass(this), UMLEditPartFactory.getTextCellEditorLocator(this))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTextCellEditorClass(GraphicalEditPart) from the type TextDirectEditManager is deprecated ---------- ---------- 103. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/Property2EditPart.java (at line 35) import org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type WrapLabel is deprecated ---------- 104. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/Property2EditPart.java (at line 302) setManager(new TextDirectEditManager(this, TextDirectEditManager.getTextCellEditorClass(this), UMLEditPartFactory.getTextCellEditorLocator(this))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTextCellEditorClass(GraphicalEditPart) from the type TextDirectEditManager is deprecated ---------- ---------- 105. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/Property3EditPart.java (at line 28) import org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type WrapLabel is deprecated ---------- 106. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/Property3EditPart.java (at line 257) addListenerFilter("SemanticModel_PartAggregationListener", this, part, UMLPackage.eINSTANCE.getProperty_Aggregation()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 107. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/Property3EditPart.java (at line 313) fFigure_PartFigure_name.setText(""); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 108. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/PropertyEditPart.java (at line 19) import org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type WrapLabel is deprecated ---------- 109. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/PropertyEditPart.java (at line 229) addListenerFilter("SemanticModel_PartAggregationListener", this, part, UMLPackage.eINSTANCE.getProperty_Aggregation()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 110. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/PropertyEditPart.java (at line 285) fFigure_PartFigure_name.setText(""); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 111. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/PropertyName2EditPart.java (at line 35) import org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type WrapLabel is deprecated ---------- 112. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/PropertyName2EditPart.java (at line 307) setManager(new TextDirectEditManager(this, TextDirectEditManager.getTextCellEditorClass(this), UMLEditPartFactory.getTextCellEditorLocator(this))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTextCellEditorClass(GraphicalEditPart) from the type TextDirectEditManager is deprecated ---------- ---------- 113. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/PropertyNameEditPart.java (at line 35) import org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type WrapLabel is deprecated ---------- 114. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/PropertyNameEditPart.java (at line 307) setManager(new TextDirectEditManager(this, TextDirectEditManager.getTextCellEditorClass(this), UMLEditPartFactory.getTextCellEditorLocator(this))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTextCellEditorClass(GraphicalEditPart) from the type TextDirectEditManager is deprecated ---------- ---------- 115. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/SlotEditPart.java (at line 35) import org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type WrapLabel is deprecated ---------- 116. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/SlotEditPart.java (at line 302) setManager(new TextDirectEditManager(this, TextDirectEditManager.getTextCellEditorClass(this), UMLEditPartFactory.getTextCellEditorLocator(this))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTextCellEditorClass(GraphicalEditPart) from the type TextDirectEditManager is deprecated ---------- ---------- 117. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/SlotNameEditPart.java (at line 35) import org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type WrapLabel is deprecated ---------- 118. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/SlotNameEditPart.java (at line 117) if (figure instanceof WrapLabel) { ^^^^^^^^^ The type WrapLabel is deprecated ---------- 119. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/SlotNameEditPart.java (at line 118) return ((WrapLabel) figure).getText(); ^^^^^^^^^ The type WrapLabel is deprecated ---------- 120. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/SlotNameEditPart.java (at line 128) if (figure instanceof WrapLabel) { ^^^^^^^^^ The type WrapLabel is deprecated ---------- 121. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/SlotNameEditPart.java (at line 129) ((WrapLabel) figure).setText(text); ^^^^^^^^^ The type WrapLabel is deprecated ---------- 122. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/SlotNameEditPart.java (at line 139) if (figure instanceof WrapLabel) { ^^^^^^^^^ The type WrapLabel is deprecated ---------- 123. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/SlotNameEditPart.java (at line 140) return ((WrapLabel) figure).getIcon(); ^^^^^^^^^ The type WrapLabel is deprecated ---------- 124. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/SlotNameEditPart.java (at line 150) if (figure instanceof WrapLabel) { ^^^^^^^^^ The type WrapLabel is deprecated ---------- 125. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/SlotNameEditPart.java (at line 151) ((WrapLabel) figure).setIcon(icon); ^^^^^^^^^ The type WrapLabel is deprecated ---------- 126. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/SlotNameEditPart.java (at line 160) public void setLabel(WrapLabel figure) { ^^^^^^^^^ The type WrapLabel is deprecated ---------- 127. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/SlotNameEditPart.java (at line 306) setManager(new TextDirectEditManager(this, TextDirectEditManager.getTextCellEditorClass(this), UMLEditPartFactory.getTextCellEditorLocator(this))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTextCellEditorClass(GraphicalEditPart) from the type TextDirectEditManager is deprecated ---------- 128. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/SlotNameEditPart.java (at line 401) if (style != null && getFigure() instanceof WrapLabel) { ^^^^^^^^^ The type WrapLabel is deprecated ---------- 129. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/SlotNameEditPart.java (at line 402) ((WrapLabel) getFigure()).setTextUnderline(style.isUnderline()); ^^^^^^^^^ The type WrapLabel is deprecated ---------- 130. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/SlotNameEditPart.java (at line 411) if (style != null && getFigure() instanceof WrapLabel) { ^^^^^^^^^ The type WrapLabel is deprecated ---------- 131. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/SlotNameEditPart.java (at line 412) ((WrapLabel) getFigure()).setTextStrikeThrough(style.isStrikeThrough()); ^^^^^^^^^ The type WrapLabel is deprecated ---------- ---------- 132. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/parts/UMLEditPartFactory.java (at line 11) import org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type WrapLabel is deprecated ---------- ---------- 133. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/policies/OpenDiagramEditPolicy.java (at line 101) throw new ExecutionException("Can't open diagram", ex); ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 134. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/policies/OpenDiagramEditPolicy.java (at line 118) throw new ExecutionException("Can't create diagram of '" + getDiagramKind() + "' kind"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 135. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/policies/OpenDiagramEditPolicy.java (at line 118) throw new ExecutionException("Can't create diagram of '" + getDiagramKind() + "' kind"); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 136. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/policies/OpenDiagramEditPolicy.java (at line 135) throw new InvocationTargetException(ex, "Save operation failed"); ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 137. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/policies/OpenDiagramEditPolicy.java (at line 140) throw new ExecutionException("Can't create diagram of '" + getDiagramKind() + "' kind", e); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 138. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/policies/OpenDiagramEditPolicy.java (at line 140) throw new ExecutionException("Can't create diagram of '" + getDiagramKind() + "' kind", e); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 139. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/policies/OpenDiagramEditPolicy.java (at line 142) throw new ExecutionException("Can't create diagram of '" + getDiagramKind() + "' kind", e); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 140. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/policies/OpenDiagramEditPolicy.java (at line 142) throw new ExecutionException("Can't create diagram of '" + getDiagramKind() + "' kind", e); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 141. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/policies/PackageCanonicalEditPolicy.java (at line 83) addListenerFilter("NotationListener_Container" + getDiagram().toString(), this, getDiagram(), NotationPackage.eINSTANCE.getView_PersistedChildren()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 142. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/policies/PackageCanonicalEditPolicy.java (at line 138) private void populateViewProperties(View oldView, View newView) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method populateViewProperties(View, View) from the type PackageCanonicalEditPolicy is never used locally ---------- 143. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/policies/PackageCanonicalEditPolicy.java (at line 554) View view = (View) domain2NotationMap.get(domainModelElement); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from View to View ---------- 144. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/policies/PackageCanonicalEditPolicy.java (at line 603) View view = (View) domain2NotationMap.getHinted(domainModelElement, UMLVisualIDRegistry.getType(hintVisualId)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from View to View ---------- 145. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/policies/PackageCanonicalEditPolicy.java (at line 621) View view = (View) domain2NotationMap.getHintedChild(parent, domainModelElement, UMLVisualIDRegistry.getType(hintVisualId)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from View to View ---------- ---------- 146. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/policies/UMLTextNonResizableEditPolicy.java (at line 17) import org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type WrapLabel is deprecated ---------- ---------- 147. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/edit/policies/UMLTextSelectionEditPolicy.java (at line 11) import org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type WrapLabel is deprecated ---------- ---------- 148. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/expressions/UMLOCLFactory.java (at line 179) throw new IllegalArgumentException("Bad OCL:" + body); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 149. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/part/DiagramEditorContextMenuProvider.java (at line 60) menu.appendToGroup("editGroup", deleteAction); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 150. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/part/DiagramEditorContextMenuProvider.java (at line 64) UMLDiagramEditorPlugin.getInstance().logError("Error building context menu", e); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 151. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/part/UMLCreationWizardPage.java (at line 78) if (extension != null && !getFilePath().toString().endsWith("." + extension)) { ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 152. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/part/UMLCreationWizardPage.java (at line 95) if ("DiagramModelFile".equals(getName()) && "DomainModelFile".equals(nextPage.getName())) { ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 153. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/part/UMLCreationWizardPage.java (at line 95) if ("DiagramModelFile".equals(getName()) && "DomainModelFile".equals(nextPage.getName())) { ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 154. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/part/UMLDiagramEditorUtil.java (at line 111) extension = "." + extension; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 155. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/part/UMLDiagramEditorUtil.java (at line 396) model.createElementImport(umlLibrary.getOwnedType("Boolean")); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 156. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/part/UMLDiagramEditorUtil.java (at line 397) model.createElementImport(umlLibrary.getOwnedType("String")); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 157. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/part/UMLDiagramEditorUtil.java (at line 398) model.createElementImport(umlLibrary.getOwnedType("UnlimitedNatural")); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 158. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/part/UMLDiagramEditorUtil.java (at line 399) model.createElementImport(umlLibrary.getOwnedType("Integer")); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 159. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/part/UMLDocumentProvider.java (at line 46) import org.eclipse.gmf.runtime.diagram.ui.resources.editor.internal.EditorStatusCodes; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type EditorStatusCodes 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.runtime.diagram.ui.resources.editor.jar ---------- 160. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/part/UMLDocumentProvider.java (at line 47) import org.eclipse.gmf.runtime.diagram.ui.resources.editor.internal.util.DiagramIOUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type DiagramIOUtil 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.runtime.diagram.ui.resources.editor.jar ---------- 161. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/part/UMLDocumentProvider.java (at line 182) Diagram diagram = DiagramIOUtil.load(domain, storage, true, getProgressMonitor()); ^^^^^^^^^^^^^ Discouraged access: The type DiagramIOUtil 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.runtime.diagram.ui.resources.editor.jar ---------- 162. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/part/UMLDocumentProvider.java (at line 182) Diagram diagram = DiagramIOUtil.load(domain, storage, true, getProgressMonitor()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method load(TransactionalEditingDomain, IStorage, boolean, IProgressMonitor) from the type DiagramIOUtil 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.runtime.diagram.ui.resources.editor.jar ---------- 163. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/part/UMLDocumentProvider.java (at line 206) document.setContent((Diagram) rootElement); ^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from EObject to Diagram ---------- 164. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/part/UMLDocumentProvider.java (at line 213) document.setContent((Diagram) rootElement); ^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from Object to Diagram ---------- 165. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/part/UMLDocumentProvider.java (at line 521) throw new CoreException(new Status(IStatus.ERROR, UMLDiagramEditorPlugin.ID, EditorStatusCodes.RESOURCE_FAILURE, e.getLocalizedMessage(), null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type EditorStatusCodes 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.runtime.diagram.ui.resources.editor.jar ---------- 166. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/part/UMLDocumentProvider.java (at line 521) throw new CoreException(new Status(IStatus.ERROR, UMLDiagramEditorPlugin.ID, EditorStatusCodes.RESOURCE_FAILURE, e.getLocalizedMessage(), null)); ^^^^^^^^^^^^^^^^ Discouraged access: The field RESOURCE_FAILURE from the type EditorStatusCodes 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.runtime.diagram.ui.resources.editor.jar ---------- ---------- 167. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/part/UMLInitDiagramFileAction.java (at line 74) diagramRoot = (EObject) resource.getContents().get(0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from EObject to EObject ---------- ---------- 168. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/part/UMLVisualIDRegistry.java (at line 174) return (String) annotation.getDetails().get("modelID"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from String to String ---------- 169. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/part/UMLVisualIDRegistry.java (at line 189) UMLDiagramEditorPlugin.getInstance().logError("Unable to parse view type as a visualID number: " + type); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 170. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/preferences/DiagramAppearancePreferencePage.java (at line 21) private static final String HIGHLIGHT_COLOR_LABEL = "Highlight Color"; ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 171. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/providers/ElementInitializers.java (at line 42) " let base : String = \'Collaboration\' in let suffixes : Sequence(String) = Sequence {\'\', \'1\', \'2\', \'3\', \'4\', \'5\', \'6\', \'7\', \'8\', \'9\', \'10\'} in let space : Namespace = self.namespace in let allMissed : Sequence(String) = suffixes-> \tselect(s : String | not space.member->exists(e : NamedElement | e.name = base.concat(s)) ) in let firstMissed : String = allMissed->first() in let noMisses : Boolean = firstMissed.oclIsUndefined() in let allNames : Set(String) = \tif noMisses \t\tthen \t\tspace.member->collect(e : NamedElement | \t\t\tif e = self or e.name.oclIsUndefined() or e.name.substring(1, e.name.size().min(base.size())) <> base \t\t\tthen \'\' else e.name \t\t\tendif \t\t)->asSet()->excluding(\'\') \t\telse Set{\'not in use\'} \t\tendif in let longestName : String = \t\tif noMisses \t\tthen allNames->select(n : String | not allNames->exists(nn : String | nn.size() > n.size()))->asSequence()->first()\t\telse \'not in use\' \t\tendif \tin if noMisses then \t\tif longestName.oclIsUndefined() \t\tthen base \t\telse longestName.concat(\'1\') \t\tendif else base.concat(firstMissed) endif ", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 172. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/providers/ElementInitializers.java (at line 57) "let base : String = \'Class\' in\r\nlet suffixes : Sequence(String) = Sequence {\'\', \'1\', \'2\', \'3\', \'4\', \'5\', \'6\', \'7\', \'8\', \'9\', \'10\'} in \r\nlet space : Namespace = self.namespace in\r\nlet allMissed : Sequence(String) = suffixes->\r\n select(s : String | not space.member->exists(e : NamedElement | e.name = base.concat(s))\r\n ) in\r\nlet firstMissed : String = allMissed->first() in \r\nlet noMisses : Boolean = firstMissed.oclIsUndefined() in\r\nlet allNames : Set(String) = \r\n if noMisses \r\n then \r\n space.member->collect(e : NamedElement | \r\n if e = self or e.name.oclIsUndefined() or e.name.substring(1, e.name.size().min(base.size())) <> base\r\n then \'\' \r\n else e.name \r\n endif)->asSet()->excluding(\'\') else Set{\'not in use\'} \r\n endif in \r\nlet longestName : String = \r\n if noMisses\r\n then allNames->select(n : String | not allNames->exists(nn : String | nn.size() > n.size()))->asSequence()->first() \r\n else \'not in use\' \r\n endif in \r\nif noMisses then \r\n if longestName.oclIsUndefined() \r\n then base \r\n else longestName.concat(\'1\') \r\n endif \r\nelse \r\n base.concat(firstMissed) \r\nendif ", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 173. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/providers/ElementInitializers.java (at line 72) "let base : String = \'Class\' in\r\nlet suffixes : Sequence(String) = Sequence {\'\', \'1\', \'2\', \'3\', \'4\', \'5\', \'6\', \'7\', \'8\', \'9\', \'10\'} in \r\nlet space : Namespace = self.namespace in\r\nlet allMissed : Sequence(String) = suffixes->\r\n select(s : String | not space.member->exists(e : NamedElement | e.name = base.concat(s))\r\n ) in\r\nlet firstMissed : String = allMissed->first() in \r\nlet noMisses : Boolean = firstMissed.oclIsUndefined() in\r\nlet allNames : Set(String) = \r\n if noMisses \r\n then \r\n space.member->collect(e : NamedElement | \r\n if e = self or e.name.oclIsUndefined() or e.name.substring(1, e.name.size().min(base.size())) <> base\r\n then \'\' \r\n else e.name \r\n endif)->asSet()->excluding(\'\') else Set{\'not in use\'} \r\n endif in \r\nlet longestName : String = \r\n if noMisses\r\n then allNames->select(n : String | not allNames->exists(nn : String | nn.size() > n.size()))->asSequence()->first() \r\n else \'not in use\' \r\n endif in \r\nif noMisses then \r\n if longestName.oclIsUndefined() \r\n then base \r\n else longestName.concat(\'1\') \r\n endif \r\nelse \r\n base.concat(firstMissed) \r\nendif ", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 174. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/providers/ElementInitializers.java (at line 87) " let base : String = \'Interface\' in let suffixes : Sequence(String) = Sequence {\'\', \'1\', \'2\', \'3\', \'4\', \'5\', \'6\', \'7\', \'8\', \'9\', \'10\'} in let space : Namespace = self.namespace in let allMissed : Sequence(String) = suffixes-> \tselect(s : String | not space.member->exists(e : NamedElement | e.name = base.concat(s)) ) in let firstMissed : String = allMissed->first() in let noMisses : Boolean = firstMissed.oclIsUndefined() in let allNames : Set(String) = \tif noMisses \t\tthen \t\tspace.member->collect(e : NamedElement | \t\t\tif e = self or e.name.oclIsUndefined() or e.name.substring(1, e.name.size().min(base.size())) <> base \t\t\tthen \'\' else e.name \t\t\tendif \t\t)->asSet()->excluding(\'\') \t\telse Set{\'not in use\'} \t\tendif in let longestName : String = \t\tif noMisses \t\tthen allNames->select(n : String | not allNames->exists(nn : String | nn.size() > n.size()))->asSequence()->first()\t\telse \'not in use\' \t\tendif \tin if noMisses then \t\tif longestName.oclIsUndefined() \t\tthen base \t\telse longestName.concat(\'1\') \t\tendif else base.concat(firstMissed) endif ", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 175. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/providers/ElementInitializers.java (at line 102) " let base : String = \'InstanceSpecification\' in let suffixes : Sequence(String) = Sequence {\'\', \'1\', \'2\', \'3\', \'4\', \'5\', \'6\', \'7\', \'8\', \'9\', \'10\'} in let space : Namespace = self.namespace in let allMissed : Sequence(String) = suffixes-> \tselect(s : String | not space.member->exists(e : NamedElement | e.name = base.concat(s)) ) in let firstMissed : String = allMissed->first() in let noMisses : Boolean = firstMissed.oclIsUndefined() in let allNames : Set(String) = \tif noMisses \t\tthen \t\tspace.member->collect(e : NamedElement | \t\t\tif e = self or e.name.oclIsUndefined() or e.name.substring(1, e.name.size().min(base.size())) <> base \t\t\tthen \'\' else e.name \t\t\tendif \t\t)->asSet()->excluding(\'\') \t\telse Set{\'not in use\'} \t\tendif in let longestName : String = \t\tif noMisses \t\tthen allNames->select(n : String | not allNames->exists(nn : String | nn.size() > n.size()))->asSequence()->first()\t\telse \'not in use\' \t\tendif \tin if noMisses then \t\tif longestName.oclIsUndefined() \t\tthen base \t\telse longestName.concat(\'1\') \t\tendif else base.concat(firstMissed) endif ", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 176. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/providers/ElementInitializers.java (at line 119) Object value10100 = UMLOCLFactory.getExpression("\'ValueSpecification\'", UMLPackage.eINSTANCE.getLiteralString()).evaluate(newInstance100); ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 177. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/providers/ElementInitializers.java (at line 133) " let base : String = \'CollaborationUse\' in let suffixes : Sequence(String) = Sequence {\'\', \'1\', \'2\', \'3\', \'4\', \'5\', \'6\', \'7\', \'8\', \'9\', \'10\'} in let space : Namespace = self.namespace in let allMissed : Sequence(String) = suffixes-> \tselect(s : String | not space.member->exists(e : NamedElement | e.name = base.concat(s)) ) in let firstMissed : String = allMissed->first() in let noMisses : Boolean = firstMissed.oclIsUndefined() in let allNames : Set(String) = \tif noMisses \t\tthen \t\tspace.member->collect(e : NamedElement | \t\t\tif e = self or e.name.oclIsUndefined() or e.name.substring(1, e.name.size().min(base.size())) <> base \t\t\tthen \'\' else e.name \t\t\tendif \t\t)->asSet()->excluding(\'\') \t\telse Set{\'not in use\'} \t\tendif in let longestName : String = \t\tif noMisses \t\tthen allNames->select(n : String | not allNames->exists(nn : String | nn.size() > n.size()))->asSequence()->first()\t\telse \'not in use\' \t\tendif \tin if noMisses then \t\tif longestName.oclIsUndefined() \t\tthen base \t\telse longestName.concat(\'1\') \t\tendif else base.concat(firstMissed) endif ", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 178. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/providers/ElementInitializers.java (at line 146) Object value0 = UMLOCLFactory.getExpression("AggregationKind::composite", UMLPackage.eINSTANCE.getProperty()).evaluate(instance); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 179. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/providers/ElementInitializers.java (at line 152) " let base : String = \'property\' in let suffixes : Sequence(String) = Sequence {\'\', \'1\', \'2\', \'3\', \'4\', \'5\', \'6\', \'7\', \'8\', \'9\', \'10\'} in let space : Namespace = self.namespace in let allMissed : Sequence(String) = suffixes-> \tselect(s : String | not space.member->exists(e : NamedElement | e.name = base.concat(s)) ) in let firstMissed : String = allMissed->first() in let noMisses : Boolean = firstMissed.oclIsUndefined() in let allNames : Set(String) = \tif noMisses \t\tthen \t\tspace.member->collect(e : NamedElement | \t\t\tif e = self or e.name.oclIsUndefined() or e.name.substring(1, e.name.size().min(base.size())) <> base \t\t\tthen \'\' else e.name \t\t\tendif \t\t)->asSet()->excluding(\'\') \t\telse Set{\'not in use\'} \t\tendif in let longestName : String = \t\tif noMisses \t\tthen allNames->select(n : String | not allNames->exists(nn : String | nn.size() > n.size()))->asSequence()->first()\t\telse \'not in use\' \t\tendif \tin if noMisses then \t\tif longestName.oclIsUndefined() \t\tthen base \t\telse longestName.concat(\'1\') \t\tendif else base.concat(firstMissed) endif ", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 180. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/providers/ElementInitializers.java (at line 167) " let base : String = \'operation\' in let suffixes : Sequence(String) = Sequence {\'\', \'1\', \'2\', \'3\', \'4\', \'5\', \'6\', \'7\', \'8\', \'9\', \'10\'} in let space : Namespace = self.namespace in let allMissed : Sequence(String) = suffixes-> \tselect(s : String | not space.member->exists(e : NamedElement | e.name = base.concat(s)) ) in let firstMissed : String = allMissed->first() in let noMisses : Boolean = firstMissed.oclIsUndefined() in let allNames : Set(String) = \tif noMisses \t\tthen \t\tspace.member->collect(e : NamedElement | \t\t\tif e = self or e.name.oclIsUndefined() or e.name.substring(1, e.name.size().min(base.size())) <> base \t\t\tthen \'\' else e.name \t\t\tendif \t\t)->asSet()->excluding(\'\') \t\telse Set{\'not in use\'} \t\tendif in let longestName : String = \t\tif noMisses \t\tthen allNames->select(n : String | not allNames->exists(nn : String | nn.size() > n.size()))->asSequence()->first()\t\telse \'not in use\' \t\tendif \tin if noMisses then \t\tif longestName.oclIsUndefined() \t\tthen base \t\telse longestName.concat(\'1\') \t\tendif else base.concat(firstMissed) endif ", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 181. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/providers/ElementInitializers.java (at line 182) "let base : String = \'Class\' in\r\nlet suffixes : Sequence(String) = Sequence {\'\', \'1\', \'2\', \'3\', \'4\', \'5\', \'6\', \'7\', \'8\', \'9\', \'10\'} in \r\nlet space : Namespace = self.namespace in\r\nlet allMissed : Sequence(String) = suffixes->\r\n select(s : String | not space.member->exists(e : NamedElement | e.name = base.concat(s))\r\n ) in\r\nlet firstMissed : String = allMissed->first() in \r\nlet noMisses : Boolean = firstMissed.oclIsUndefined() in\r\nlet allNames : Set(String) = \r\n if noMisses \r\n then \r\n space.member->collect(e : NamedElement | \r\n if e = self or e.name.oclIsUndefined() or e.name.substring(1, e.name.size().min(base.size())) <> base\r\n then \'\' \r\n else e.name \r\n endif)->asSet()->excluding(\'\') else Set{\'not in use\'} \r\n endif in \r\nlet longestName : String = \r\n if noMisses\r\n then allNames->select(n : String | not allNames->exists(nn : String | nn.size() > n.size()))->asSequence()->first() \r\n else \'not in use\' \r\n endif in \r\nif noMisses then \r\n if longestName.oclIsUndefined() \r\n then base \r\n else longestName.concat(\'1\') \r\n endif \r\nelse \r\n base.concat(firstMissed) \r\nendif ", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 182. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/providers/ElementInitializers.java (at line 195) Object value0 = UMLOCLFactory.getExpression("AggregationKind::composite", UMLPackage.eINSTANCE.getPort()).evaluate(instance); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 183. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/providers/ElementInitializers.java (at line 201) " let base : String = \'port\' in let suffixes : Sequence(String) = Sequence {\'\', \'1\', \'2\', \'3\', \'4\', \'5\', \'6\', \'7\', \'8\', \'9\', \'10\'} in let space : Namespace = self.namespace in let allMissed : Sequence(String) = suffixes-> \tselect(s : String | not space.member->exists(e : NamedElement | e.name = base.concat(s)) ) in let firstMissed : String = allMissed->first() in let noMisses : Boolean = firstMissed.oclIsUndefined() in let allNames : Set(String) = \tif noMisses \t\tthen \t\tspace.member->collect(e : NamedElement | \t\t\tif e = self or e.name.oclIsUndefined() or e.name.substring(1, e.name.size().min(base.size())) <> base \t\t\tthen \'\' else e.name \t\t\tendif \t\t)->asSet()->excluding(\'\') \t\telse Set{\'not in use\'} \t\tendif in let longestName : String = \t\tif noMisses \t\tthen allNames->select(n : String | not allNames->exists(nn : String | nn.size() > n.size()))->asSequence()->first()\t\telse \'not in use\' \t\tendif \tin if noMisses then \t\tif longestName.oclIsUndefined() \t\tthen base \t\telse longestName.concat(\'1\') \t\tendif else base.concat(firstMissed) endif ", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 184. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/providers/ElementInitializers.java (at line 214) Object value0 = UMLOCLFactory.getExpression("AggregationKind::composite", UMLPackage.eINSTANCE.getPort()).evaluate(instance); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 185. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/providers/ElementInitializers.java (at line 220) " let base : String = \'port\' in let suffixes : Sequence(String) = Sequence {\'\', \'1\', \'2\', \'3\', \'4\', \'5\', \'6\', \'7\', \'8\', \'9\', \'10\'} in let space : Namespace = self.namespace in let allMissed : Sequence(String) = suffixes-> \tselect(s : String | not space.member->exists(e : NamedElement | e.name = base.concat(s)) ) in let firstMissed : String = allMissed->first() in let noMisses : Boolean = firstMissed.oclIsUndefined() in let allNames : Set(String) = \tif noMisses \t\tthen \t\tspace.member->collect(e : NamedElement | \t\t\tif e = self or e.name.oclIsUndefined() or e.name.substring(1, e.name.size().min(base.size())) <> base \t\t\tthen \'\' else e.name \t\t\tendif \t\t)->asSet()->excluding(\'\') \t\telse Set{\'not in use\'} \t\tendif in let longestName : String = \t\tif noMisses \t\tthen allNames->select(n : String | not allNames->exists(nn : String | nn.size() > n.size()))->asSequence()->first()\t\telse \'not in use\' \t\tendif \tin if noMisses then \t\tif longestName.oclIsUndefined() \t\tthen base \t\telse longestName.concat(\'1\') \t\tendif else base.concat(firstMissed) endif ", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 186. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/providers/ElementInitializers.java (at line 233) Object value0 = UMLOCLFactory.getExpression("ConnectorKind::delegation", UMLPackage.eINSTANCE.getConnector()).evaluate(instance); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 187. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/providers/UMLParserProvider.java (at line 455) parser.setViewPattern(" "); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 188. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/providers/UMLParserProvider.java (at line 456) parser.setEditorPattern(" "); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 189. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/providers/UMLParserProvider.java (at line 457) parser.setEditPattern(" "); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 190. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/providers/UMLParserProvider.java (at line 582) parser.setViewPattern(" "); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 191. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/providers/UMLParserProvider.java (at line 583) parser.setEditorPattern(" "); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 192. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/providers/UMLParserProvider.java (at line 584) parser.setEditPattern(" "); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 193. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/providers/UMLParserProvider.java (at line 612) if ("".equals(result)) { ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 194. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/src/org/eclipse/uml2/diagram/csd/providers/UMLParserProvider.java (at line 613) result = ""; ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 195. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.csd/custom-src/org/eclipse/uml2/diagram/csd/action/ShowPropertyParametersItemProvider.java (at line 36) public static final String GROUP_LABEL = "ShowPropertyParametersGroup"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 195 problems (195 warnings)