Win2k, JDK 1.3.1_03, build 620
I have a strange behaviour of IDEA: the current java-source-file is
marked
as changed (*) but click on save has no effect, neither has closing all
files
-> the file stays marked as changed.
IDEA highlights a compile error - but the code as visible in the editor
is
correct. go to declaration on the statement that is marked as error
goes
to the wrong statement (this statement has been changed).
in detail, this is the line of code that is marked erronous:
Vector v = m_tableModel.getVector();
If I move the mouse over it, the tooltip says
"Incompatible types: found Collection, need Vector",
whereas the method getVector() does return Vector.
The erronous line before modification used another method that did
return Collection,
in other words, IDEAs error-checking checks an outdated source.
the only exception on console is the well-known
IllegalComponentStateException.
Are these exceptions meaningless or do they indicate a problem?
best regards,
m.
PS: no reaction from Intellij, so I assume that there currently are
no plans to make jetbrains-news available for people behind firewalls -
this is sad, as I do not want to read them at home (time for other
hobbies ;-)
It might be possible to set up a http tunnel, but I have no experience
with this. Does anybody?
Exception occurred during event dispatching:
java.awt.IllegalComponentStateException: component must be showing on
the screen
to determine its location
at
java.awt.Component.getLocationOnScreen_NoTreeLock(Component.java:1237
)
at java.awt.Component.getLocationOnScreen(Component.java:1211)
at com.intellij.codeInsight.daemon.impl.bs.a(bs.java:11)
at com.intellij.codeInsight.daemon.impl.bs.a(bs.java:25)
at com.intellij.codeInsight.daemon.impl.bu.run(bu.java:1)
at com.intellij.d.r.run(r.java:1)
at
java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:149)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:332)
at com.intellij.ide.d.dispatchEvent(d.java:33)
at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh
read.java:126)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
ad.java:93)
at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:88)
at
java.awt.EventDispatchThread.run(EventDispatchThread.java:80)
_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list