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 200612

Summary: Refactor fails to get everything
Product: java Reporter: jarome <jarome>
Component: RefactoringAssignee: Ralph Ruijs <ralphbenjamin>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P3    
Version: 7.0.1   
Hardware: Macintosh   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:
Attachments: the refactor failed

Description jarome 2011-08-02 20:24:55 UTC
Created attachment 109755 [details]
the refactor failed

I made a new database windowed Java application. It never asked me for the package name.
So when it was done, I clicked on the reta package and did refactor. But, inside the generated RETAView.java, the refactoring failed to change the generated variable
   private java.util.List<reta.Messages> list;
And it is grayed out, so I can't change it!
Comment 1 Ralph Ruijs 2011-10-12 11:09:50 UTC
Sorry, I'm not able to reproduce this bug. Are you able to reproduce the
issue? If so, could you please create a simple test case and attach it to the
issue? Thanks.