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 70710 - [50cat] Override dialog doesn't copy javadoc
Summary: [50cat] Override dialog doesn't copy javadoc
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2005-12-21 19:10 UTC by gugrim
Modified: 2007-09-26 09:14 UTC (History)
2 users (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 gugrim 2005-12-21 19:10:38 UTC
[ BUILD # : 200512202030 ]
[ JDK VERSION : 1.5.0_05 ]

The dialog "Override and Implement Methods" has a
checkbox titled "Copy Javadoc". Checking this does
not have any effect.
Comment 1 Jan Becicka 2005-12-22 09:15:29 UTC
The regression was cause by issue 68472.
The fix is simple:
Checking in JMIInheritanceSupport.java;
/cvs/java/src/org/netbeans/modules/java/tools/JMIInheritanceSupport.java,v  <--
 JMIInheritanceSupport.java
new revision: 1.19; previous revision: 1.18
done
Comment 2 Daniel Prusa 2005-12-22 09:35:43 UTC
Fix is correct and can be integrated into release50.
Comment 3 Pavel Flaska 2005-12-22 09:36:24 UTC
The fix is very simple and can be merged. Reviewed.
Comment 4 Jan Becicka 2005-12-22 13:27:45 UTC
Milane, please test it. Thanks.
Comment 5 Max Sauer 2005-12-23 11:00:12 UTC
I haven't encoutered any problems with the fix inside build 200512221900.
Comment 6 Daniel Prusa 2005-12-23 12:07:05 UTC
Fix merged into release50 branch.

Checking in JMIInheritanceSupport.java;
/cvs/java/src/org/netbeans/modules/java/tools/JMIInheritanceSupport.java,v  <--
 JMIInheritanceSupport.java
new revision: 1.18.4.1; previous revision: 1.18
Comment 7 gugrim 2005-12-27 12:58:21 UTC
Tested with 200512262030