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 14057 - ConstructorElement.getJavaDoc().getRawText() returns null
Summary: ConstructorElement.getJavaDoc().getRawText() returns null
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-07-31 09:56 UTC by support
Modified: 2007-09-26 09:14 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 support 2001-07-31 09:56:20 UTC
ConstructorElement.getJavaDoc().getRawText() returns null for ConstructorElement
that have not javadoc at all. But getJavaDoc () returns some JavaDoc object in
this case.

It is inconsistent behavior, IMO empty String should be returned.

If it is "as designed" it should be remarked in API documentation.
Comment 1 Petr Slegr 2001-07-31 09:57:53 UTC
I forgot to login...it is from me
Comment 2 Jan Becicka 2001-08-08 11:01:23 UTC
As designed
Comment 3 Jan Becicka 2001-10-19 12:53:16 UTC
Verified