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 35384

Summary: Infinite loop in New Wizard - Jar File
Product: obsolete Reporter: Jan Becicka <jbecicka>
Component: jarpackagerAssignee: issues@obsolete <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P1    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: Thred dump
Stack trace

Description Jan Becicka 2003-08-12 14:16:51 UTC
I tried to creat a new jar build target, but I
come across infinite loop in step 4. (content
specification).

Full thread dump and exception are attached
Comment 1 Jan Becicka 2003-08-12 14:17:12 UTC
Created attachment 11281 [details]
Thred dump
Comment 2 Jan Becicka 2003-08-12 14:18:02 UTC
Created attachment 11282 [details]
Stack trace
Comment 3 Ondrej Rypacek 2003-08-18 14:04:22 UTC
I don't uderstand this report. I see a NullPointerException in looks. 
What does that "infinite loop" mean? Could you please explain this to me? 
Comment 4 Jan Becicka 2003-08-18 14:54:13 UTC
Infinite loop mean, that the IDE did a strange thing: it repeatedly
throw exceptions. This process was endless.
Comment 5 Ondrej Rypacek 2003-08-19 15:16:43 UTC
This is a looks problem -- note the exception trace. The same
exception appears often in other occasions.

JarPackager probably catalyzes the problem as it sweeps over all
source/resouce/build target descriptors and tries to acquire looks for
them. 

*** This issue has been marked as a duplicate of 35380 ***