1. Rapid logger creation in Eclipse

    In Eclipse it's possible to create easy to insert templates. Probably you have used "main" template by typing "main" and pressing Ctrl + Space to create main method. You also probably have faced the problem of logging huge amount of classes, and everywhere you needed to use logger factory, type ...

    Tagged as : Eclipse
  2. Configuring warnings in Eclipse

    It's possible to tell Eclipse which code should lead to warning, which to error and which should be handled as normal.

    You need to do the following two steps for this purpose:

    1. Open Window -> Preferences -> Java -> Compiler -> Errors/Warnings.
    2. Change properties in the way you want.

    My settings are ...

    Tagged as : Eclipse

Page 1 / 1