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 14432 - Simplify JavadocModule
Summary: Simplify JavadocModule
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Javadoc (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-08-15 02:27 UTC by Jesse Glick
Modified: 2001-08-16 21:42 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
Suggested patch (1.91 KB, patch)
2001-08-15 02:27 UTC, Jesse Glick
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2001-08-15 02:27:19 UTC
1. readExternal & writeExternal, if they do nothing special, can be removed
entirely for a small performance gain from the module system.

2. The special filesystem is no longer actually used, the layer mount does it
all (with a different special filesystem).
Comment 1 Jesse Glick 2001-08-15 02:27:51 UTC
Created attachment 2175 [details]
Suggested patch
Comment 2 Petr Suchomel 2001-08-15 10:14:41 UTC
Could not removing GlobalLocalFileSystem carry backward incompability?
Comment 3 Petr Suchomel 2001-08-16 09:46:49 UTC
Applied
Comment 4 Jesse Glick 2001-08-16 21:42:08 UTC
Yes you are right re. backwards compatibility. Suggest though adding
writeReplace and/or readResolve returning null to the filesystem, and
@deprecate it as a reminder that it is there only for compatibility
reasons.