-
Idea offers to blame junit plugin when displaying the error. Disabling the junit plugin solves the issue.
You can reach me at cwhite@lightspacecorp.com for more info.
2007-10-02 14:35:06 UTC by nobody
-
I saw these exceptions in the IntelliJ “IDE Fatal Errors” dialog. The corner of the dialog says “Blame unitTest”.
At the time it occurred, I was running an ANT build in the background and reading some code.
--Jim
jfehrle@juniper.net
Assertion failed: Access to repository is not allowed during syncrhonization process
java.lang.Throwable
at...
2007-09-25 19:47:05 UTC by nobody
-
rl_stoner@hotmail.com
I'm using 7.0M2 (Selena) Build #7123
JUnit plug-in version 1.0 build 283 from 7/13/2007.
When I do a rename refactor operation on a class that has a jUnit defined for it, I get the following exception:
Error during dispatching of java.awt.event.KeyEvent[KEY_RELEASED,keyCode=32,keyText=Space,keyChar=' ',keyLocation=KEY_LOCATION_STANDARD] on...
2007-09-04 12:33:33 UTC by nobody
-
Error during dispatching of java.awt.event.KeyEvent[KEY_PRESSED,keyCode=10,keyText=Enter,keyChar=Enter,keyLocation=KEY_LOCATION_STANDARD] on...
2007-08-30 16:53:13 UTC by arougthopher
-
I have a method template:
>>>>
@Test
public void ${METHOD_NAME}() throws Exception {
#if($TESTED_METHOD.Name.startsWith("set") && $TESTED_METHOD.Parameters.size() == 1)
${TESTED_METHOD.Parameters.get(0).Type} test = new ${TESTED_METHOD.Parameters.get(0).Type} ();
${TESTED_CLASS_VARIABLE_NAME}.${TESTED_METHOD.Name} (test);...
2007-08-30 16:35:44 UTC by arougthopher
-
trying to use ${TESTED_METHOD.Return} in a template for a method results in the the following be added to the source:
$
{
TESTED_METHOD.Return
}.
2007-08-30 16:10:10 UTC by arougthopher
-
I have my "Tested Class" pattern set to:
src/$DIRECTORY$/$CLASS$
I have my "Test Class" pattern set to:
tsrc/$DIRECTORY$/Test$CLASS$
If I am in a class, TestClass.java, and press ctrl-shift-T, it creates the test class properly, and in the right directory, TestTestClass.java. However, if I go to switch back to the "tested" class, by pressing ctrl-shit-T again, I get the following...
2007-08-30 15:25:30 UTC by arougthopher
-
On pressing Ctrl+Shift+T following exception was throwin:
Deprecated method usage: getComponentInterfaces
java.lang.Throwable
at com.intellij.openapi.components.impl.ComponentManagerImpl.getComponentInterfaces(ComponentManagerImpl.java:146)
at org.intellij.openapi.beans.PluginContext.getComponents(PluginContext.java:177)
at...
2007-03-16 09:56:56 UTC by nobody
-
When calling idea settings dialog, following exception is thrown:
DEPRECATED METHOD USAGE: ProjectImpl.getProjectFile()
java.lang.Throwable
at com.intellij.openapi.project.impl.ProjectImpl.getProjectFile(ProjectImpl.java:56)
at org.intellij.plugins.config.ConfigEditor.isDefaultProject(ConfigEditor.java:109)
at...
2007-03-16 09:55:26 UTC by nobody
-
RBondi (rbondi a t gmail d ot com)
Deleting a file from perforce using IntelliJ's perforce support causes JUnit plugin to crash IntelliJ 6.
See http://www.jetbrains.net/jira/browse/IDEA-10629 for more details.
Stack trace:
Error during dispatching of...
2006-12-19 14:09:00 UTC by nobody