Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-ui-dev] Test cases for refactoring NPE

as ever eclipse anticipates my every need.

did notice that it didn't work for the wait() method (i.e. it claimed that
wait() on it's own was fine despite the compiler saying that
InterruptedException should be caught). should i put this up as a bug?

regards,
jamie.

----- Original Message -----
From: <Erich_Gamma@xxxxxxx>
To: <jdt-ui-dev@xxxxxxxxxxx>
Cc: <jdt-ui-dev@xxxxxxxxxxx>
Sent: Friday, January 11, 2002 9:56 AM
Subject: Re: [jdt-ui-dev] Test cases for refactoring NPE


>
> Jens,
> these tests need to run inside an Eclipse workspace. To do so properly
> we have additional JUnit support to run tests inside an Eclipse workspace.
> We will make this plugin (org.eclipse.pde.junit) available as an optional
> plugin
> next week in the same way as we made org.eclipse.jdt.junit available.
>
> --erich
>
>
>
>
>                     "Jens Lukowski"
>                     <jens.lukowski@gmx        To:     "Jdt-Ui-Dev@Eclipse.
Org" <jdt-ui-dev@xxxxxxxxxxx>
>                     .de>                      cc:
>                     Sent by:                  Subject:     [jdt-ui-dev]
Test cases for refactoring NPE
>                     jdt-ui-dev-admin@e
>                     clipse.org
>
>
>                     10.01.2002 20:05
>                     Please respond to
>                     jdt-ui-dev
>
>
>
>
>
> Hi
>
> I tried to run the test cases for jdt.ui.tests.refactoring in the junit
> plugin
> for eclipse but I always get a NullPointerException in
> at org.eclipse.jdt.testplugin.JavaProjectHelper.createJavaProject(line 49)
> at org.eclipse.jdt.ui.tests.refactoring.SelectionAnalyzer.setUp(42)
> at junit.extensions.TestSetup$1.protect(18)
> at junit.extensions.TestSetup.run(23)
>
> (the same with other refactoring test cases)
>
> I used my usual workspace and added org.eclipse.jdt.ui.tests and
> org.eclipse.jdt.ui.tests.refactoring from the CVS and
> org.eclipse.jdt.debug.ui from import/plugins.
>
> what do I do wrong ?
>
> greets
>  Jens Lukowski
>
> _______________________________________________
> jdt-ui-dev mailing list
> jdt-ui-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/jdt-ui-dev
>
>
>
>
> _______________________________________________
> jdt-ui-dev mailing list
> jdt-ui-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/jdt-ui-dev
>



Back to the top