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 7392 - JavaDoc comment cannot be in guarded block.
Summary: JavaDoc comment cannot be in guarded block.
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC All
: P4 minor (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-08-15 15:28 UTC by Jan Becicka
Modified: 2007-09-26 09:14 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 Jan Becicka 2000-08-15 15:28:33 UTC
Create some form and put some components(e.g. jLabel) in. Using PropertySheet
try to add some JavaDoc to comment jLabel. You will be warned: "Attempt to
modify guarded block". No changes are made in source. This is correct behavior,
but if you enter JavaDoc Comment from PropertySheet again, you will see your
comment, although in source code there is no one.
Comment 1 Svata Dedic 2000-08-15 15:33:59 UTC
Text of JavaDoc object is reverted to the previous value if it can't be written
into the source.
Comment 2 Quality Engineering 2003-07-01 13:17:26 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.