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 213367

Summary: AssertionError at org.netbeans.modules.csl.editor.hyperlink.GoToSupport.getIdentifierSpan
Product: editor Reporter: david.zapata
Component: CSL (API & infrastructure)Assignee: Milutin Kristofic <mkristofic>
Status: RESOLVED DUPLICATE    
Severity: normal CC: jva, luki100011
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 188786
Attachments: stacktrace

Description david.zapata 2012-06-01 08:28:44 UTC
This bug was originally marked as duplicate of bug 198677, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.2 Beta (Build 201205031832)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.6-b01, Java(TM) SE Runtime Environment, 1.6.0_31-b05
OS: Windows 7

User Comments:
GUEST: I finished writting a line of code and pressed "HOME" so I could get back to the beginning of that line. (I forgot to add something).

GUEST: Editing a PHP file - I copied some text




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.csl.editor.hyperlink.GoToSupport.getIdentifierSpan(GoToSupport.java:346)
   at org.netbeans.modules.csl.editor.hyperlink.GsfHyperlinkProvider.getHyperlinkSpan(GsfHyperlinkProvider.java:77)
   at org.netbeans.modules.csl.editor.hyperlink.GsfHyperlinkProvider.isHyperlinkPoint(GsfHyperlinkProvider.java:73)
   at org.netbeans.lib.editor.hyperlink.HyperlinkOperation.findProvider(HyperlinkOperation.java:285)
   at org.netbeans.lib.editor.hyperlink.HyperlinkOperation.performHyperlinking(HyperlinkOperation.java:245)
   at org.netbeans.lib.editor.hyperlink.HyperlinkOperation.keyPressed(HyperlinkOperation.java:401)
Comment 1 david.zapata 2012-06-01 08:28:50 UTC
Created attachment 120182 [details]
stacktrace
Comment 2 Milutin Kristofic 2012-06-04 16:36:01 UTC

*** This bug has been marked as a duplicate of bug 211759 ***