I have inherited a Java WebApp that contains the majority of its business logic in a 16K line BeanShell File.
I am looking for something that will validate my BeanShell files so I know at least it is working as it should, if I could debug the script even better.
Any help to a tired and frustrated developer would be appreciated.