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 - com.sun classes from JDK are shown in code completion
Summary: com.sun classes from JDK are shown in code completion
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-07 20:06 UTC by Chris Webster
Modified: 2011-12-20 17:04 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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).