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 170826 - Won't allow me to edit a variable
Summary: Won't allow me to edit a variable
Status: RESOLVED INVALID
Alias: None
Product: groovy
Classification: Unclassified
Component: Grails (show other bugs)
Version: 6.x
Hardware: HP Windows Vista
: P3 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-24 17:03 UTC by douglasv
Modified: 2009-08-24 17:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Netbeans Won't let me alter variable name (219.86 KB, image/jpeg)
2009-08-24 17:04 UTC, douglasv
Details

Note You need to log in before you can comment on or make changes to this bug.
Description douglasv 2009-08-24 17:03:13 UTC
see attached jpg.

line 36 shows the error erroneously called by netbeans

This is an Integration Test in Grails

notice line 35 secondMessage in green and the ending s in black creating secondMessages
I typed secondMessage , then corrected myself by adding an s to make secondMessages, 
to which the netbeans editor would not accept my corrected word.
line 24 Message secondMessage = ... (seems to have played a part in this?)
Comment 1 douglasv 2009-08-24 17:04:16 UTC
Created attachment 86577 [details]
Netbeans Won't let me alter variable name
Comment 2 douglasv 2009-08-24 17:06:57 UTC
The code was outside the code block 
it was referencing