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 134453 - UML comments are breaks by fix import
Summary: UML comments are breaks by fix import
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All Linux
: P3 blocker (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-03 12:34 UTC by m1k0
Modified: 2009-11-02 10:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
video codec H264, please watch on mplayer or VideoLan (103.38 KB, video/avi)
2008-05-03 12:35 UTC, m1k0
Details

Note You need to log in before you can comment on or make changes to this bug.
Description m1k0 2008-05-03 12:34:25 UTC
I have code
<code>
// <editor-fold defaultstate="collapsed" desc=" UML Marker "> 
// #[regen=yes,id=DCE.6CBEF3A2-B0F2-7BAF-EF3F-C8FFAB160156]
// </editor-fold> 
@Entity
public class Locality {
    
    // <editor-fold defaultstate="collapsed" desc=" UML Marker "> 
    // #[regen=yes,id=DCE.D8C5DD96-78B8-C898-324D-78BAA00C367A]
    // </editor-fold> 
    private Country country;

</code>

when I insert line
"@OneToMany" 
before
"private Country country;"

UML comment are destroyed by fixing imports

Look at screencast, please.
Comment 1 m1k0 2008-05-03 12:35:44 UTC
Created attachment 61004 [details]
video codec H264, please watch on mplayer or VideoLan
Comment 2 Jan Becicka 2008-11-12 09:31:31 UTC
Later
Comment 3 Quality Engineering 2009-11-02 10:57:28 UTC
NetBeans.org Migration: changing resolution from LATER to WONTFIX