ClassBuilder.st
branchjv
changeset 21088 6f4535127ce6
parent 21024 8734987eb5c7
parent 21054 bb4a42618bb7
child 21387 e3865533e6a6
equal deleted inserted replaced
21087:33ca8ed03893 21088:6f4535127ce6
  2384         conflicts notEmpty ifTrue:[
  2384         conflicts notEmpty ifTrue:[
  2385             conflicts size == 1 ifTrue:[
  2385             conflicts size == 1 ifTrue:[
  2386                 self warn:('Class variable "%1"\conflicts with corresponding private classes name.\The name will refer to the class variable.'
  2386                 self warn:('Class variable "%1"\conflicts with corresponding private classes name.\The name will refer to the class variable.'
  2387                             bindWith:conflicts first) withCRs.
  2387                             bindWith:conflicts first) withCRs.
  2388             ] ifFalse:[
  2388             ] ifFalse:[
  2389                 self warn:('Some class variables conflict with corresponding private classes name.\Names will refer to the class variable.').
  2389                 self warn:('Some class variables conflict with corresponding private classes name.\Names will refer to the class variable.' withCRs).
  2390             ].
  2390             ].
  2391             ^ true.
  2391             ^ true.
  2392         ]
  2392         ]
  2393     ].
  2393     ].
  2394 
  2394