Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
bgColor#f9faff
borderStylesolid
titleContents

Table of Contents

...

Configuration

Application memory

Eclipse will perform terribly unless you give it a few GB of memory (RAM).

In the installation folder, find eclipse.ini . Ensure is contains the following JVM options:

Code Block
-Xms512m
-Xmx2g

...

  • Click "New Type..." and add "org.junit.jupiter.api.Assertions"

Editor > Templates:

Info
titleTODO

Create some updated templates for LogTools, JUnit 5, etc.


Code Style > Formatter:


Importing Gradle Projects

...