Hi
I was hoping to find a version of j2py that supports the do/while
construct. (When I run 0.2 on a file with do/while I get a
NotImplemented exception)
So I checked out the current code from svn and now I get
File "/home/myeates/lib/python2.5/site-packages/java2python/lib/
sourcetypes.py", line 195, in addVariable
if force or (
var.name and self.isClass):
AttributeError: 'str' object has no attribute 'name'
Is there a version that handles do/while?
Mathew