This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 169218 - jsp error annotation doesn't show message after pressing Alt+Enter
Summary: jsp error annotation doesn't show message after pressing Alt+Enter
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 6.x
Hardware: Sun All
: P3 blocker (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-27 13:04 UTC by Jindrich Sedek
Modified: 2016-07-07 08:56 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jindrich Sedek 2009-07-27 13:04:44 UTC
use this code in JSP file:
--------------------
  <jsp:element name="">
      <jsp:attribute />
  </jsp:element>
--------------------
attribute tag is missing "name" attribute ->error annotation is show.. OK
move cursor at position of marked line
press Alt+Enter -> the error message should be shown, but nothing happens; text is shown only as a tooltip after 
putting mouse over the text

Note: see behavior of CSS or java annotations

h1 {
  azimuth: rightward;
}
Comment 1 Marek Fukala 2009-08-17 14:10:11 UTC
This is because of the JSP error annotations are proprietary implemented and doesn't use the hints api at all. Changing
to enhancement.
Comment 2 Martin Balin 2016-07-07 08:56:31 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss