> eclipse doesnt catch this, neither does javac i dont think :| they catch > generics and other language constructs, but you can still import classes > like stringbuilderNot if you use the JDK 1.4 lib as the syslib of your project. Which is why that project file is committed like that.
Or maybe not. Just tested it and indeed it doesn't catch it. Weak! I guess it could work if you set the default JDK to 1.4. Or it might be a bug (can't think why this would be allowed). Eelco
