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 98729

Summary: Find folders with small (1) number of resources
Product: ide Reporter: _ rkubacki <rkubacki>
Component: CodeAssignee: _ rkubacki <rkubacki>
Status: RESOLVED WONTFIX    
Severity: blocker CC: issues
Priority: P4 Keywords: PERFORMANCE
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description _ rkubacki 2007-03-22 20:23:03 UTC
These are not very friendly to our classloader architecture. 

Common pattern is to have .wstcref in separate package .wsmode and .wsgrp in
other two.

Sometimes this is a case for icons/layers or similar resources.
Comment 1 _ rkubacki 2007-07-03 19:21:06 UTC
Often a case for library wrappers. Some API/SPI packages. A lot of occurences in 3rd arty JARs. 

Mostly covered by BytecodeTest in core/test
Comment 2 Jana Maleckova 2008-09-16 08:26:57 UTC
Is this issue still valid? Please, rkubacki evaluated this. Thanks
Comment 3 _ rkubacki 2008-09-16 16:57:25 UTC
I think there was enough information for anyone who is familiar with (older) NetBeans architecture. Anyway, this is
obsolete after Petr's rewrite.