Tag Archives: eclipse

Organising Eclipse static imports

By default Eclipse “Organise imports” doesn’t deal with static imports, so if you are using JUnit and want to write something like assertEquals(), it won’t be imported. However, you can add static imports to your Java preferences to get them … Continue reading

Posted in Eclipse, Java | Tagged , | Leave a comment