RBFormatter>>#acceptMethodNode: output category twice

Project:GNU Smalltalk
Component:STInST
Category:bug
Priority:normal
Assigned:Unassigned
Status:active
Description

st> (Array lookupSelector: #print) methodFormattedSourceString
'print [
        "Print a represention of the receiver on the Transcript
         (stdout the GUI is not active)"

        <category: ''printing''>
        <category: ''printing''>
        Transcript show: self printString
    ]'

User login