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

Summary: ConstructorElement.getJavaDoc().getRawText() returns null
Product: java Reporter: support <support>
Component: UnsupportedAssignee: issues@java <issues>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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