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 257143

Summary: AssertionError at org.netbeans.modules.openfile.DefaultOpenFileImpl.openDocAtLine
Product: utilities Reporter: Vitex
Component: CodeAssignee: Jaroslav Havlin <jhavlin>
Status: NEW ---    
Severity: normal CC: Vitex
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 221679
Attachments: stacktrace

Description Vitex 2015-12-14 19:29:13 UTC
Build: NetBeans IDE Dev (Build 201512010002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.66-b17, Java(TM) SE Runtime Environment, 1.8.0_66-b17
OS: Linux

User Comments:
Vitex: Openg netbeans from xdebug by netbeans:///home/vitex/NetBeansProjects/netspot-maintainance/src/classes/PageTop.php?line=33 

with command 

#!/bin/bash
url=$1
file=${url#*//}
file=${file%?line=*}
line=${url#*line=}
netbeans --open $file:$line




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.openfile.DefaultOpenFileImpl.openDocAtLine(DefaultOpenFileImpl.java:222)
   at org.netbeans.modules.openfile.DefaultOpenFileImpl.access$000(DefaultOpenFileImpl.java:95)
   at org.netbeans.modules.openfile.DefaultOpenFileImpl$2.run(DefaultOpenFileImpl.java:199)
   at org.netbeans.core.windows.WindowManagerImpl$Exclusive$1.run(WindowManagerImpl.java:1563)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
Comment 1 Vitex 2015-12-14 19:29:15 UTC
Created attachment 157786 [details]
stacktrace