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 101737

Summary: Reverse Engineering shows 2-dimensional arrays for Collection types
Product: uml Reporter: Alexandr Scherbatiy <sunflower>
Component: Reverse EngineeringAssignee: Craig Conover <conover>
Status: VERIFIED FIXED    
Severity: blocker Keywords: REGRESSION
Priority: P2    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Main element

Description Alexandr Scherbatiy 2007-04-19 11:26:23 UTC
I use all-nbms-griffin_fixes-070418_1-ml.zip 

Steps to reproduce:

- Reverse engineer the 'Main' class
  ----------------------------------------------------
  import java.util.List;
  import java.util.Set;

  public class Main {
    public Set<Object>  op(List<String> stringList){
        return null;
    }
  }
  ----------------------------------------------------
- Put the Class element on the Class diagram
  The operation of the element has 2-dimensional array types:
  public Object[0..*,0..*] op(String stringList[0..*,0..*])
Comment 1 Alexandr Scherbatiy 2007-04-19 11:27:52 UTC
Created attachment 41238 [details]
Main element
Comment 2 Craig Conover 2007-04-20 01:43:59 UTC
A backported fix for issue 101255 fixed this issue.
Comment 3 Alexandr Scherbatiy 2007-04-20 10:35:36 UTC
verified in all-nbms-griffin_fixes-070419_3-ml.zip