[Jiemamy-notify:1892] commit [3062] hestiaのみstaticフィールドの命名規則を変更。

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 4月 2日 (木) 21:09:20 JST


Revision: 3062
          http://svn.sourceforge.jp/view?root=jiemamy&view=rev&rev=3062
Author:   daisuke_m
Date:     2009-04-02 21:09:20 +0900 (Thu, 02 Apr 2009)

Log Message:
-----------
hestiaのみstaticフィールドの命名規則を変更。

Modified Paths:
--------------
    hestia/trunk/jiemamy-hestia/checkstyle.xml
    hestia/trunk/org.jiemamy.eclipse.ui/src/main/java/org/jiemamy/eclipse/editor/dialog/table/TableEditDialogColumnTab.java


-------------- next part --------------
Modified: hestia/trunk/jiemamy-hestia/checkstyle.xml
===================================================================
--- hestia/trunk/jiemamy-hestia/checkstyle.xml	2009-04-02 11:26:09 UTC (rev 3061)
+++ hestia/trunk/jiemamy-hestia/checkstyle.xml	2009-04-02 12:09:20 UTC (rev 3062)
@@ -186,7 +186,7 @@
         </module>
         <module name="UncommentedMain"/>
         <module name="StaticVariableName">
-            <property name="format" value="^[a-zA-Z][a-zA-Z0-9]*(_[a-zA-Z0-9])*$"/>
+            <property name="format" value="^[a-zA-Z][a-zA-Z0-9]*(_[a-zA-Z0-9]+)*$"/>
         </module>
     </module>
     <module name="NewlineAtEndOfFile"/>

Modified: hestia/trunk/org.jiemamy.eclipse.ui/src/main/java/org/jiemamy/eclipse/editor/dialog/table/TableEditDialogColumnTab.java
===================================================================
--- hestia/trunk/org.jiemamy.eclipse.ui/src/main/java/org/jiemamy/eclipse/editor/dialog/table/TableEditDialogColumnTab.java	2009-04-02 11:26:09 UTC (rev 3061)
+++ hestia/trunk/org.jiemamy.eclipse.ui/src/main/java/org/jiemamy/eclipse/editor/dialog/table/TableEditDialogColumnTab.java	2009-04-02 12:09:20 UTC (rev 3062)
@@ -302,7 +302,7 @@
 		
 		private Button chkIsDisabled;
 		
-		//		private Button chkIsRepresentation;
+//		private Button chkIsRepresentation;
 		
 		private Text txtDescription;
 		



Jiemamy-notify メーリングリストの案内
Back to archive index