Configuration:
Build: #511
OS: Windows 2000
JDK: Sun 1.3.1_01
VM: Java HotSpot

I've found that the IDE is generating internal assertions when selecting the
method Introspector.getBeanInfo().  If I'm using the code below with the
cursor after the dot for Introspector, press Ctrl-Space, and choose
getBeanInfo(Class beanClass) using my down arrow key and enter, I get a
series of internal assertions.  I haven't had any assertions with other
classes or methods.

Todd Idler

----------------

import java.beans.*;

public class Test
{
    public static void main(String[] args)
    {
        BeanInfo bi = Introspector.
    }
} 

----------------

Assertion stack trace:

[codeInsight] com.intellij.b.a: ASSERTION:
[codeInsight]   at com.intellij.b.b.a(b.java:46)
[codeInsight]   at com.intellij.codeInsight.bm.a(bm.java:13)
[codeInsight]   at com.intellij.codeInsight.highlighting.by.a(by.java:181)
[codeInsight]   at com.intellij.psi.impl.source.bq.a(bq.java:7)
[codeInsight]   at com.intellij.codeInsight.highlighting.bh.a(bh.java:47)
[codeInsight]   at com.intellij.codeInsight.highlighting.bh.run(bh.java:10)
[codeInsight]   at com.intellij.psi.impl.t.a(t.java:63)
[codeInsight]   at com.intellij.codeInsight.highlighting.r.run(r.java:6)
[codeInsight]   at java.lang.Thread.run(Thread.java:484)

_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to