I'm about to do some work on this hideous old java web app a friend on mine inherited a while ago.
After I've set up tomcat, imported project and all that to my eclipse workspace I get this error that a method in the servlet exceeds the 65536 bytes limit.
The method may very well exceed that limit, it's several thousand loc. But the thing is, I've worked on this app before without getting this error, and according to the commit logs, no code has been added to the servlet since.
Can it be because this time I'm working on a macbook? Last time I worked on the app I used a HP desktop with ubuntu. Different java version, cpu architecture? Is this even possible?
Is there anything I can do except refactor the code?