Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "MoDisco/CodingConventions"

(Add comment about .checkstyle files)
Line 1: Line 1:
A checksytle configuration file is available in the MoDisco SVN (https://dev.eclipse.org/svnroot/modeling/org.eclipse.gmt.modisco/plugins/trunk/org.eclipse.gmt.modisco.dev.core).
+
For code style verification, a ''checksytle'' configuration file is directly available from the MoDisco SVN:
 +
* https://dev.eclipse.org/svnroot/modeling/org.eclipse.gmt.modisco/plugins/trunk/org.eclipse.gmt.modisco.dev.core
  
To use checkstyle we have to download a [http://eclipse-cs.sourceforge.net/ checksytle plug-in]. Checksytle is not an Eclipse tool. Its use has been validated :
+
To use this file, you first need to download the [http://eclipse-cs.sourceforge.net/ Checkstyle plug-in].
* https://dev.eclipse.org/ipzilla/show_bug.cgi?id=3615
+
* https://bugs.eclipse.org/bugs/show_bug.cgi?id=296093)
+
* http://dev.eclipse.org/mhonarc/lists/modeling-pmc/msg01379.html
+
* http://dev.eclipse.org/mhonarc/lists/modeling-pmc/msg01391.html
+
  
".checkstyle" files can be commited without any specfic CQ. The CQ 3615 cover all the references to Checkstyle.
+
Note that Checksytle is not an Eclipse.org tool. However, its source code is under the EPL, and its current use has been formally IP-validated for the MoDisco project:
 +
* https://dev.eclipse.org/ipzilla/show_bug.cgi?id=3615 (initial CQ for EMO validation)
 +
* http://dev.eclipse.org/mhonarc/lists/modeling-pmc/msg01391.html (email thread for Modeling PMC validation)
 +
Also note that Checkstyle is not intented to be distributed with MoDisco.

Revision as of 12:04, 7 January 2010

For code style verification, a checksytle configuration file is directly available from the MoDisco SVN:

To use this file, you first need to download the Checkstyle plug-in.

Note that Checksytle is not an Eclipse.org tool. However, its source code is under the EPL, and its current use has been formally IP-validated for the MoDisco project:

Also note that Checkstyle is not intented to be distributed with MoDisco.

Back to the top