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 163149 - IllegalArgumentException: URI is not absolute
Summary: IllegalArgumentException: URI is not absolute
Status: VERIFIED DUPLICATE of bug 162907
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Vitezslav Stejskal
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-20 18:43 UTC by Jindrich Sedek
Modified: 2009-04-24 15:54 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 149836


Attachments
stacktrace (2.34 KB, text/plain)
2009-04-20 18:43 UTC, Jindrich Sedek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jindrich Sedek 2009-04-20 18:43:49 UTC
Build: NetBeans IDE 6.7 Beta (Build 200904192254)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: SunOS, 5.11, x86

User Comments:
jsedek: use this code in HTML file:
---------------
        <script>
            function f(){
                b
            }
        </script>
---------------
invoke cc at position of "|" -> IAE is thrown



Stacktrace: 
org.netbeans.modules.parsing.spi.ParseException
        at org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:191)
        at org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:99)
        at org.netbeans.modules.csl.editor.completion.GsfCompletionProvider$JavaCompletionQuery.query(GsfCompletionProvider.java:319)
        at org.netbeans.spi.editor.completion.support.AsyncCompletionTask.run(AsyncCompletionTask.java:218)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:573)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1005)
Comment 1 Jindrich Sedek 2009-04-20 18:43:53 UTC
Created attachment 80535 [details]
stacktrace
Comment 2 Jindrich Sedek 2009-04-20 18:53:45 UTC
it's impossible to use CC in javascipt embedded in HTML - should be fixed in beta -> P1
Comment 3 Jindrich Sedek 2009-04-20 19:25:34 UTC
the problem is valid also in standalone JS file -> just invoke cc for: 
 b|
Comment 4 Marek Fukala 2009-04-21 07:28:50 UTC
Fixed by Vita's fix of issue #162907. Reassigning to Vita so he know the fix needs to be transplanted to beta.

*** This issue has been marked as a duplicate of 162907 ***
Comment 5 Marek Fukala 2009-04-21 07:30:39 UTC
reopen
Comment 6 Marek Fukala 2009-04-21 07:33:00 UTC

*** This issue has been marked as a duplicate of 162907 ***
Comment 7 Jindrich Sedek 2009-04-24 15:54:37 UTC
v.
NetBeans IDE Dev (Build web-main-465-on-090424)