You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to convert some old Java class to python using your utility and for the most part it worked awesome!
However, these were a couple of issues:
Conversion lost some lines of code along with most of the comments. For example, see assignment to the 'name' variable in the constructor. This made me go and compare every single line just to make I have not lost anything. This is probably my main issue with tool.
Some of the member functions got the 'self' pointer, while others for some reason got 'cls'. Not sure why, but this was completely unnecessary.
The tool did not prepend the calls to member functions with .self.
I was trying to convert some old Java class to python using your utility and for the most part it worked awesome!
However, these were a couple of issues:
My Java file
Output Python file
Thanks very much for your efforts!
Maksym
The text was updated successfully, but these errors were encountered: