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 114681 - Fail to generate qualified name
Summary: Fail to generate qualified name
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: Code Generation (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: Viktor Lapitski
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2007-09-04 19:37 UTC by Sherry Zhou
Modified: 2007-09-06 22:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sherry Zhou 2007-09-04 19:37:48 UTC
build 20070904 (beta1)

1. Create a class diagram and  add attributes and operator as below:  
      private java.io.File att
      public java.io.File op1()
2. Invoke code generation
-- the fully qualified name for att and op1 are not generated correctly as shown below

public class MyClass1 {

    private java att;
 
    public MyClass1 () {
    }

    public java op1 () {
        return null;
    }
}
Comment 1 Sherry Zhou 2007-09-04 19:40:12 UTC
Don't see the problem in early build (build 830)
Comment 2 Viktor Lapitski 2007-09-05 01:21:21 UTC
fixed.
Comment 3 Viktor Lapitski 2007-09-05 01:21:58 UTC
fixed.
Comment 4 Sherry Zhou 2007-09-05 23:36:46 UTC
The fix should go to beta1
Comment 5 Viktor Lapitski 2007-09-06 01:29:15 UTC
integrated into release60_beta1 branch as well.
Comment 6 Sherry Zhou 2007-09-06 22:11:04 UTC
verified in beta1 build 0709060000