Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Spell checker to include validation (warning) of reserved words?
Spell checker to include validation (warning) of reserved words? [message #666852] Sat, 23 April 2011 10:56 Go to next message
Jonathan Camilleri is currently offline Jonathan CamilleriFriend
Messages: 91
Registered: July 2009
Member
It is suggested that Eclipse IDE (spell checker) checks that Java reserved words are not used for naming programming objects (e.g. classes and variables), because according to feedback on my code it confuses existing Java programmers.
Re: Spell checker to include validation (warning) of reserved words? [message #667064 is a reply to message #666852] Mon, 25 April 2011 20:12 Go to previous message
Eric Rizzo is currently offline Eric RizzoFriend
Messages: 3070
Registered: July 2009
Senior Member
On 4/23/11 6:56 AM, Jonathan Camilleri wrote:
> It is suggested that Eclipse IDE (spell checker) checks that Java
> reserved words are not used for naming programming objects (e.g. classes
> and variables), because according to feedback on my code it confuses
> existing Java programmers.

First of all, reserved words are not allowed to be used as names, so I
don't know how such code would even compile. Maybe if you post an
example snippet of code your point would be more clear.

Second, if you do indeed end up with some idea for an enhancement, it
should be entered into Bugzilla: https://bugs.eclipse.org/bugs/
It's OK to discuss feature ideas here, but nothing will be actually
implemented unless it is recorded into Bugzilla. Keep in mind that the
backlog of feature requests is enormous, so any new requests will be
best received if they are accompanied by code patches.

Eric
Previous Topic:_card cannot be resolved [error]
Next Topic:Eclipse won't unzip
Goto Forum:
  


Current Time: Thu Apr 25 05:18:57 GMT 2024

Powered by FUDForum. Page generated in 0.08964 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top