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 54837

Summary: UnprojectizedSourceForBinaryImpl does not recognize clusters containg . in name
Product: apisupport Reporter: Adam Sotona <asotona>
Component: ProjectAssignee: Jesse Glick <jglick>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: suggested fix

Description Adam Sotona 2005-02-10 15:53:24 UTC
For example nb4.1 and mobility7.1 cluster module
jars could not be recognized because he regular
expresion in
org.netbeans.modules.apisupport.project.UnprojectizedSourceForBinaryImpl
does not cound with dot in name of the cluster.
Comment 1 Adam Sotona 2005-02-10 15:56:18 UTC
Created attachment 20300 [details]
suggested fix
Comment 2 Jesse Glick 2005-03-11 23:38:52 UTC
Right, thanks.
Comment 3 Jesse Glick 2005-03-14 16:05:59 UTC
committed     Up-To-Date  1.21       
apisupport/project/src/org/netbeans/modules/apisupport/project/UnprojectizedSourceForBinaryImpl.java