Tag Archives: IDE

Comparison Dialog in JUnit for Objects Other Than Strings

This article describes how to to compare objects in JUnit in case of test failure using the dialog known from comparing strings. Continue reading

Posted in Java | Tagged , , , | 2 Comments

Working With Static Imports in Eclipse

Eclipse has few that make working with static imports easier including keyboard shortcut for adding static import and favorite static members for code completion. Continue reading

Posted in Java | Tagged , , , | 2 Comments

Inspecting Java Non-Generated Sources in Intellij IDEA

Creating a custom scope in Intellij IDEA allows inspecting only Java non-generates sources in order to avoid false positives. Continue reading

Posted in Java | Tagged , , | Leave a comment

Java Collection Creation Templates in Intellij IDEA

Custom live templates in Intellij IDEA make creating generic collections in Java less cumbersome. Continue reading

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