corner imagecorner image
IDEPlatformPluginsDocs & SupportCommunityPartners

toString()-Utility[NB 6.1, 6.5 supported] - plugin detail

toString() for java.

n/a
Plugin owner: sougata26
Website: http://sourceforge.net/projects/nb-utils/files/
Added: 2009-09-07
Last updated: 2009-10-09
NetBeans Versions: 6.1, 6.5
License: GNU
Category:
Size: 0.02 MB
Downloaded: 243 times
Rating:
 3.91, by 3 users


Download plugin

Verifications for NetBeans versions

Plugin is not subject to any verification

Introduction

How to Generate

   Right click on the java editor
or
   Select the .java on the FIleType Context i.e by selecting .java from Files or Projects window.

What's new in this version

Control Panel:Window provided to configure preferences.....
  1. Field Concatenation : An option to select StringBuffer or StringBuilder or String to concatenate the field(s).
  2. Preview : Preview the toString() in the control panel.
  3. Overwrite toString() : Checkbox provided to overwrite existing toString() or not.
  4. Modifiers : An option to check/uncheck modifiers to be excluded [Variables with these modifiers will not be considered for toString()].
  5. Auto Annotation : Option provided to generate annotation automatically [Check JDK to use this feature].
  6. Array As List : Option provided to generate array as Array.asList(...).
  7. Default Settings : Option provided to revert back to default settings.

Note1: To use control panel, Click Tools->Options->Miscellaneous->toString().
Note2: Settings will be stored, i.e every time you open the NB, you will get the last settings.

[ You have to be logged in to be able to comment. ]

User Comments

  

One Nice plugin to ease our work

The toString() plugin saves a lot of time in my development activity. It also gives the flexibility to choose between various datatypes, which is indeed a remarkable feature .

Thanks Sougata . Keep up the good work.!!

Cheers!!
Posted by sontu05 on Sep 14, 2009