Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Filling a bug for the first time(Help in filling a bug for the first time)
Filling a bug for the first time [message #1794418] Thu, 30 August 2018 11:47 Go to next message
Ori Marko is currently offline Ori MarkoFriend
Messages: 2
Registered: August 2018
Junior Member
I'm using Eclipse Neon in java projects,

I think I found a bug about Refactoring and I wanted to report it ,but didn't find
relevant Platform/Component in bugzilla,

The bug description:

When I want to Extract Constant for example String value as "subject" while having a similar variable name (as subject):

String subject = "subject";
When Extracting Eclipse offers me SUBJECT2 although I don't have SUBJECT constant. It seems to be effected by the existing variable name.

Expected results: Eclipse should offer me SUBJECT.

*Note: even if subject variable isn't effectively final, still it suggest SUBJECT2

Is it really a bug and if so, what categories to choose when filling it?
Re: Filling a bug for the first time [message #1794550 is a reply to message #1794418] Sun, 02 September 2018 06:18 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33142
Registered: July 2009
Senior Member
I assume this is in Java, in which case you can use the following:

https://bugs.eclipse.org/bugs/enter_bug.cgi?product=JDT&component=UI


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:Crash
Next Topic:Problems installing new Software
Goto Forum:
  


Current Time: Fri Apr 26 14:26:18 GMT 2024

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

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

Back to the top