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 166072 - NullPointerException at org.netbeans.modules.scala.editing.GsfElement.getName
Summary: NullPointerException at org.netbeans.modules.scala.editing.GsfElement.getName
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Scala (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ dcaoyuan
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-27 03:35 UTC by muta244
Modified: 2009-05-27 03:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 151570


Attachments
stacktrace (1.75 KB, text/plain)
2009-05-27 03:36 UTC, muta244
Details

Note You need to log in before you can comment on or make changes to this bug.
Description muta244 2009-05-27 03:35:59 UTC
Build: NetBeans IDE 6.7 Beta (Build 200904242137)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-133, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b06-284
OS: Mac OS X, 10.5.7, i386

User Comments:
GUEST: Debuging and coding at the same time. The quicktip popuped and crashed.

muta244: Ctrl + Enter

GUEST: trait GreetingTrait {
    
    def toString() : String = {
        return super. <<CODE COMPLETION HERE>>
}
}

}

muta244: ??????????? . ??????



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 muta244 2009-05-27 03:36:07 UTC
Created attachment 82831 [details]
stacktrace