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 - Refactor fails to get everything
Summary: Refactor fails to get everything
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 7.0.1
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-02 20:24 UTC by jarome
Modified: 2011-10-12 11:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
the refactor failed (111.97 KB, image/png)
2011-08-02 20:24 UTC, jarome
Details

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