Using the latest Java bundle, strings are not highlighted correctly: public class Foo { void bar(Object baz) { throw new RuntimeException(baz.toString() + "; void"); } } Trevor