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 38780 - Error Expression Property Editor help not correct
Summary: Error Expression Property Editor help not correct
Status: VERIFIED FIXED
Alias: None
Product: usersguide
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P4 blocker (vote)
Assignee: Patrick Keegan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-14 19:02 UTC by _ lcincura
Modified: 2004-01-19 11:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ lcincura 2004-01-14 19:02:42 UTC
The help states Error Expression Property Editor 
can be found by selecting any compiler and 
pressing ellipsis. But for internal compiler or 
Ant compilation there is no Error Expression 
Property.
Comment 1 Patrick Keegan 2004-01-16 17:17:37 UTC
fixed in 200401151900

/cvs/usersguide/javahelp/org/netbeans/modules/usersguide/compile/parse_error.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- parse_error.html	2003/02/13 11:39:49	1.7
  +++ parse_error.html	2004/01/14 19:36:45	1.8
  @@ -22,8 +22,15 @@

  -  and select any compiler type. Then click the ellipsis (...)
button in the Error 
  +  and select the compiler type that you are using. Then click the
ellipsis (...) button in the Error 
     Expression property.</p>
  +<table>
  +  <tr> 
  +    <td valign=top><img src="../images/tip.gif" alt="Note"></td>
  +    <td valign=top align=left>Some compiler types do not have an Error
  +Expression property.</td>
  +  </tr>
  +</table>
Comment 2 _ lcincura 2004-01-19 11:27:04 UTC
Verified in 200401181900