Message6294

Author waves2d
Recipients pjenvey, waves2d
Date 2010-12-23.06:03:33
SpamBayes Score 5.3989297e-08
Marked as misclassified No
Message-id <81150140-6260-478C-8CA4-17700C85B916@jaliansystems.com>
In-reply-to <1293048951.59.0.650435135813.issue1685@psf.upfronthosting.co.za>
Content
Hi,

In the attached zip, have a look at PythonBugTest.java and python.py.  
The python.py has two methods method1 and method2. getCharStopIndex  
gets the caret position of the first method properly but it fails to  
get that of second method; it will always be one less than the  
expected value. This happens only when the method definition is at the  
end of file, that is there are no further statements after the  
definition. I guess this might be something to do with End Of File  
handling.

With regards,
Sampathkumar R
Files
File name Uploaded
PythonIssue.zip waves2d, 2010-12-23.06:03:33
unnamed waves2d, 2010-12-23.06:03:33
History
Date User Action Args
2010-12-23 06:03:34waves2dsetrecipients: + waves2d, pjenvey
2010-12-23 06:03:34waves2dlinkissue1685 messages
2010-12-23 06:03:33waves2dcreate