# 6/11/08 9:36:16 PM EDT # Eclipse Java Compiler 0.868, 3.4.0 release candidate-2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/commands/ProvidedPortLinkHelper.java (at line 15) private final AdapterFactoryEditingDomain myEditingDomain; ^^^^^^^^^^^^^^^ The field ProvidedPortLinkHelper.myEditingDomain is never read locally ---------- ---------- 2. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/conventions/AssociationEndConvention.java (at line 20) return (Property)association.getMemberEnds().get(sourceNotTarget ? 0 : 1); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from Property to Property ---------- ---------- 3. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 4. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 5. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 6. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 7. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 8. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- ---------- 9. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 10. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 11. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- ---------- 12. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/draw2d/MultilineConstraintFigure.java (at line 15) import org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type WrapLabel is deprecated ---------- 13. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/draw2d/MultilineConstraintFigure.java (at line 26) if (figure instanceof WrapLabel){ ^^^^^^^^^ The type WrapLabel is deprecated ---------- 14. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/draw2d/MultilineConstraintFigure.java (at line 27) ((WrapLabel)figure).setTextWrap(true); ^^^^^^^^^ The type WrapLabel is deprecated ---------- ---------- 15. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/draw2d/decoration/CompositeDecoration.java (at line 64) @SuppressWarnings("unchecked") //$NON-NLS-1$ ^^^^^^^^^^^^^ Unnecessary $NON-NLS$ tag ---------- ---------- 16. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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-$ ---------- 17. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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-$ ---------- 18. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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-$ ---------- 19. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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-$ ---------- 20. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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-$ ---------- 21. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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-$ ---------- 22. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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-$ ---------- ---------- 23. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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-$ ---------- ---------- 24. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parameter/EditPropertyParametersDialog.java (at line 108) getShell().setText("Select Parameters for Operation"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 25. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parameter/EditPropertyParametersDialog.java (at line 176) Button removeButton = createButton(composite, REMOVE_ID, "Remove", false); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 26. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parameter/EditPropertyParametersDialog.java (at line 191) Button addButton = createButton(composite, ADD_ID, "Add", false); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 27. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parameter/EditPropertyParametersDialog.java (at line 197) newParameter.setName("Parameter"); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 28. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parameter/EditPropertyParametersDialog.java (at line 209) Button addButton = createButton(composite, UP_ID, "Up", false); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 29. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parameter/EditPropertyParametersDialog.java (at line 233) Button addButton = createButton(composite, DOWN_ID, "Down", false); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 30. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parameter/EditPropertyParametersDialog.java (at line 313) return p.getType() != null ? p.getType().getName() : ""; ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 31. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parameter/EditPropertyParametersDialog.java (at line 321) return ""; ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 32. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parameter/EditPropertyParametersDialog.java (at line 329) return "-"; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- 33. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parameter/EditPropertyParametersDialog.java (at line 336) private static final String EMPTY_VALUE = ""; ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 34. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parameter/ParametersCellModifier.java (at line 47) return ""; ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 35. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.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-$ ---------- 36. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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-$ ---------- 37. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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-$ ---------- ---------- 38. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- ---------- 39. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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-$ ---------- ---------- 40. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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-$ ---------- ---------- 41. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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-$ ---------- ---------- 42. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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-$ ---------- 43. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- ---------- 44. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 45. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 46. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 47. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 48. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 49. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 50. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 51. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 52. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 53. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 54. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- ---------- 55. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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-$ ---------- 56. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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-$ ---------- ---------- 57. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 58. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 59. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 60. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 61. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 62. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 63. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 64. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 65. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 66. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 67. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- ---------- 68. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/parser/imports/ElementImportParser.java (at line 41) @SuppressWarnings("serial") //$NON-NLS-1$ ^^^^^^^^^^^^^ Unnecessary $NON-NLS$ tag ---------- ---------- 69. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- ---------- 70. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 71. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 72. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 73. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 74. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 75. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 76. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 77. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 78. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 79. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 80. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- ---------- 81. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- ---------- 82. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 83. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 84. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 85. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 86. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 87. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 88. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 89. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 90. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 91. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 92. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- ---------- 93. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- ---------- 94. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 95. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 96. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 97. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 98. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 99. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 100. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 101. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 102. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 103. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 104. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- ---------- 105. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- ---------- 106. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 107. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 108. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 109. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 110. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 111. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 112. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 113. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 114. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 115. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 116. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- ---------- 117. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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-$ ---------- ---------- 118. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 119. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 120. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 121. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 122. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 123. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 124. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 125. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 126. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 127. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- 128. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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 ---------- ---------- 129. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/eclipse/plugins/org.eclipse.uml2.diagram.common/src/org/eclipse/uml2/diagram/common/part/UMLElementChooserDialog.java (at line 83) getShell().setText("Select model element"); ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ ---------- ---------- 130. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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-$ ---------- 131. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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-$ ---------- 132. WARNING in /home/www-data/build/modeling/mdt/uml2tools/downloads/drops/0.8.0/S200806112132/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-$ ---------- 132 problems (132 warnings)