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 119129

Summary: I had a code window open and renamed an other class. The code window shows all uses of the renamed class as errors
Product: java Reporter: rdelaplante <rdelaplante>
Component: RefactoringAssignee: issues@java <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: rdelaplante
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description rdelaplante 2007-10-16 21:48:07 UTC
I had a web service class that uses a JPA entity.  I left that window open, right clicked the entity in the project tree
and renamed it. The service code window showed all the changes (import statement, comments, usages etc) but they all
showed as errors.  I have it a few seconds but it still showed errors.  I then opened the JPA entity class to see if it
had any errors. None.  I closed the entity class and now the service class no longer shows errors.
Comment 1 Jan Becicka 2007-10-19 09:37:19 UTC

*** This issue has been marked as a duplicate of 118784 ***