Title: Message
Hello,
This is fixed in #638,
Thanks for report

--
regards,
Alexey Kudravtsev.
JetBrains, Inc
http://www.intellij.com
"Develop with pleasure!"
 
 
"Steve Gutz" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]...
While uncommenting some code I inadvertently removed only one of the "/" characters (see below) and got the following exception.  Before IDEA would run again, I had to actually use another editor to remove the single "/" characters.
 
//  final PeerService thisService = this;
/  ( new Thread()
/  {
/   public void run()
//   {
    this.reallyHandlePeerMessage( mEnv );
//   }
//  } ).start();
 
[5519405]  ERROR - intellij.plugins.PluginManager -
[5519405]  ERROR - intellij.plugins.PluginManager - IntelliJ IDEA (Ariadna) 3.0
 Build #637
[5519405]  ERROR - intellij.plugins.PluginManager - JDK: 1.4.0_01
[5519405]  ERROR - intellij.plugins.PluginManager - VM: Java HotSpot(TM) Client
VM
[5519405]  ERROR - intellij.plugins.PluginManager - Vendor: Sun Microsystems Inc
.
[5519405]  ERROR - intellij.plugins.PluginManager - OS: Windows XP
[5519405]  ERROR - intellij.plugins.PluginManager -
java.lang.NullPointerException
        at com.intellij.codeInsight.f.a.cv.a(cv.java:126)
        at com.intellij.codeInsight.f.a.cv.visitIdentifier(cv.java:36)
        at com.intellij.psi.a.e.da.accept(da.java:1)
        at com.intellij.codeInsight.f.a.cv.a(cv.java:779)
        at com.intellij.codeInsight.f.a.k.a(k.java:66)
        at com.intellij.codeInsight.f.a.k.run(k.java:2)
        at com.intellij.openapi.application.a.d.runReadAction(d.java:214)
        at com.intellij.codeInsight.f.a.da.b(da.java:6)
        at com.intellij.codeInsight.f.a.da.a(da.java:12)
        at com.intellij.codeInsight.f.a.da.a(da.java:61)
        at com.intellij.codeInsight.f.a.ci.run(ci.java)
        at com.intellij.progress.c.a(c.java:20)
        at com.intellij.codeInsight.f.a.da.run(da.java:9)
 
Steve G�tz
Chief Technology Officer
nDevia Networks
3815 Autumnwood St.
Gloucester, ON, K1T 9G9
Telephone: (613) 521-8894
 

Reply via email to