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 134025 - RE-OP: 1st message from re-op sequence diagram leaves a big gap from the lifeline
Summary: RE-OP: 1st message from re-op sequence diagram leaves a big gap from the life...
Status: RESOLVED WONTFIX
Alias: None
Product: uml
Classification: Unclassified
Component: Reverse Engineering (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-26 03:04 UTC by Peter Lam
Modified: 2009-01-26 19:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
reop seq diagram (38.55 KB, image/png)
2008-04-26 03:05 UTC, Peter Lam
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Lam 2008-04-26 03:04:45 UTC
build 20080425

Re-op the following source. The first message which is the create message from "self : TestLoopFor" started from about 1
inch down leaving a big gap. Will save some space for larger diagram if the 1st message will start a bit higher. See
attached screenshot.
  
    public void testLoopWhile1(){
        boolean flag = true;
        while(flag){
            flag = !flag;
        }
    }
Comment 1 Peter Lam 2008-04-26 03:05:14 UTC
Created attachment 60719 [details]
reop seq diagram
Comment 2 Sergey Petrov 2008-09-01 15:48:20 UTC
in my opinion it's not really "big gap" and allow some space for modifications including font modifications. will not be
fixed in 6.5.
Comment 3 Sergey Petrov 2009-01-26 19:06:28 UTC
reconsider as not a bug with justification in prev comment.