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 16608 - Order of loaders not remembered
Summary: Order of loaders not remembered
Status: CLOSED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 3.x
Hardware: Sun SunOS
: P2 blocker (vote)
Assignee: Vitezslav Stejskal
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-16 12:48 UTC by Jan Zajicek
Modified: 2003-07-01 14:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Zajicek 2001-10-16 12:48:27 UTC
dev #20011015

Reproduce:
In Options under the Object Types move i.e the Image data loader node under the
Textual Objects node. And add the 'txt' extension to the Image. Restart ide.
check in the Options or in the explorer 'sampledir'/examples/clock, that the
Image loader is again over the txtual one.
Maybe that this is as designed - if so then what sense has the change order
action over the Object types?
Comment 1 Jesse Glick 2001-10-22 09:12:31 UTC
This is definitely not as designed, changes to order of loaders in
Object Types as well as their properties are supposed to be
persisted...
Comment 2 phamernik 2001-10-22 16:06:17 UTC
There are actually two bugs:
- projects module doesn't save loaders correctly
- when projects module is switched off, NbProject class (from core 
should play this role) and it doesn't save loaders too.

=> I am going to transfer this bug to projects module and file new 
bug for NbProject.
Vita, I will try to fix both of them.
Comment 3 Vitezslav Stejskal 2001-10-23 12:40:57 UTC
Petre, thanks for investigation. I looked in projects module yesterday and the fix is clear to me now. I 
think it would be efficient to fix it there myself, but please make the fix in ...core.NbProject. Thanks.

Reassigning to vstejskal.
Comment 4 Vitezslav Stejskal 2001-10-23 12:41:39 UTC
Going to fix it.
Comment 5 Vitezslav Stejskal 2001-10-24 15:28:23 UTC
DataLoaderPool is serialized/deserialized by the NbProjectOperation, ModuleList was extended to correctly 
transfer loader pool info from previous (Nb 3.2) storage.

Fixed in main trunk.
Comment 6 Jan Zajicek 2001-10-25 14:37:55 UTC
dev#20011025
Comment 7 Quality Engineering 2003-07-01 14:18:07 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.