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"

(Category:MoDisco)
Line 1: Line 1:
For code style verification, a ''checksytle'' configuration file is directly available from the MoDisco SVN:
+
<css>p{margin-top:0.7em;margin-bottom:0.5em;}</css>
* https://dev.eclipse.org/svnroot/modeling/org.eclipse.gmt.modisco/plugins/trunk/org.eclipse.gmt.modisco.dev.core
+
 
 +
For code style verification, a ''checkstyle'' 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/checkstyle/MoDisco.checkstyle
  
 
To use this file, you first need to download the [http://eclipse-cs.sourceforge.net/ Checkstyle plug-in].
 
To use this file, you first need to download the [http://eclipse-cs.sourceforge.net/ 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:
+
Note that Checkstyle 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)
 
* 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)
 
* 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.
+
Also note that Checkstyle is not intended to be distributed with MoDisco.
 
+
  
 
[[Category:MoDisco]]
 
[[Category:MoDisco]]

Revision as of 00:18, 3 February 2010


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

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

Note that Checkstyle 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 intended to be distributed with MoDisco.

Back to the top