Skip to main content



      Home
Home » Newcomers » Newcomers » Generate constructors using Fields not convenient in 3.1M7
Generate constructors using Fields not convenient in 3.1M7 [message #64532] Mon, 16 May 2005 07:44
Eclipse UserFriend
Originally posted by: iwantit.gmail.com

i'd like the old style of auto generated constructor using fields.
// e.g. in 3.1M7
public class Test {
private int bookId;
private int listId;
// auto generate constructor
public Test( int id1, int id2 ) {
this.bookId = id1;
this.listId = id2;
}
}
when consturctor a new instance of Test, i am always confused by the two
ids.
i'd like the classic style of the constructor.
Previous Topic:auto-export to .jar files
Next Topic:Major compile errors
Goto Forum:
  


Current Time: Fri May 09 03:09:10 EDT 2025

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

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

Back to the top