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

Summary: UML comments are breaks by fix import
Product: java Reporter: m1k0 <m1k0>
Component: EditorAssignee: Jan Lahoda <jlahoda>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: video codec H264, please watch on mplayer or VideoLan

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