Tuesday, March 26, 2013

Must be a Typo - 25 Years Experience Required

I just got mail describing an SDET position in the Seattle area. Here is a snippet :

Must have At least 35 years experience in testing or development of databasedriven web applications or other enterprise software Solid Java or Groovy programming and testing experience...

I'm pretty sure web applications are a bit newer than 35 years :-)

Monday, March 25, 2013

IntelliJ Tip - Imports Code Styles

One of the coding standards I follow is that all imports must be fully qualified. Out of the box, IntelliJ 12 has is configured so that if I import more than 3 classes from a package then those imports are collapse into one import ending in '*'.

To fix this do :

In IDE, click the wrench icon on top toolbar.
Then pick Code Style / Java and then 'Imports' tab

Set "Class count to use import with '*': to '999'.