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 50261 - "got a hyperlink for Clazz.run NPE" error in JavaAntLoggerTest.testHyperlinkTest
Summary: "got a hyperlink for Clazz.run NPE" error in JavaAntLoggerTest.testHyperlinkTest
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2004-10-12 09:15 UTC by Milan Kubec
Modified: 2006-03-24 09:44 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 Milan Kubec 2004-10-12 09:15:09 UTC
[200410111800, JDK 1.4.2_x]

"got a hyperlink for Clazz.run NPE" error in
unit/stable tests for java/project.

testHyperlinkTest:

junit.framework.AssertionFailedError: got a
hyperlink for Clazz.run NPE
 at junit.framework.Assert.fail(Assert.java:47)
 at junit.framework.Assert.assertTrue(Assert.java:20)
 at
org.netbeans.modules.java.project.JavaAntLoggerTest.testHyperlinkTest(JavaAntLoggerTest.java:84)
...
Comment 1 Jesse Glick 2004-10-12 18:45:53 UTC
Passes for me incl. on JDK 1.4 & JDK 1.5, on Linux. What platforms?
test4u config?
Comment 2 Milan Kubec 2004-10-13 09:21:31 UTC
Still failing on test4u machines:
Windows 2000, JDK 1.5.0
Windows XP, JDK 1.4.2_05
Solaris, JDK 1.5.0
What particular are you interested in test4u config?
Comment 3 Jesse Glick 2004-10-13 18:41:26 UTC
Whether you tried it on Linux, of course, or which platforms are
failing, or which test4u configs I need to run to see the failure for
myself.
Comment 4 Jesse Glick 2004-10-13 19:38:17 UTC
The usual - expected a built source tree.
Comment 5 Jesse Glick 2004-10-13 19:48:08 UTC
I think it's fixed now; looks up junit.jar from the target build.
Comment 6 Milan Kubec 2004-10-14 10:01:00 UTC
Verified.