Enhanced find usages support in NetBeans >= 7.1
In my opinion, Netbeans is one of the most intuitive Java IDE today, especially when it comes to maven development. There was just one missing feature I was always upset about. The IDE was not indexing classes and their dependencies in the local maven repository. So it was not possible to find referenced classes contained in maven projects that weren’t opened in the IDE. This is quiet annoying if you need to…