Tools__LintRuleList.st
changeset 11315 52fbaf1bff15
parent 11301 99f40de78ada
child 11316 1c77d61f4d91
equal deleted inserted replaced
11314:2f70adb99ceb 11315:52fbaf1bff15
   692 
   692 
   693     "Created: / 15-04-2010 / 19:12:19 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   693     "Created: / 15-04-2010 / 19:12:19 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   694 !
   694 !
   695 
   695 
   696 rationale
   696 rationale
   697     rule isComposite ifTrue:[^ rule rationale].
   697     ^ rule rationaleWithAnchor
   698 
       
   699     ^ '
       
   700 <b>',rule name,'</b>
       
   701 <p>', 
       
   702 rule rationale,
       
   703 '<p>
       
   704 Class: <A ACTION="',rule className,' browse">',rule className,'</A>'
       
   705 
   698 
   706     "Created: / 15-04-2010 / 19:10:20 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   699     "Created: / 15-04-2010 / 19:10:20 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   707     "Modified: / 01-03-2012 / 12:39:37 / cg"
   700     "Modified: / 01-03-2012 / 20:58:50 / cg"
   708 !
   701 !
   709 
   702 
   710 rule
   703 rule
   711     ^ rule
   704     ^ rule
   712 !
   705 !
   745 ! !
   738 ! !
   746 
   739 
   747 !LintRuleList class methodsFor:'documentation'!
   740 !LintRuleList class methodsFor:'documentation'!
   748 
   741 
   749 version
   742 version
   750     ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleList.st,v 1.7 2012-03-01 12:17:10 cg Exp $'
   743     ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleList.st,v 1.8 2012-03-01 19:59:44 cg Exp $'
   751 !
   744 !
   752 
   745 
   753 version_CVS
   746 version_CVS
   754     ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleList.st,v 1.7 2012-03-01 12:17:10 cg Exp $'
   747     ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleList.st,v 1.8 2012-03-01 19:59:44 cg Exp $'
   755 !
   748 !
   756 
   749 
   757 version_SVN
   750 version_SVN
   758     ^ '§Id: Tools__LintRuleList.st 7619 2010-08-26 10:15:15Z vranyj1 §'
   751     ^ '§Id: Tools__LintRuleList.st 7619 2010-08-26 10:15:15Z vranyj1 §'
   759 ! !
   752 ! !