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 - AssertionError at org.netbeans.modules.openfile.DefaultOpenFileImpl.openDocAtLine
Summary: AssertionError at org.netbeans.modules.openfile.DefaultOpenFileImpl.openDocAt...
Status: NEW
Alias: None
Product: utilities
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-14 19:29 UTC by Vitex
Modified: 2016-01-11 14:36 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 221679


Attachments
stacktrace (1.48 KB, text/plain)
2015-12-14 19:29 UTC, Vitex
Details

Note You need to log in before you can comment on or make changes to this bug.
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