Archive for August 5th, 2008

Why I post only once every 2 years…

Tuesday, August 5th, 2008

Well, I figure I owe everyone an explanation. It's pretty simple. I don't really do anything interesting at the moment, so I don't have much to share. This, my friends is as exciting as it gets. [java] public ArrayList getTotalByUnitFilterGroup(FormPojo form) throws SQLException{ Connepion conn = null; PreparedStatement pstmt = null; ResultSet ...

Top 20 Eclipse shortcuts

Tuesday, August 5th, 2008

Eclipse 3.3 and above shortcuts:- Show Key Assist                         - Ctrl + Shift + L Quick Fix                                    - Ctrl+1 Quick Assist                               - Ctrl+2 Find Text in Workspace              - Ctrl+Alt+G Show Refactor Quick Menu         - Alt+Shift+T Refactoring -- Rename               - Alt+Shift + R Refactoring - Extract Method     - Alt + Shift + ...