1. How to cause it to show warnings during "Clean and Build" ?
2. Eclipse has a button for automatic synchronization between the file you are editing and it's path in package explorer. Is it possible in NetBeans ?
3. When you browsing sources of external library in Eclipse, the package explorer shows which jar contains the current source. Is it possible to do in NetBeans ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have some questions about NetBeans:
1. How to cause it to show warnings during "Clean and Build" ?
2. Eclipse has a button for automatic synchronization between the file you are editing and it's path in package explorer. Is it possible in NetBeans ?
3. When you browsing sources of external library in Eclipse, the package explorer shows which jar contains the current source. Is it possible to do in NetBeans ?
I found answer on 1:
I am highly recommend to do this: http://www.billthelizard.com/2008/11/netbeans-pmd-plugin.html
Works fine, and show all unused stuff (imports, mehods, fields, ….).
I found answers on 2:
Ctrl+Shift+1 sets focus on currently edited file into "Projects" view.
Ctrl+Shift+2 sets focus on currently edited file into "Files" view.