Re: [Clirr-devel] CVS: clirr/src/java/net/sf/clirr/framework CheckerException.java,NONE,1.1
Status: Alpha
Brought to you by:
lkuehne
From: Simon K. <si...@ec...> - 2004-06-11 05:11:45
|
On Fri, 2004-06-11 at 16:51, Lars K=FChne wrote: > Simon Kitching wrote: >=20 > >Update of /cvsroot/clirr/clirr/src/java/net/sf/clirr/framework > >In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2826/net/sf/clir= r/framework > >--- NEW FILE --- > >[...] =20 > > public CheckerException(String msg, Throwable t) > > { > > super(msg, t); > > =20 > > >=20 > That super-constructor was not available in JDK 1.3. >=20 > Introducing a dependency on 1.4 is OK with me, just wanted to make sure= =20 > that it doesn't go unnoticed. Yes, sorry about that. I was aware of it, and wasn't sure whether to commit this version, or one with the standard workaround for this issue. I decided to commit the simplest version first, but forgot to point this out. I suspect that in order to get widespread use of clirr, it will be necessary to run under java1.3. Sad but probably unavoidable. In particular, people who want to make sure their apps/libs are *useable* on java 1.3 really need to compile on 1.3 then run their unit tests. So they will probably want *all* their build tools to run under 1.3, including clirr. Cheers, Simon |