Embedded spaces in method calls cause JavaEntityResolver to puke:
java://foo.bar.Baz(foo,bar); // this works java://foo.bar.Baz(foo, bar); // this will make you sad
The code is in bad need of refactoring too.
Log in to post a comment.