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 98986 - RE Operation: Class name should be shown for static attributes
Summary: RE Operation: Class name should be shown for static attributes
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: Reverse Engineering (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Kris Richards
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-26 14:57 UTC by Alexandr Scherbatiy
Modified: 2007-06-26 21:07 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 Alexandr Scherbatiy 2007-03-26 14:57:05 UTC
Steps to reproduce:

- Reverse engineer the operation and create a Sequence diagram:
------------------------------------------------------
    void test(){
        System.out.println("Hello World!");
    }
------------------------------------------------------
- There is 'out:PrintStream' Lifeline on the diagram
  The 'out' attribute is a static attribute from System class.
  It will be more clear if class name will be part of static
  attribute signature like 'System.out:PrintStream'
Comment 1 Kris Richards 2007-06-26 21:07:54 UTC
this is working as designed. Changing priority and type.