Like most Java developers I have a hatred for null values. They are incredibly annoying to deal with and Java gives you no good way to handle them. “Scripting” languages tend to be much more forgiving of null values which is one of the reasons they are popular. But, if you’re in Java, what are [...]
Entries Tagged as 'IntelliJ'
Dark Pastels theme for IntelliJ IDEA
February 26th, 2009 · View Comments · Java
I’ve been using the ported Vibrant Ink theme for IntelliJ IDEA for a while but got envious looking at the Dark Pastels theme for NetBeans. I took a few minutes to adjust the Vibrant Ink theme to match the color scheme in Dark Pastels. You can see the results here:
Unfortunately there’s no way to adjust [...]
Code Quality
September 22nd, 2008 · View Comments · Consulting
I use IntelliJ IDEA as my Java IDE. I started using it back when it was demonstrably superior to every other Java IDE. Time has passed and it’s still superior but not nearly by the same margin. Thanks to the Eclipse plug-in system and the Sun push on NetBeans the other IDE’s have passed it [...]
Tags:.Net·CheckStyle·Consulting·Eclipse·FxCop·IntelliJ·Java·PMD
