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 - Reverse Engineering shows 2-dimensional arrays for Collection types
Summary: Reverse Engineering shows 2-dimensional arrays for Collection types
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: Reverse Engineering (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Craig Conover
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2007-04-19 11:26 UTC by Alexandr Scherbatiy
Modified: 2007-05-11 15:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Main element (22.98 KB, image/png)
2007-04-19 11:27 UTC, Alexandr Scherbatiy
Details

Note You need to log in before you can comment on or make changes to this bug.
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