Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Java Eclipse - new 'NoOverLook' feature(NoOverLook - is a feature that suggest users on unnoticed errors .)
Java Eclipse - new 'NoOverLook' feature [message #642424] Wed, 01 December 2010 09:45
sandeep  is currently offline sandeep Friend
Messages: 1
Registered: December 2010
Junior Member
for Example-

<c:if test="${!empty param.Add}}">
</c:if>
in the above code we may accidentally introduce another '}' which will give wrong output.
------------------------------------------------------------ -------
String getTitle() {
return title;
}

the above getter of a POJO when accessed from a JSP will give an error.
------------------------------------------------------------ --------------
Expecting eclipse would address this problem
------------------------------------------------------------ --------------
Unnoticed errors eat time during development , and are major reason for serious errors in production.
Previous Topic:Re: Debug JDK source code
Next Topic:XML printing in Detail Formatters using Xerces
Goto Forum:
  


Current Time: Thu Apr 25 14:56:01 GMT 2024

Powered by FUDForum. Page generated in 0.03320 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top