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

Summary: RE Operation: Class name should be shown for static attributes
Product: uml Reporter: Alexandr Scherbatiy <sunflower>
Component: Reverse EngineeringAssignee: Kris Richards <krichard>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.