Ticket #226 (closed defect: fixed)
Simplify some long/complex methods in Compiler code
Reported by: | hopscc | Owned by: | Chuck |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Cobra Compiler | Version: | 0.8.0 |
Keywords: | Cc: |
Description
Prototype complexity metrics code run on compiler shows some methods
with linecount>100 and rough mccabe complexity >25.
These should probably be shortened and simplified.
METHOD LINES McCABE Compiler.__loadReference 53 27 IfStmt._bindImp 84 29 CobraParser.typeSpecDecls 78 30 CobraParser.declareMethod 128 33
Attachments
Change History
Note: See
TracTickets for help on using
tickets.