Preferences:Misc
Options:
- Enable plugin for inner classes
- Add //$NON-NLS-n$ comments at the end of line [Pro version only]
- Enable anonymous class support [Pro version only]
-
If checked, logger statements will also generated in inner classes.
-
If checked, //$NON-NLS-n$ will be generated at the end of each logger statement.
Example:
logger.debug("myMethod(str=" + str + ") - start"); //$NON-NLS-1$ //$NON-NLS-2$
-
If checked, the name of the anonymous inner class type will be prepended.
Example:
logger.debug("Listener$myMethod(str=" + str + ") - start");