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 agree with the step-wise approach. Maybe start with ones that have no chance of affecting the compiled code (commented out code, unused imports) and then take each next class of change in turn.
As of now, there are many
... and many many more (running code inspection reveals a massive amount of issues).
Furthermore, there are many inner classes, including inner classes within inner classes, which makes the code difficult to read.
The code should be cleaned up, probably not all at once, but rather stepwise.
The text was updated successfully, but these errors were encountered: