This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 94885

Summary: com.sun classes from JDK are shown in code completion
Product: java Reporter: Chris Webster <cwebster>
Component: SourceAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Chris Webster 2007-02-07 20:06:10 UTC
I noticed that com.sun classes are shown in code completion. I think it would be
better to not show these classes by default as this affects the portability of
an application.
Comment 1 _ gtzabari 2011-12-20 17:04:40 UTC
Please note that not all com.sun.* packages should be hidden. For example, Jersey publishes com.sun.jersey.multipart.MultiPart which is used by end-users (and is portable).