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 26237 - Gratuitous loader ordering constraints
Summary: Gratuitous loader ordering constraints
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Peter Zavadsky
URL:
Keywords:
Depends on:
Blocks: 18750
  Show dependency tree
 
Reported: 2002-08-02 20:01 UTC by Jesse Glick
Modified: 2003-12-11 14:26 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
Suggested patch (4.57 KB, patch)
2002-08-02 20:09 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 2002-08-02 20:01:59 UTC
I am not sure why these were here, but I would
like to remove them. Various modules requested
that their loaders come before .txt and after
.java. Comment in change logs does not explain
anything, e.g. image/manifest.mf:

revision 1.27
date: 2001/05/28 06:42:51;  author: pzavadsky; 
state: Exp;  lines: +2 -1
Image data loader install before text one and
after java one.

Everything seems to work fine without these
constraints. Text loader however was trying to
recognize .properties and .dtd, which it clearly
does not own; this should not be necessary. Also
asking text loader to handle text/plain in case
file extension alone does not suffice.
Comment 1 Jesse Glick 2002-08-02 20:09:05 UTC
Created attachment 6998 [details]
Suggested patch
Comment 2 Peter Zavadsky 2002-08-07 12:34:20 UTC
Applied the patch into [trunk]. Thanks.