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

  • Home
  • SEARCH
  • 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 8168693
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T20:36:41+00:00 2026-06-06T20:36:41+00:00

If I start from an empty class (TestClass) in Netbeans and add the following

  • 0

If I start from an empty class (TestClass) in Netbeans and add the following empty constructor:

public void TestClass(String a, String b) {
}

is there a way to have netbeans automagically generate:

private final String a;
private final String b;

public void TestClass(String a, String b) {
    this.a = a;
    this.b = b;
}

I know that I can first create the 2 members and ask netbeans to auto-generate the constructor but I’m asking for the other way round.

For example, in eclipse, this can be achieved by pressing CTRL+1 on the constructor’s argument > assign parameter to new field.

  • 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-06-06T20:36:43+00:00Added an answer on June 6, 2026 at 8:36 pm

    You can write the empty constructor with the required signature. Then set the cursor next to a parameter and press Alt+ENTER.

    NetBeans will ask to create a new field. Press ENTER and NetBeans will write the code for you.

    I think you have to do it for each parameter separately, but I’m not sure.

    Generally, Alt+ENTER in NetBeans is similar to Ctrl+1 in Eclipse, also at other places.

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

Sidebar

Related Questions

Is there a way to get the Tortoisehg repository explorer to start from a
I have to solve the following constructor for a BinaryTree class in java: BinaryTree(GeneralTree<T>
I got the following ELO class from PHPClasses website. <?php class elo_calculator { public
I have the following ValidationRule class in WPF public class EmptyFieldValidationRule: BaseValidationRule { public
i have more viewcontroller that start from rootviewcontroller. So for example i start with
What's the best way to get a ol to start from 'x'? The start
I have a multipage reporting services report, and i would like to start from
Azure web role (MVC 3 project) wont' start with Twilio controller class I have
Suppose we start from scratch in Visual Studio 2010 and add a 'WCF Service
The following C# code: using System; namespace TrimTest { class Program { static void

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.