I'm curious about how people use the Critics/TODO functionality in ArgoUML? I was thinking about using it to support design reviews. Colleagues would be able to use it to provide feedback about the design. I know that the critics provide automated analysis of the design, but that's largely irrelevant to how I use ArgoUML and often makes invalid statements like "Consider using a Singleton pattern" for things classes that are not intended to be singletons.
The main things I want to be able to do are: - Provide the designer with a list of design-related issues that need to be addressed before a design can proceed to the implementation phase. - Provide project feedback as well as feedback for individual model elements and diagrams. - Provide a means for creating a report/checklist that someone can use to monitor progress on fixing design issues usually known as "punch list". Currently, the Critique function seems turned on by default and generates a lot of stuff I don't use or don't care about, and removing these items from my project is time consuming. Is there a way to clear all critics? Also is there a way to create a checkstyle like configuration file to enable/disable certain critics? This would make it easier to establish a standard set of design criteria for a group of developers. Mark ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=450&dsMessageId=2837622 To unsubscribe from this discussion, e-mail: [[email protected]]. To be allowed to post to the list contact the mailing list moderator, email: [[email protected]]
