Bug 404555 - [Moka] Pollution of the console with debug messages
Summary: [Moka] Pollution of the console with debug messages
Status: NEW
Alias: None
Product: Papyrus
Classification: Modeling
Component: Moka (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 405391
  Show dependency tree
 
Reported: 2013-03-28 09:41 EDT by Arnaud Cuccuru CLA
Modified: 2017-09-12 10:21 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arnaud Cuccuru CLA 2013-03-28 09:41:05 EDT
oep.moka.fuml.Debug prints debug messages on the console. => debug messages shall be appropriately handled.
In addition, there are several "System.out.println()" in some classes of this plugin. => these statements shall be removed.
Comment 1 Arnaud Cuccuru CLA 2013-03-28 09:46:00 EDT
r 10730

"System.out.println()" statements removed.
Debug.println() temporarily changed so that it never prints anything. => Still needs to be fixed.