# 7/24/09 10:22:59 AM EDT # Eclipse Java Compiler 0.955, 3.5.0 milestone-7, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/actions/ChangeNotationAction.java (at line 178) EditPart editPart = (EditPart) editparts.get(0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from EditPart to EditPart ---------- ---------- 2. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/actions/ConvertCommentIntoNoteAction.java (at line 60) CompositeTransactionalCommand result = new CompositeTransactionalCommand(editPart.getEditingDomain(), "Convert Comment Into Note"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 3. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/actions/ConvertCommentIntoNoteAction.java (at line 81) super(domain, "Create Note", getWorkspaceFiles(toConvert)); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 4. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/actions/ConvertNoteToCommentAction.java (at line 76) super(domain, "Convert Note Into Comment", getWorkspaceFiles(toConvert)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 5. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/actions/UMLDiagramAction2.java (at line 32) return ""; ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 6. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/actions/ValidateContributionItemProvider.java (at line 34) public static final String GROUP_LABEL = "Validate"; ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 7. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/async/ApplySynchronizationCommand.java (at line 22) super(syncRoot.getContext().getDomain(), "Applying synchronization changes", getWorkspaceFiles(syncRoot.getDiagramView())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 8. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/async/ApplySynchronizationCommand.java (at line 77) "Can't find diagram compartment for sync-model compartment: " + syncCompartment + // ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 9. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/async/ApplySynchronizationCommand.java (at line 78) ", sync-model parent: " + node.getSyncModelView() + // ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 10. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/async/ApplySynchronizationCommand.java (at line 79) ", diagram parent: " + node.getDiagramView()); ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 11. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/async/AsyncDiagramComponentEditPolicy.java (at line 44) throw new IllegalArgumentException("Unknown kind: " + reqImpl.getKind()); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 12. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/async/AsyncDiagramDeleteRequest.java (at line 24) public static final String REQ_TYPE = AsyncDiagramDeleteRequest.class.getName() + ":delete"; ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 13. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/async/DeleteFromDiagramAction.java (at line 38) setText("Delete from diagram"); ^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 14. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/async/DeleteFromDiagramAction.java (at line 39) setToolTipText("Delete from diagram"); ^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 15. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/async/DeleteFromDiagramPopupProvider.java (at line 10) public static final String U2T_DELETE_FROM_DIAGRAM = "u2t_deleteFromDiagram"; ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 16. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/async/NewDiagramSyncHelper.java (at line 16) private static final String TEMP_DIAGRAM_RESOURCE_URI = "uri://" + NewDiagramSyncHelper.class.getName() + "/diagram.xml"; ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 17. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/async/NewDiagramSyncHelper.java (at line 16) private static final String TEMP_DIAGRAM_RESOURCE_URI = "uri://" + NewDiagramSyncHelper.class.getName() + "/diagram.xml"; ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 18. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/async/NewDiagramSynchronizationWizardPage.java (at line 102) return "Selected elements will be added to diagram, 'bold' elements will manage their children:"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 19. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/async/SwitchSyncModeCommand.java (at line 19) super(domain, "", getWorkspaceFiles(views)); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 20. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/async/SyncModelContext.java (at line 20) private static final String SYNC_RESOURCE_TEMP_URI = "uri://temp/" + SyncModelContext.class.getName() + "/temp"; ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 21. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/async/SyncModelContext.java (at line 20) private static final String SYNC_RESOURCE_TEMP_URI = "uri://temp/" + SyncModelContext.class.getName() + "/temp"; ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 22. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/async/SyncModelContext.java (at line 65) throw new IllegalStateException("Can't create sync model resource: " + syncModelURI); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 23. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/async/SyncModelContext.java (at line 89) runCommand(new AbstractTransactionalCommand(myDomain, "", null){ ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 24. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/async/SyncModelLabelProvider.java (at line 15) protected static final String TREE_FONT = "TreeFont"; ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 25. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/async/SyncModelNode.java (at line 44) throw new IllegalArgumentException("Diagram root should have an semantic element"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 26. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/async/SyncModelNode.java (at line 47) throw new IllegalArgumentException("Diagram root element : " + diagramRoot.getElement() + ", while SyncModel root element: " + syncModelRoot.getElement()); ^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 27. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/async/SyncModelNode.java (at line 47) throw new IllegalArgumentException("Diagram root element : " + diagramRoot.getElement() + ", while SyncModel root element: " + syncModelRoot.getElement()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 28. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/async/SyncModelNode.java (at line 279) throw new IllegalStateException("I am not associated with diagram view:" + getSyncModelView()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 29. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/async/SyncModelNode.java (at line 285) throw new IllegalStateException("I have diagram view already: " + myDiagramView + ", cant be associated with: " + diagramView); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 30. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/async/SyncModelNode.java (at line 285) throw new IllegalStateException("I have diagram view already: " + myDiagramView + ", cant be associated with: " + diagramView); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 31. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/async/SyncModelUI.java (at line 198) mySelectAllChildrenAction.setText("Select All Children"); ^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 32. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/async/SyncModelUI.java (at line 199) myUnselectAllChildrenAction.setText("Unselect All Children"); ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 33. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/async/SyncModelUI.java (at line 212) public void removeMenu() { ^^^^^^^^^^^^ The method removeMenu() from the type SyncModelUI.MenuBuilder is never used locally ---------- 34. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/async/SyncModelUI.java (at line 250) setText("Disable Synchronization"); ^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 35. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/async/SyncModelUI.java (at line 252) setText("Enable Synchronization"); ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 36. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/async/SynchronizeDiagramDialog.java (at line 35) getShell().setText("Choose synchronization mode"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 37. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/commands/ApplyOrUnapplyStereotypeCommand.java (at line 17) super(request.isApplyNotUnapply() ? "Apply stereotype" : "Un-apply stereotype", request.getElement(), request); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 38. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/commands/ApplyOrUnapplyStereotypeCommand.java (at line 17) super(request.isApplyNotUnapply() ? "Apply stereotype" : "Un-apply stereotype", request.getElement(), request); ^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 39. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/commands/ApplyStereotypeHelper.java (at line 25) CompositeCommand command = new CompositeCommand("Manage stereotypes"); ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 40. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/commands/ProvidedPortLinkHelper.java (at line 80) realization.getRealization().getClients().add((Classifier) portType); ^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from Type to Classifier ---------- ---------- 41. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/compartments/U2TCompartmentFigure.java (at line 151) public void setLineBorderGap(int lineBorderGap) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setLineBorderGap(int) from the type U2TCompartmentFigure.CenteredLine is never used locally ---------- ---------- 42. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/constraint/ConstraintUtils.java (at line 11) private static final String OCL_LANGUAGE = "OCL"; ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 43. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/conventions/AssociationEndConvention.java (at line 23) return (Property)association.getMemberEnds().get(sourceNotTarget ? 0 : 1); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from Property to Property ---------- ---------- 44. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/draw2d/ConstraintFigure.java (at line 21) import org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type WrapLabel is deprecated ---------- 45. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/draw2d/ConstraintFigure.java (at line 24) private WrapLabel myFixedLabel; ^^^^^^^^^ The type WrapLabel is deprecated ---------- 46. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/draw2d/ConstraintFigure.java (at line 46) protected WrapLabel addLabel() { ^^^^^^^^^ The type WrapLabel is deprecated ---------- 47. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/draw2d/ConstraintFigure.java (at line 47) WrapLabel label = new WrapLabel(""); //$NON-NLS-1$ ^^^^^^^^^ The type WrapLabel is deprecated ---------- 48. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/draw2d/ConstraintFigure.java (at line 47) WrapLabel label = new WrapLabel(""); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^ The constructor WrapLabel(String) is deprecated ---------- 49. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/draw2d/ConstraintFigure.java (at line 47) WrapLabel label = new WrapLabel(""); //$NON-NLS-1$ ^^^^^^^^^ The type WrapLabel is deprecated ---------- ---------- 50. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/draw2d/CoveredFreeformLayer.java (at line 25) import org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type WrapLabel is deprecated ---------- 51. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/draw2d/CoveredFreeformLayer.java (at line 113) } else if (borderItem instanceof WrapLabel) { ^^^^^^^^^ The type WrapLabel is deprecated ---------- 52. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/draw2d/CoveredFreeformLayer.java (at line 129) private double myMarginRatio = 0.1; ^^^^^^^^^^^^^ The field CoveredFreeformLayer.myMarginRatio is never read locally ---------- ---------- 53. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/draw2d/NameAndStereotypeBlock.java (at line 46) return "Stereo:" + getStereotypeLabel().getText() + ", [" + stereoVisible + "], Name: " + getNameLabel().getText(); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 54. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/draw2d/NameAndStereotypeBlock.java (at line 46) return "Stereo:" + getStereotypeLabel().getText() + ", [" + stereoVisible + "], Name: " + getNameLabel().getText(); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 55. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/draw2d/NameAndStereotypeBlock.java (at line 46) return "Stereo:" + getStereotypeLabel().getText() + ", [" + stereoVisible + "], Name: " + getNameLabel().getText(); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 56. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/draw2d/NameAndStereotypeBlock.java (at line 203) public void setHorizontalSpacing(int gap) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setHorizontalSpacing(int) from the type NameAndStereotypeBlock.TopBottomLayout is never used locally ---------- 57. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/draw2d/NameAndStereotypeBlock.java (at line 207) public void setVerticalSpacing(int gap) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setVerticalSpacing(int) from the type NameAndStereotypeBlock.TopBottomLayout is never used locally ---------- ---------- 58. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/draw2d/decoration/CompositeDecoration.java (at line 64) @SuppressWarnings("unchecked") //$NON-NLS-1$ ^^^^^^^^^^^^^ Unnecessary $NON-NLS$ tag ---------- ---------- 59. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/editpolicies/AbstractPostCreateCommand.java (at line 115) public CreateElementRequest getSemanticRequest() { ^^^^^^^^^^^^^^^^^^^^ The method getSemanticRequest() from the type AbstractPostCreateCommand.CVAEAccess is never used locally ---------- ---------- 60. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/editpolicies/CreationEditPolicyWithCustomReparent.java (at line 42) public static final String KEY_U2T_EXTENDED_PARAMETERS = CreationEditPolicyWithCustomReparent.class.getSimpleName() + ":u2tParameters"; ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 61. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/editpolicies/MoveViewCommand.java (at line 42) "Move view", null); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 62. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/editpolicies/U2TCreateLinkCommand.java (at line 22) private static final String REQUEST_PARAMETER_KEY = U2TCreateLinkCommand.class.getCanonicalName() + ":request:parameter:key"; ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 63. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/links/ProvidedInterfaceLink.java (at line 63) result.append("("); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 64. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/links/ProvidedInterfaceLink.java (at line 65) result.append(","); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 65. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/links/ProvidedInterfaceLink.java (at line 67) result.append(")"); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 66. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/links/RequiredInterfaceLink.java (at line 63) result.append("("); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 67. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/links/RequiredInterfaceLink.java (at line 65) result.append(","); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 68. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/links/RequiredInterfaceLink.java (at line 67) result.append(")"); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 69. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parameter/EditParametersTableConstants.java (at line 16) public static final String NAME = "name"; ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 70. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parameter/EditParametersTableConstants.java (at line 18) public static final String TYPES = "types"; ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 71. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parameter/EditParametersTableConstants.java (at line 20) public static final String DIRECTION = "direction"; ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 72. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parameter/EditParametersTableConstants.java (at line 22) public static final String MULTIPLICITY = "multiplicity"; ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 73. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parameter/EditParametersTableConstants.java (at line 24) public static final String DEFAULT_VALUE = "defaultValue"; ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 74. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parameter/EditParametersTableConstants.java (at line 26) public static final String IS_ORDERED = "isOrdered"; ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 75. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parameter/EditParametersTableConstants.java (at line 28) public static final String IS_UNIQUE = "isUnique"; ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 76. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parameter/EditPropertyParametersCommand.java (at line 31) super("Edit Property Parameters", oldOperation, new EmptyRequest(oldOperation)); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 77. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parameter/EditPropertyParametersDialog.java (at line 107) getShell().setText("Select Parameters for Operation"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 78. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parameter/EditPropertyParametersDialog.java (at line 175) Button removeButton = createButton(composite, REMOVE_ID, "Remove", false); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 79. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parameter/EditPropertyParametersDialog.java (at line 190) Button addButton = createButton(composite, ADD_ID, "Add", false); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 80. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parameter/EditPropertyParametersDialog.java (at line 196) newParameter.setName("Parameter"); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 81. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parameter/EditPropertyParametersDialog.java (at line 208) Button addButton = createButton(composite, UP_ID, "Up", false); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 82. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parameter/EditPropertyParametersDialog.java (at line 232) Button addButton = createButton(composite, DOWN_ID, "Down", false); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 83. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parameter/ShowPropertyParametersActionBase.java (at line 26) setText("Manage Parameters..."); ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 84. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parameter/ShowPropertyParametersActionBase.java (at line 48) return new Command("Fake Manage Property Parameters"){}; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 85. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parameter/ShowPropertyParametersActionBase.java (at line 74) super("Refresh Property Label"); ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 86. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parameter/celleditors/DirectionCellEditor.java (at line 41) super.doSetValue(ParameterDirectionKind.VALUES.indexOf((ParameterDirectionKind) value)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from Object to ParameterDirectionKind ---------- ---------- 87. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parameter/celleditors/PositiveIntegerCellEditor.java (at line 52) return intValue >= 0 ? null : "Value must be a positive number"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 88. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parameter/celleditors/TypeCellEditor.java (at line 36) stringValues[i] = name != null ? name : ""; ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 89. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parameter/celleditors/TypeDialogCellEditor.java (at line 48) myFeature, (EObject) doGetValue()) { ^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from Object to EObject ---------- ---------- 90. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/association/AssociationInstanceParser.java (at line 80) throw new ExternalParserException("Parsing is not supported"); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 91. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/association/end/AssociationEndParser.java (at line 27) this(new StringReader("")); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 92. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/association/end/AssociationEndParser.java (at line 372) private boolean jj_semLA; ^^^^^^^^ The field AssociationEndParser.jj_semLA is never read locally ---------- ---------- 93. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/association/end/AssociationEndParserTokenManager.java (at line 404) private final void jjAddStates(int start, int end) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method jjAddStates(int, int) from the type AssociationEndParserTokenManager is never used locally ---------- 94. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/association/end/AssociationEndParserTokenManager.java (at line 410) private final void jjCheckNAddTwoStates(int state1, int state2) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method jjCheckNAddTwoStates(int, int) from the type AssociationEndParserTokenManager is never used locally ---------- 95. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/association/end/AssociationEndParserTokenManager.java (at line 415) private final void jjCheckNAddStates(int start, int end) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method jjCheckNAddStates(int, int) from the type AssociationEndParserTokenManager is never used locally ---------- 96. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/association/end/AssociationEndParserTokenManager.java (at line 421) private final void jjCheckNAddStates(int start) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method jjCheckNAddStates(int) from the type AssociationEndParserTokenManager is never used locally ---------- 97. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/association/end/AssociationEndParserTokenManager.java (at line 446) int[] nextStates; ^^^^^^^^^^ The local variable nextStates is never read ---------- 98. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/association/end/AssociationEndParserTokenManager.java (at line 451) int j, kind = 0x7fffffff; ^ The local variable j is never read ---------- 99. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/association/end/AssociationEndParserTokenManager.java (at line 459) MatchLoop: do ^^^^^^^^^ The label MatchLoop is never explicitly referenced ---------- 100. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/association/end/AssociationEndParserTokenManager.java (at line 498) MatchLoop: do ^^^^^^^^^ The label MatchLoop is never explicitly referenced ---------- 101. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/association/end/AssociationEndParserTokenManager.java (at line 516) int hiByte = (int)(curChar >> 8); ^^^^^^^^^^^^^^^^^^^ Unnecessary cast from int to int ---------- 102. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/association/end/AssociationEndParserTokenManager.java (at line 521) MatchLoop: do ^^^^^^^^^ The label MatchLoop is never explicitly referenced ---------- 103. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/association/end/AssociationEndParserTokenManager.java (at line 654) int kind; ^^^^ The local variable kind is never read ---------- ---------- 104. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/association/end/AssociationEndToString.java (at line 47) throw new IllegalStateException("I can not provide toString for:" + object); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 105. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/association/end/AssociationEndToString.java (at line 51) throw new IllegalStateException("I can not provide toString for not binary association:" + object); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 106. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/association/name/AssociationNameParserTokenManager.java (at line 404) private final void jjAddStates(int start, int end) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method jjAddStates(int, int) from the type AssociationNameParserTokenManager is never used locally ---------- 107. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/association/name/AssociationNameParserTokenManager.java (at line 410) private final void jjCheckNAddTwoStates(int state1, int state2) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method jjCheckNAddTwoStates(int, int) from the type AssociationNameParserTokenManager is never used locally ---------- 108. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/association/name/AssociationNameParserTokenManager.java (at line 415) private final void jjCheckNAddStates(int start, int end) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method jjCheckNAddStates(int, int) from the type AssociationNameParserTokenManager is never used locally ---------- 109. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/association/name/AssociationNameParserTokenManager.java (at line 421) private final void jjCheckNAddStates(int start) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method jjCheckNAddStates(int) from the type AssociationNameParserTokenManager is never used locally ---------- 110. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/association/name/AssociationNameParserTokenManager.java (at line 446) int[] nextStates; ^^^^^^^^^^ The local variable nextStates is never read ---------- 111. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/association/name/AssociationNameParserTokenManager.java (at line 451) int j, kind = 0x7fffffff; ^ The local variable j is never read ---------- 112. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/association/name/AssociationNameParserTokenManager.java (at line 459) MatchLoop: do ^^^^^^^^^ The label MatchLoop is never explicitly referenced ---------- 113. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/association/name/AssociationNameParserTokenManager.java (at line 498) MatchLoop: do ^^^^^^^^^ The label MatchLoop is never explicitly referenced ---------- 114. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/association/name/AssociationNameParserTokenManager.java (at line 516) int hiByte = (int)(curChar >> 8); ^^^^^^^^^^^^^^^^^^^ Unnecessary cast from int to int ---------- 115. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/association/name/AssociationNameParserTokenManager.java (at line 521) MatchLoop: do ^^^^^^^^^ The label MatchLoop is never explicitly referenced ---------- 116. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/association/name/AssociationNameParserTokenManager.java (at line 654) int kind; ^^^^ The local variable kind is never read ---------- ---------- 117. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/imports/ElementImportParser.java (at line 42) @SuppressWarnings("serial") //$NON-NLS-1$ ^^^^^^^^^^^^^ Unnecessary $NON-NLS$ tag ---------- ---------- 118. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/instance/InstanceSpecificationParser.java (at line 191) private boolean jj_semLA; ^^^^^^^^ The field InstanceSpecificationParser.jj_semLA is never read locally ---------- ---------- 119. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/instance/InstanceSpecificationParserTokenManager.java (at line 406) private final void jjAddStates(int start, int end) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method jjAddStates(int, int) from the type InstanceSpecificationParserTokenManager is never used locally ---------- 120. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/instance/InstanceSpecificationParserTokenManager.java (at line 412) private final void jjCheckNAddTwoStates(int state1, int state2) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method jjCheckNAddTwoStates(int, int) from the type InstanceSpecificationParserTokenManager is never used locally ---------- 121. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/instance/InstanceSpecificationParserTokenManager.java (at line 417) private final void jjCheckNAddStates(int start, int end) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method jjCheckNAddStates(int, int) from the type InstanceSpecificationParserTokenManager is never used locally ---------- 122. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/instance/InstanceSpecificationParserTokenManager.java (at line 423) private final void jjCheckNAddStates(int start) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method jjCheckNAddStates(int) from the type InstanceSpecificationParserTokenManager is never used locally ---------- 123. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/instance/InstanceSpecificationParserTokenManager.java (at line 448) int[] nextStates; ^^^^^^^^^^ The local variable nextStates is never read ---------- 124. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/instance/InstanceSpecificationParserTokenManager.java (at line 453) int j, kind = 0x7fffffff; ^ The local variable j is never read ---------- 125. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/instance/InstanceSpecificationParserTokenManager.java (at line 461) MatchLoop: do ^^^^^^^^^ The label MatchLoop is never explicitly referenced ---------- 126. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/instance/InstanceSpecificationParserTokenManager.java (at line 500) MatchLoop: do ^^^^^^^^^ The label MatchLoop is never explicitly referenced ---------- 127. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/instance/InstanceSpecificationParserTokenManager.java (at line 518) int hiByte = (int)(curChar >> 8); ^^^^^^^^^^^^^^^^^^^ Unnecessary cast from int to int ---------- 128. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/instance/InstanceSpecificationParserTokenManager.java (at line 523) MatchLoop: do ^^^^^^^^^ The label MatchLoop is never explicitly referenced ---------- 129. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/instance/InstanceSpecificationParserTokenManager.java (at line 656) int kind; ^^^^ The local variable kind is never read ---------- ---------- 130. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/operation/OperationParser.java (at line 617) private boolean jj_semLA; ^^^^^^^^ The field OperationParser.jj_semLA is never read locally ---------- ---------- 131. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/operation/OperationParserTokenManager.java (at line 404) private final void jjAddStates(int start, int end) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method jjAddStates(int, int) from the type OperationParserTokenManager is never used locally ---------- 132. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/operation/OperationParserTokenManager.java (at line 410) private final void jjCheckNAddTwoStates(int state1, int state2) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method jjCheckNAddTwoStates(int, int) from the type OperationParserTokenManager is never used locally ---------- 133. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/operation/OperationParserTokenManager.java (at line 415) private final void jjCheckNAddStates(int start, int end) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method jjCheckNAddStates(int, int) from the type OperationParserTokenManager is never used locally ---------- 134. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/operation/OperationParserTokenManager.java (at line 421) private final void jjCheckNAddStates(int start) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method jjCheckNAddStates(int) from the type OperationParserTokenManager is never used locally ---------- 135. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/operation/OperationParserTokenManager.java (at line 446) int[] nextStates; ^^^^^^^^^^ The local variable nextStates is never read ---------- 136. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/operation/OperationParserTokenManager.java (at line 451) int j, kind = 0x7fffffff; ^ The local variable j is never read ---------- 137. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/operation/OperationParserTokenManager.java (at line 459) MatchLoop: do ^^^^^^^^^ The label MatchLoop is never explicitly referenced ---------- 138. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/operation/OperationParserTokenManager.java (at line 498) MatchLoop: do ^^^^^^^^^ The label MatchLoop is never explicitly referenced ---------- 139. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/operation/OperationParserTokenManager.java (at line 516) int hiByte = (int)(curChar >> 8); ^^^^^^^^^^^^^^^^^^^ Unnecessary cast from int to int ---------- 140. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/operation/OperationParserTokenManager.java (at line 521) MatchLoop: do ^^^^^^^^^ The label MatchLoop is never explicitly referenced ---------- 141. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/operation/OperationParserTokenManager.java (at line 654) int kind; ^^^^ The local variable kind is never read ---------- ---------- 142. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/port/PortParser.java (at line 257) private boolean jj_semLA; ^^^^^^^^ The field PortParser.jj_semLA is never read locally ---------- ---------- 143. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/port/PortParserTokenManager.java (at line 405) private final void jjAddStates(int start, int end) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method jjAddStates(int, int) from the type PortParserTokenManager is never used locally ---------- 144. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/port/PortParserTokenManager.java (at line 411) private final void jjCheckNAddTwoStates(int state1, int state2) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method jjCheckNAddTwoStates(int, int) from the type PortParserTokenManager is never used locally ---------- 145. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/port/PortParserTokenManager.java (at line 416) private final void jjCheckNAddStates(int start, int end) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method jjCheckNAddStates(int, int) from the type PortParserTokenManager is never used locally ---------- 146. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/port/PortParserTokenManager.java (at line 422) private final void jjCheckNAddStates(int start) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method jjCheckNAddStates(int) from the type PortParserTokenManager is never used locally ---------- 147. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/port/PortParserTokenManager.java (at line 447) int[] nextStates; ^^^^^^^^^^ The local variable nextStates is never read ---------- 148. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/port/PortParserTokenManager.java (at line 452) int j, kind = 0x7fffffff; ^ The local variable j is never read ---------- 149. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/port/PortParserTokenManager.java (at line 460) MatchLoop: do ^^^^^^^^^ The label MatchLoop is never explicitly referenced ---------- 150. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/port/PortParserTokenManager.java (at line 499) MatchLoop: do ^^^^^^^^^ The label MatchLoop is never explicitly referenced ---------- 151. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/port/PortParserTokenManager.java (at line 517) int hiByte = (int)(curChar >> 8); ^^^^^^^^^^^^^^^^^^^ Unnecessary cast from int to int ---------- 152. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/port/PortParserTokenManager.java (at line 522) MatchLoop: do ^^^^^^^^^ The label MatchLoop is never explicitly referenced ---------- 153. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/port/PortParserTokenManager.java (at line 655) int kind; ^^^^ The local variable kind is never read ---------- ---------- 154. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/property/PropertyParser.java (at line 417) private boolean jj_semLA; ^^^^^^^^ The field PropertyParser.jj_semLA is never read locally ---------- ---------- 155. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/property/PropertyParserTokenManager.java (at line 405) private final void jjAddStates(int start, int end) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method jjAddStates(int, int) from the type PropertyParserTokenManager is never used locally ---------- 156. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/property/PropertyParserTokenManager.java (at line 411) private final void jjCheckNAddTwoStates(int state1, int state2) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method jjCheckNAddTwoStates(int, int) from the type PropertyParserTokenManager is never used locally ---------- 157. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/property/PropertyParserTokenManager.java (at line 416) private final void jjCheckNAddStates(int start, int end) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method jjCheckNAddStates(int, int) from the type PropertyParserTokenManager is never used locally ---------- 158. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/property/PropertyParserTokenManager.java (at line 422) private final void jjCheckNAddStates(int start) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method jjCheckNAddStates(int) from the type PropertyParserTokenManager is never used locally ---------- 159. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/property/PropertyParserTokenManager.java (at line 447) int[] nextStates; ^^^^^^^^^^ The local variable nextStates is never read ---------- 160. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/property/PropertyParserTokenManager.java (at line 452) int j, kind = 0x7fffffff; ^ The local variable j is never read ---------- 161. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/property/PropertyParserTokenManager.java (at line 460) MatchLoop: do ^^^^^^^^^ The label MatchLoop is never explicitly referenced ---------- 162. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/property/PropertyParserTokenManager.java (at line 499) MatchLoop: do ^^^^^^^^^ The label MatchLoop is never explicitly referenced ---------- 163. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/property/PropertyParserTokenManager.java (at line 517) int hiByte = (int)(curChar >> 8); ^^^^^^^^^^^^^^^^^^^ Unnecessary cast from int to int ---------- 164. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/property/PropertyParserTokenManager.java (at line 522) MatchLoop: do ^^^^^^^^^ The label MatchLoop is never explicitly referenced ---------- 165. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/property/PropertyParserTokenManager.java (at line 655) int kind; ^^^^ The local variable kind is never read ---------- ---------- 166. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/slot/SlotLookupSuite.java (at line 29) if (name == null || "".equals(name)) { ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 167. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/slot/SlotParserTokenManager.java (at line 406) private final void jjAddStates(int start, int end) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method jjAddStates(int, int) from the type SlotParserTokenManager is never used locally ---------- 168. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/slot/SlotParserTokenManager.java (at line 412) private final void jjCheckNAddTwoStates(int state1, int state2) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method jjCheckNAddTwoStates(int, int) from the type SlotParserTokenManager is never used locally ---------- 169. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/slot/SlotParserTokenManager.java (at line 417) private final void jjCheckNAddStates(int start, int end) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method jjCheckNAddStates(int, int) from the type SlotParserTokenManager is never used locally ---------- 170. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/slot/SlotParserTokenManager.java (at line 423) private final void jjCheckNAddStates(int start) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method jjCheckNAddStates(int) from the type SlotParserTokenManager is never used locally ---------- 171. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/slot/SlotParserTokenManager.java (at line 448) int[] nextStates; ^^^^^^^^^^ The local variable nextStates is never read ---------- 172. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/slot/SlotParserTokenManager.java (at line 453) int j, kind = 0x7fffffff; ^ The local variable j is never read ---------- 173. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/slot/SlotParserTokenManager.java (at line 461) MatchLoop: do ^^^^^^^^^ The label MatchLoop is never explicitly referenced ---------- 174. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/slot/SlotParserTokenManager.java (at line 500) MatchLoop: do ^^^^^^^^^ The label MatchLoop is never explicitly referenced ---------- 175. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/slot/SlotParserTokenManager.java (at line 518) int hiByte = (int)(curChar >> 8); ^^^^^^^^^^^^^^^^^^^ Unnecessary cast from int to int ---------- 176. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/slot/SlotParserTokenManager.java (at line 523) MatchLoop: do ^^^^^^^^^ The label MatchLoop is never explicitly referenced ---------- 177. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/slot/SlotParserTokenManager.java (at line 656) int kind; ^^^^ The local variable kind is never read ---------- ---------- 178. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/stereotype/AppliedStereotypeParser.java (at line 95) result+=STEREOTYPE_SEPARATOR + " " + editString; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 179. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/valuespec/ConstraintLanguageParser.java (at line 74) return ""; ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 180. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/valuespec/ConstraintLanguageParser.java (at line 84) return ""; ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 181. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/valuespec/ConstraintLanguageParser.java (at line 89) return ""; ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 182. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/valuespec/ValueSpecificationParser.java (at line 43) private static final String BODIES_SEPARATOR = System.getProperty("line.separator") + System.getProperty("line.separator"); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 183. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/valuespec/ValueSpecificationParser.java (at line 43) private static final String BODIES_SEPARATOR = System.getProperty("line.separator") + System.getProperty("line.separator"); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 184. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/valuespec/ValueSpecificationParser.java (at line 71) return ""; ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 185. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/valuespec/ValueSpecificationParser.java (at line 107) return ""; ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 186. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/valuespec/ValueSpecificationParser.java (at line 149) String[] bodies = newString.split("(\\r|\\n|\\u0085|\\u2028|\\u2029){2,}"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 187. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/valuespec/ValueSpecificationParserUtil.java (at line 66) return ""; ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 188. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/valuespec/ValueSpecificationParserUtil.java (at line 76) return ""; ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 189. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/valuespec/ValueSpecificationParserUtil.java (at line 82) intervalDenotation.append(".."); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 190. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/valuespec/ValueSpecificationParserUtil.java (at line 101) return "null"; ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 191. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/valuespec/ValueSpecificationParserUtil.java (at line 107) return value != null ? value : ""; ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 192. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/valuespec/ValueSpecificationParserUtil.java (at line 112) return "*"; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 193. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/part/CreationToolConstants.java (at line 6) public static final String PARAMETER_CONFUGURE_STEREOTYPE = CreationToolConstants.class.getName() + ".stereotype"; ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 194. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/part/ModelElementsContentHelper.java (at line 31) System.err.println("Failed to get resource for filepath " + resourcePath.toString()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 195. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/part/NewDiagramHandlerBase.java (at line 47) wizard.setWindowTitle("Initialize new diagram file"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 196. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/part/UMLElementChooserDialog.java (at line 82) getShell().setText("Select model element"); ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 197. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/part/UMLModelWizardInitialObjectCreationPage.java (at line 69) containerLabel.setText("Model Object"); ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 198. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/part/UMLModelWizardInitialObjectCreationPage.java (at line 95) encodingLabel.setText("XML Encoding"); ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 199. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/part/UMLModelWizardInitialObjectCreationPage.java (at line 174) for (StringTokenizer stringTokenizer = new StringTokenizer(" UTF-8 ASCII UTF-16 UTF-16BE UTF-16LE ISO-8859-1"); stringTokenizer.hasMoreTokens();) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 200. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/preferences/IconStylePreferencePage.java (at line 179) group.setText("Show/Hide Connector Labels"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 201. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/preferences/IconStylePreferencePage.java (at line 191) Composite e = createExpansibleComposite(parent, "Connector Labels"); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 202. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/preferences/IconStylePreferencePage.java (at line 203) selectAll.setText("Select All"); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 203. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/preferences/IconStylePreferencePage.java (at line 205) deselectAll.setText("Deselect All"); ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 204. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/preferences/IconStylePreferencePage.java (at line 252) protected static final String LABEL_SHOW_HIDE_STEREOTYPE_GROUP = "Stereotype Images"; ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 205. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/preferences/IconStylePreferencePage.java (at line 254) protected static final String LABEL_SHOW_HIDE_STEREOTYPE_MODE = "Show Image of Stereotype"; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 206. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/preferences/IconStylePreferencePage.java (at line 256) protected static final String LABEL_SHOW_HIDE_MODE = "Metaclass Images"; ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 207. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/preferences/IconStylePreferencePage.java (at line 258) protected static final String LABEL_HIDE_ALL = "Hide All"; ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 208. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/preferences/IconStylePreferencePage.java (at line 260) protected static final String LABEL_SHOW_ALL = "Show All"; ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 209. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/preferences/IconStylePreferencePage.java (at line 262) protected static final String LABEL_SHOW_BY_VISUAL_ID = "Show For Selected Elements Only"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 210. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/preferences/ViewFiltersPreferencePage.java (at line 16) private static final String REQUIRED_INTERFACE_LINKS_GROUP_LABEL = "Manage Required Interface Links"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 211. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/preferences/ViewFiltersPreferencePage.java (at line 18) private static final String HIDE_DERIVED_LABEL = "Hide Derived Links"; ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 212. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/preferences/ViewFiltersPreferencePage.java (at line 20) private static final String HIDE_GENUINE_LABEL = "Hide Genuine Links"; ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 213. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/sheet/ImageLocationCellEditor.java (at line 26) private static final String[] myImageFileExtensions = new String[] { "svg", "gif", "png", "jpg", "wmf", "bmp", "emf" }; ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 214. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/sheet/ImageLocationCellEditor.java (at line 26) private static final String[] myImageFileExtensions = new String[] { "svg", "gif", "png", "jpg", "wmf", "bmp", "emf" }; ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 215. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/sheet/ImageLocationCellEditor.java (at line 26) private static final String[] myImageFileExtensions = new String[] { "svg", "gif", "png", "jpg", "wmf", "bmp", "emf" }; ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 216. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/sheet/ImageLocationCellEditor.java (at line 26) private static final String[] myImageFileExtensions = new String[] { "svg", "gif", "png", "jpg", "wmf", "bmp", "emf" }; ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 217. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/sheet/ImageLocationCellEditor.java (at line 26) private static final String[] myImageFileExtensions = new String[] { "svg", "gif", "png", "jpg", "wmf", "bmp", "emf" }; ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 218. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/sheet/ImageLocationCellEditor.java (at line 26) private static final String[] myImageFileExtensions = new String[] { "svg", "gif", "png", "jpg", "wmf", "bmp", "emf" }; ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 219. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/sheet/ImageLocationCellEditor.java (at line 26) private static final String[] myImageFileExtensions = new String[] { "svg", "gif", "png", "jpg", "wmf", "bmp", "emf" }; ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 220. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/sheet/ReferenceComboAndDialogCellEditor.java (at line 130) setErrorMessage(NLS.bind(getErrorMessage(), new Object[] { newValue == null ? "" : newValue.toString() })); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 221. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/sheet/ReferenceDialogCellEditor.java (at line 113) return "Cannot find element with name {0}"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 222. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/sheet/ReferencePropertyDescriptor.java (at line 86) if (value == null || "".equals(value)) { ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 223. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/sheet/chooser/ConfigurableFilterMatcher.java (at line 5) import org.eclipse.ui.internal.misc.StringMatcher; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StringMatcher is not accessible due to restriction on classpath entry /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.ui.workbench.jar ---------- 224. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/sheet/chooser/ConfigurableFilterMatcher.java (at line 11) private StringMatcher myMatcher; ^^^^^^^^^^^^^ Discouraged access: The type StringMatcher is not accessible due to restriction on classpath entry /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.ui.workbench.jar ---------- 225. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/sheet/chooser/ConfigurableFilterMatcher.java (at line 18) myMatcher = new StringMatcher(pattern + '*', ignoreCase, ignoreWildCards); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor StringMatcher(String, boolean, boolean) is not accessible due to restriction on classpath entry /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.ui.workbench.jar ---------- 226. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/sheet/chooser/ConfigurableFilterMatcher.java (at line 18) myMatcher = new StringMatcher(pattern + '*', ignoreCase, ignoreWildCards); ^^^^^^^^^^^^^ Discouraged access: The type StringMatcher is not accessible due to restriction on classpath entry /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.ui.workbench.jar ---------- 227. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/sheet/chooser/ConfigurableFilterMatcher.java (at line 22) return myMatcher.match(myLabelProvider.getText(element)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method match(String) from the type StringMatcher is not accessible due to restriction on classpath entry /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.ui.workbench.jar ---------- ---------- 228. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/sheet/chooser/ElementFilteredListChooser.java (at line 42) private final AdapterFactoryContentProvider myAdapterFctoryContentProvier; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field ElementFilteredListChooser.myAdapterFctoryContentProvier is never read locally ---------- 229. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/sheet/chooser/ElementFilteredListChooser.java (at line 46) private final TransactionalEditingDomain myEditingDomain; ^^^^^^^^^^^^^^^ The field ElementFilteredListChooser.myEditingDomain is never read locally ---------- 230. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/sheet/chooser/ElementFilteredListChooser.java (at line 119) EObject transformed = myValidator.validate((EObject) next); ^^^^^^^^^^^^^^ Unnecessary cast from Object to EObject ---------- ---------- 231. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/sheet/chooser/ElementTreeChooser.java (at line 62) import org.eclipse.ui.internal.UIPlugin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type UIPlugin is not accessible due to restriction on classpath entry /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.ui.jar ---------- 232. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/sheet/chooser/ElementTreeChooser.java (at line 354) return "Current resource"; ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 233. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/sheet/chooser/ElementTreeChooser.java (at line 371) return "Loaded resources"; ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 234. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/sheet/chooser/ElementTreeChooser.java (at line 388) return "Workspace"; ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 235. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/sheet/chooser/ElementTreeChooser.java (at line 459) myCollapseAllChildrenAction.setText("Collapse All"); ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 236. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/sheet/chooser/ElementTreeChooser.java (at line 462) myExpandNodeChildrenAction.setText("Expand Node"); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 237. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/sheet/chooser/ElementTreeChooser.java (at line 475) public void removeMenu() { ^^^^^^^^^^^^ The method removeMenu() from the type ElementTreeChooser.MenuBuilder is never used locally ---------- ---------- 238. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/sheet/chooser/FilteredListControl.java (at line 131) Field field = list.getClass().getDeclaredField("fList"); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 239. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/sheet/chooser/MetaclassContainmentFilter.java (at line 59) throw new IllegalArgumentException("Alien class: " + eClass + ", Expected metamodel: " + myMetamodel + ", Actual metamodel: " + eClass.getEPackage()); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 240. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/sheet/chooser/MetaclassContainmentFilter.java (at line 59) throw new IllegalArgumentException("Alien class: " + eClass + ", Expected metamodel: " + myMetamodel + ", Actual metamodel: " + eClass.getEPackage()); ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 241. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/sheet/chooser/MetaclassContainmentFilter.java (at line 59) throw new IllegalArgumentException("Alien class: " + eClass + ", Expected metamodel: " + myMetamodel + ", Actual metamodel: " + eClass.getEPackage()); ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 242. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/sheet/chooser/MetaclassContainmentFilter.java (at line 120) System.out.print("Adding: " + owner.getName()); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 243. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/sheet/chooser/MetaclassContainmentFilter.java (at line 122) System.out.println(", due to: " + containment.getEContainingClass().getName() + "#" + containment.getName() + ":" + containment.getEType().getName()); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 244. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/sheet/chooser/MetaclassContainmentFilter.java (at line 122) System.out.println(", due to: " + containment.getEContainingClass().getName() + "#" + containment.getName() + ":" + containment.getEType().getName()); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 245. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/sheet/chooser/MetaclassContainmentFilter.java (at line 122) System.out.println(", due to: " + containment.getEContainingClass().getName() + "#" + containment.getName() + ":" + containment.getEType().getName()); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 246. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/sheet/chooser/MetaclassContainmentFilter.java (at line 124) System.out.println(", as root"); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 247. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/sheet/chooser/MetaclassContainmentFilter.java (at line 135) System.out.println("\t processing subtypes: "); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 248. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/sheet/chooser/MetaclassContainmentFilter.java (at line 137) System.out.println("\t Adding: subtype: " + subtype.getName()); ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 249. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/sheet/chooser/MultiReferenceElementChooserDialog.java (at line 79) shell.setText(NLS.bind("Choose {0} for {1}", new Object[]{myFeature.getName(), labelProvider.getText(mySourceObject)})); ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 250. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/sheet/chooser/MultiReferenceElementChooserDialog.java (at line 115) choiceLabel.setText(NLS.bind("Choose {0}:", new Object[]{myFeature.getEType().getName()})); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 251. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/sheet/chooser/MultiReferenceElementChooserDialog.java (at line 150) addButton.setText("Add"); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 252. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/sheet/chooser/MultiReferenceElementChooserDialog.java (at line 157) removeButton.setText("Remove"); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 253. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/sheet/chooser/MultiReferenceElementChooserDialog.java (at line 169) upButton.setText("Up"); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 254. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/sheet/chooser/MultiReferenceElementChooserDialog.java (at line 176) downButton.setText("Down"); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 255. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/sheet/chooser/MultiReferenceElementChooserDialog.java (at line 197) featureLabel.setText("Selected elements:"); ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 256. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/sheet/chooser/QualifiedNameLabelProvider.java (at line 31) return ""; ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 257. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/sheet/chooser/ReferencedElementChooserDialog.java (at line 27) public final static Object NULL_VALUE = new String("Null EObject"); ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 258. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/sheet/chooser/ReferencedElementChooserDialog.java (at line 70) createButton(parent, UNSET_BUTTON_ID, "Unset", false); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 259. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/sheet/chooser/ReferencedElementChooserDialog.java (at line 77) shell.setText(NLS.bind("Choose {0} for {1}", new Object[]{myFeature.getName(), labelProvider.getText(mySourceObject)})); ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 260. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/sheet/chooser/TabbedElementChooser.java (at line 45) private final String mySettingsKeyLastFocus = "ReferencedElementDialog.KeyLastFocus"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 261. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/sheet/chooser/TabbedElementChooser.java (at line 79) addTabPage("Choose from a Tree", myTabFolder, myTreeChooserTab); ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 262. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/sheet/chooser/TabbedElementChooser.java (at line 81) addTabPage("Choose from a List", myTabFolder, myListChooserPage); ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 263. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/sheet/chooser/TabbedElementChooser.java (at line 132) text = ""; ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 264. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/sheet/chooser/UMLFileFilter.java (at line 28) return myFileExtension.equals(fileExtension); //$NON-NLS-1$ ^^^^^^^^^^^^^ Unnecessary $NON-NLS$ tag ---------- 265. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/sheet/chooser/UMLFileFilter.java (at line 33) return myFileExtension.equals(fileExtension); //$NON-NLS-1$ ^^^^^^^^^^^^^ Unnecessary $NON-NLS$ tag ---------- ---------- 266. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/stereo/ApplyProfileInfoAction.java (at line 57) return CommandResult.newErrorCommandResult("Could not load profile for uri " + myProfileInfo.uri); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 267. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/stereo/ProfileRegistry.java (at line 101) logError("Couldn't save Profile to Registry ", e); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 268. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/stereo/ProfileRegistry.java (at line 127) logError("Couldn't get ProfileRegistry ", e); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 269. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/stereo/ProfileRegistry.java (at line 209) logWarning(NLS.bind("Couldn't load {1} for URI {0}", new Object[]{name, uri}), e); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 270. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/stereo/StereotypeImages.java (at line 70) if (metaclassImage != null && location.indexOf("ovr16") != -1) { ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 271. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.9.1/I200907241018/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/validation/OCLFromStereoConstraint.java (at line 38) String name = (selected instanceof NamedElement)? ((NamedElement)selected).getName(): ""; ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 271 problems (271 warnings)