Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7093855
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T08:29:29+00:00 2026-05-28T08:29:29+00:00

The question How do I configure automatically generated setter stuff in Eclipse? Specifically, how

  • 0

The question

How do I configure automatically generated setter stuff in Eclipse?

Specifically, how do I configure stuff in the following list?

  1. Make the setter parameter final.
  2. Use the name newValue as the parameter name.
  3. Don’t use this. when in the assignment.

Explanation

Currently, Eclipse generates setters like this:

private String blammo;

public void setBlammo(String blammo)
{
  this.blammo = blammo;
}

I would like to configure Eclipse to generate setters like this:

private String hooty;

public void setHooty(final String newValue)
{
  hooty = newValue;
}

Edit:

Why, you say?

This is strictly my opinion.

  1. Final parameters = good. Not final parameters = careless.
  2. newValue makes sense and fits well with #3 below. Do you really need to identify the value that the setHooty method will be setting? If yes, then your code has issues.
  3. this.hooty; why use this to reference my own menbers? I believe it adds no value and thus serves only to obfuscate the code.
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T08:29:30+00:00Added an answer on May 28, 2026 at 8:29 am

    Unfortunately eclipse will not do that for you but there is a workaround. You can create a template for your setter and getter method and perform actions using Window->Preferences->Java->Editor-Save Actions.

    You can see existing and create new template using Window->Preferences->Java->Editor->Templates.

    This question is discussed here in detail.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Related question How to configure IntelliJ IDEA and/or Maven to automatically add directories with
Question: How do I configure Grails to send an e-mail with all log4j error
I've configured CEDET for emacs following Alex article (great!!). Now, the questions: I've generated
My Eclipse is configured ' Project '->' Build Automatically '. There are large number
Question as stated in the title.
Question is pretty self explanitory. I want to do a simple find and replace,
Question Alright, I'm confused by all the buzzwords and press release bingo going on.
Question in the title. And what happens when all 3 of $_GET[foo] , $_POST[foo]
Question Can I build a image database/library that has an e-commerce style checkout system
Question says it all, really. My application is a time tracker. It's currently written

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.