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 18205 - The node display for a java node does not represent the compiler provided no argument constructor
Summary: The node display for a java node does not represent the compiler provided no ...
Status: CLOSED INVALID
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All Solaris
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-11-29 21:44 UTC by Chris Webster
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

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 Chris Webster 2001-11-29 21:44:20 UTC
The java node representation does not provide a constructor node when no other
constructors are present, even though a public constructor will be automatically
supplied.
Comment 1 Svata Dedic 2001-11-30 05:39:41 UTC
This is actually as designed -- the node shows what's written in the 
source. Likewise the node does not show nodes for other compiler-
generated stuff (accessor methods for inner classes, local value 
holders for local classes etc).
Comment 2 Quality Engineering 2003-07-01 13:12:15 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.
Comment 3 Quality Engineering 2003-07-01 13:20:29 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.