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

Summary: Simplify JavadocModule
Product: java Reporter: Jesse Glick <jglick>
Component: JavadocAssignee: issues@java <issues>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: TASK Exception Reporter:
Attachments: Suggested patch

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.