• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

MyEclipse Preference Setting

 
Ranch Hand
Posts: 515
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Some of the settings in MyEclipse are great. I'd have to admit, this is one of my favorite tools to use. I'm by no means an expert in MyEclipse or Eclipse for that matter but I certainly love using it. I'll get to the point, here's the problem I'm having. When I'm coding a standard data bean and I have not put in the getters and setters yet, MyEclipse wants to put in 'final' before my private data. I do NOT want to make it final. How do I turn off this �feature�? Maybe I turned in on by accident, I'm not sure. Could someone show me where this setting is?
 
Ranch Hand
Posts: 1880
Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can check with the Code templates in preference.
 
reply
    Bookmark Topic Watch Topic
  • New Topic