Muthu, > why is re-using declaration & variables in multiple jsp's, not a good > programming practice?
Reusing declaration is not bad at all. But do you consider reusing import statements to be a good practice? Do you consider the dependencies like "If you import file B into your JSP you should have already imported file A" to be a good practice? > i would expect a syntax checker report only errors as errors, not flag valid > code as errors because the syntax checker is confused. As I already said it is really difficult to implement this feature in full detail. Even more: this feature gives more questions, than answers. -- Best regards, Mike Aizatsky. ------------------------------ JetBrains, Inc / IntelliJ Software http://www.intellij.com "Develop with pleasure!" _______________________________________________ Eap-bugs mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-bugs
