You need to log in before you can comment on or make changes to this bug.
The Java Completer should offer static methods for completion as if they were local. This already happens for already imported static methods, but it should also do this for static methods from user-specified classes, potentially with NetBeans shipping a good stock supply as default. This requires a UI similar to the "Java Code Completer Excluder" that I added as part of issue 125060.
There are several dupes of this RFE/bug report. Mainly: http://www.netbeans.org/issues/show_bug.cgi?id=89258 http://www.netbeans.org/issues/show_bug.cgi?id=71249 It would be great to see this in 6.7
@igorminar they are related, but not dupes. The first is about the hints system and the second for "Fix Imports". This RFE is for the code completer.