Bug 509903 - [Interoperability][Rpy] quality variable not used
Summary: [Interoperability][Rpy] quality variable not used
Status: UNCONFIRMED
Alias: None
Product: Papyrus
Classification: Modeling
Component: Interoperability (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 509901
  Show dependency tree
 
Reported: 2017-01-04 02:51 EST by Francois Le Fevre CLA
Modified: 2017-03-03 07:06 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Francois Le Fevre CLA 2017-01-04 02:51:01 EST
[WARNING] /jobs/genie.papyrus/Papyrus-Gerrit/workspace/source/extraplugins/migration/rhapsody/org.eclipse.papyrus.migration.rhapsody.blackboxes/src/org/eclipse/papyrus/migration/rhapsody/blackboxes/Rhapsody2PapyrusNotationBlackboxes.java:[364] 
	int j = 0;
	    ^
The value of the local variable j is not used
[WARNING] /jobs/genie.papyrus/Papyrus-Gerrit/workspace/source/extraplugins/migration/rhapsody/org.eclipse.papyrus.migration.rhapsody.blackboxes/src/org/eclipse/papyrus/migration/rhapsody/blackboxes/Rhapsody2PapyrusNotationBlackboxes.java:[366] 
	Connector c = null;
	          ^
The value of the local variable c is not used
[WARNING] /jobs/genie.papyrus/Papyrus-Gerrit/workspace/source/extraplugins/migration/rhapsody/org.eclipse.papyrus.migration.rhapsody.blackboxes/src/org/eclipse/papyrus/migration/rhapsody/blackboxes/Rhapsody2PapyrusNotationBlackboxes.java:[582] 
	int[] topRight = new int[] { Integer.parseInt(polygon.get(3)), Integer.parseInt(polygon.get(4)) };
	      ^^^^^^^^
The value of the local variable topRight is not used
[WARNING] /jobs/genie.papyrus/Papyrus-Gerrit/workspace/source/extraplugins/migration/rhapsody/org.eclipse.papyrus.migration.rhapsody.blackboxes/src/org/eclipse/papyrus/migration/rhapsody/blackboxes/Rhapsody2PapyrusNotationBlackboxes.java:[583] 
	int[] bottomRight = new int[] { Integer.parseInt(polygon.get(5)), Integer.parseInt(polygon.get(6)) };
	      ^^^^^^^^^^^
The value of the local variable bottomRight is not used
[WARNING] /jobs/genie.papyrus/Papyrus-Gerrit/workspace/source/extraplugins/migration/rhapsody/org.eclipse.papyrus.migration.rhapsody.blackboxes/src/org/eclipse/papyrus/migration/rhapsody/blackboxes/Rhapsody2PapyrusNotationBlackboxes.java:[585] 
	float xRatio = Float.parseFloat(transform.get(0));
	      ^^^^^^
The value of the local variable xRatio is not used
[WARNING] /jobs/genie.papyrus/Papyrus-Gerrit/workspace/source/extraplugins/migration/rhapsody/org.eclipse.papyrus.migration.rhapsody.blackboxes/src/org/eclipse/papyrus/migration/rhapsody/blackboxes/Rhapsody2PapyrusNotationBlackboxes.java:[603] 
	int[] bottomRight = new int[] { Integer.parseInt(polygon.get(5)), Integer.parseInt(polygon.get(6)) };
	      ^^^^^^^^^^^
The value of the local variable bottomRight is not used
[WARNING] /jobs/genie.papyrus/Papyrus-Gerrit/workspace/source/extraplugins/migration/rhapsody/org.eclipse.papyrus.migration.rhapsody.blackboxes/src/org/eclipse/papyrus/migration/rhapsody/blackboxes/Rhapsody2PapyrusNotationBlackboxes.java:[604] 
	int[] bottomLeft = new int[] { Integer.parseInt(polygon.get(7)), Integer.parseInt(polygon.get(8)) };
	      ^^^^^^^^^^
The value of the local variable bottomLeft is not used
[WARNING] /jobs/genie.papyrus/Papyrus-Gerrit/workspace/source/extraplugins/migration/rhapsody/org.eclipse.papyrus.migration.rhapsody.blackboxes/src/org/eclipse/papyrus/migration/rhapsody/blackboxes/Rhapsody2PapyrusNotationBlackboxes.java:[606] 
	float yRatio = Float.parseFloat(transform.get(3));
	      ^^^^^^
The value of the local variable yRatio is not used
[WARNING] /jobs/genie.papyrus/Papyrus-Gerrit/workspace/source/extraplugins/migration/rhapsody/org.eclipse.papyrus.migration.rhapsody.blackboxes/src/org/eclipse/papyrus/migration/rhapsody/blackboxes/Rhapsody2PapyrusNotationBlackboxes.java:[626] 
	int[] bottomRight = new int[] { Integer.parseInt(polygon.get(5)), Integer.parseInt(polygon.get(6)) };
	      ^^^^^^^^^^^
The value of the local variable bottomRight is not used
[WARNING] /jobs/genie.papyrus/Papyrus-Gerrit/workspace/source/extraplugins/migration/rhapsody/org.eclipse.papyrus.migration.rhapsody.blackboxes/src/org/eclipse/papyrus/migration/rhapsody/blackboxes/Rhapsody2PapyrusNotationBlackboxes.java:[627] 
	int[] topRight = new int[] { Integer.parseInt(polygon.get(7)), Integer.parseInt(polygon.get(8)) };
	      ^^^^^^^^
The value of the local variable topRight is not used
[WARNING] /jobs/genie.papyrus/Papyrus-Gerrit/workspace/source/extraplugins/migration/rhapsody/org.eclipse.papyrus.migration.rhapsody.blackboxes/src/org/eclipse/papyrus/migration/rhapsody/blackboxes/Rhapsody2PapyrusNotationBlackboxes.java:[628] 
	float xRatio = Float.parseFloat(transform.get(0));
	      ^^^^^^
The value of the local variable xRatio is not used
[WARNING] /jobs/genie.papyrus/Papyrus-Gerrit/workspace/source/extraplugins/migration/rhapsody/org.eclipse.papyrus.migration.rhapsody.blackboxes/src/org/eclipse/papyrus/migration/rhapsody/blackboxes/Rhapsody2PapyrusNotationBlackboxes.java:[636] 
	int[] bottomLeft = new int[] { Integer.parseInt(polygon.get(3)), Integer.parseInt(polygon.get(4)) };
	      ^^^^^^^^^^
The value of the local variable bottomLeft is not used
[WARNING] /jobs/genie.papyrus/Papyrus-Gerrit/workspace/source/extraplugins/migration/rhapsody/org.eclipse.papyrus.migration.rhapsody.blackboxes/src/org/eclipse/papyrus/migration/rhapsody/blackboxes/Rhapsody2PapyrusNotationBlackboxes.java:[637] 
	int[] bottomRight = new int[] { Integer.parseInt(polygon.get(5)), Integer.parseInt(polygon.get(6)) };
	      ^^^^^^^^^^^
The value of the local variable bottomRight is not used
[WARNING] /jobs/genie.papyrus/Papyrus-Gerrit/workspace/source/extraplugins/migration/rhapsody/org.eclipse.papyrus.migration.rhapsody.blackboxes/src/org/eclipse/papyrus/migration/rhapsody/blackboxes/Rhapsody2PapyrusNotationBlackboxes.java:[640] 
	float yRatio = Float.parseFloat(transform.get(3));
	      ^^^^^^
The value of the local variable yRatio is not used
[WARNING] /jobs/genie.papyrus/Papyrus-Gerrit/workspace/source/extraplugins/migration/rhapsody/org.eclipse.papyrus.migration.rhapsody.blackboxes/src/org/eclipse/papyrus/migration/rhapsody/blackboxes/Rhapsody2PapyrusNotationBlackboxes.java:[808] 
	final EStructuralFeature mPositionlygonFeature = element.eClass().getEStructuralFeature("m_position");
	                         ^^^^^^^^^^^^^^^^^^^^^
The value of the local variable mPositionlygonFeature is not used