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 155327 - Cannot add javadoc and sources for JAR
Summary: Cannot add javadoc and sources for JAR
Status: RESOLVED WORKSFORME
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P4 blocker (vote)
Assignee: Milan Kubec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-12 11:47 UTC by Tomas Danek
Modified: 2009-10-21 13:32 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 Tomas Danek 2008-12-12 11:47:12 UTC
Product Version: NetBeans IDE Dev (Build 200811140201)
Java: 1.6.0_04; Java HotSpot(TM) Client VM 10.0-b19
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)
Userdir: C:\Documents and Settings\Tomas\.netbeans\dev
-------------------
- created new j2se project
- added 2 jar files (from different disk)
- edited jar dependency for one of those jars, browsed for javadoc and sources folder -> clicked OK - Stack overflow..

java.lang.StackOverflowError
	at java.util.regex.Pattern$CharProperty.match(Pattern.java:3344)
	at java.util.regex.Pattern$Branch.match(Pattern.java:4114)
	at java.util.regex.Pattern$GroupHead.match(Pattern.java:4168)
...
...


rootcause cannot be found in stacktrace, 100% reproducible on my machine
Comment 1 Tomas Danek 2008-12-12 11:47:44 UTC
Milane, can you take a look at it?
Comment 2 Tomas Danek 2008-12-12 11:53:26 UTC
btw the same is reproducible when i tried to create j2se library and add sources there
Comment 3 Milan Kubec 2008-12-15 11:13:55 UTC
I'm not able to reproduce on Mac so far.
Comment 4 Tomas Danek 2008-12-15 12:57:06 UTC
so far was able to reproduce on my windows machine only with jfreechart1.0.9 sources..
Comment 5 Milan Kubec 2008-12-15 13:42:31 UTC
Lowering priority to P3, since it seems to be reproducible only with 1.0.9 jfreechart sources.
Comment 6 Milan Kubec 2009-01-05 15:47:36 UTC
Tomasi, did you identify why this issue shows up only with one particular version of the library?
Comment 7 Milan Kubec 2009-10-21 13:32:26 UTC
I'm not able to reproduce even with jfreechart sources (1.0.13).