Comment #4 on issue 101 by allain.lalonde: Eliminate printStackTrace http://code.google.com/p/piccolo2d/issues/detail?id=101
It's considered an important enough code smell that it's part of PMD's default checklist. The context of the printStackTrace is important before replacing since the system is now running with the expected behaviour being to bury the exception. Changing that behaviour may introduce bugs in client software. I absolutely think they should be dealt with, just on an individual basis. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en -~----------~----~----~----~------~----~------~--~---
