Message6276

Author waves2d
Recipients waves2d
Date 2010-12-13.10:56:55
SpamBayes Score 8.497007e-07
Marked as misclassified No
Message-id <1292237816.45.0.173624352308.issue1685@psf.upfronthosting.co.za>
In-reply-to
Content
The getCharStopIndex method in org.python.antlr.PythonTree is missing the last character while getting the count for a FunctionDef.
This happens only when there are no more statements after the method definition is finished. It appears to be a End Of File handling issue.
History
Date User Action Args
2010-12-13 10:56:56waves2dsetrecipients: + waves2d
2010-12-13 10:56:56waves2dsetmessageid: <1292237816.45.0.173624352308.issue1685@psf.upfronthosting.co.za>
2010-12-13 10:56:56waves2dlinkissue1685 messages
2010-12-13 10:56:55waves2dcreate