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 113446 - Hyperlink assertion
Summary: Hyperlink assertion
Status: RESOLVED DUPLICATE of bug 106218
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-22 03:44 UTC by Torbjorn Norbye
Modified: 2007-08-22 03:49 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 Torbjorn Norbye 2007-08-22 03:44:54 UTC
I was repeatedly building, hitting ctrl-. to jump to the error and shift-f11 to rebuild, over and over again.

Suddenly ctrl-. didn't work and I got an assertion message. Clicking on the link with the mouse gave the same result. I
seem to remember filing this before, and Jesse adding some more logging to the assertion in case it should happen again.
Hopefully this trace is more helpful than last time:

java.lang.AssertionError:
this=Hyperlink[file:/Users/tor/netbeans/work/ruby/projects/src/org/netbeans/modules/ruby/rubyproject/templates/NewRubyFileWizardIterator.java:97:34:-1:-1]
ran=true encounteredThis=false modifiedThis=false
hyperlinks=[Hyperlink[file:/Users/tor/netbeans/work/nbbuild/templates/common.xml:93:-1:-1:-1]]
hyperlinks.contains(this)=true
	at org.apache.tools.ant.module.run.Hyperlink.updateLines(Hyperlink.java:154)
	at org.apache.tools.ant.module.run.Hyperlink.outputLineAction(Hyperlink.java:96)
	at org.netbeans.core.output2.Controller.sendCaretToError(Controller.java:760)
	at org.netbeans.core.output2.Controller.actionPerformed(Controller.java:376)
	at org.netbeans.core.output2.Controller$ControllerAction.actionPerformed(Controller.java:1293)
        ...
Comment 1 Jesse Glick 2007-08-22 03:49:49 UTC

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