#REFACTORING
authorClaus Gittinger <cg@exept.de>
Sat, 02 Apr 2016 17:18:12 +0200
changeset 19530 7d69c2f1aa4a
parent 19526 a797cb287c72
child 19531 4b1b20de0ed1
#REFACTORING class: ClassBuilder changed: #checkConventionsFor:subClassOf:instVarNames:classVarNames:
ClassBuilder.st
--- a/ClassBuilder.st	Fri Apr 01 13:57:34 2016 +0200
+++ b/ClassBuilder.st	Sat Apr 02 17:18:12 2016 +0200
@@ -2140,9 +2140,8 @@
 
         ClassBuildWarning new
             className:className;
-            messageText:('%1: name "%2"\should start with an uppercase letter (by convention only)'withCRs
-                            bindWith:className 
-                            with:(names at:idx) allBold);
+            messageText:('Class Name "%1"\should start with an uppercase letter (by convention only)'withCRs
+                            bindWith:className allBold);
             raiseRequest.
 "/        (self confirm:('%1 name "%2" should start with an uppercase letter\(by convention only)\\install anyway ?'
 "/                         bindWith:what with:className) withCRs)