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 32776 - Synchronization will not copy comments
Summary: Synchronization will not copy comments
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-09 17:44 UTC by miks
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 miks 2003-04-09 17:44:40 UTC
When the tool-->Synchronize action is called the 
synchronized methods will be copied without their comments.
I think that the method comment should be copied to the 
new class.
Comment 1 Jan Becicka 2003-04-10 08:46:25 UTC
Mikael, we decided not to synchronize comments. Javadoc tool does a
perfectly good job of collecting superclass javadoc comments.
Synchronizing the comments breaks this. See issue 7115.

Comment 2 miks 2003-04-10 21:55:39 UTC
Ok Thanks for quick answer.