Re: [Clirr-devel] Release 0.4
Status: Alpha
Brought to you by:
lkuehne
From: Simon K. <si...@ec...> - 2004-08-07 00:15:55
|
On Fri, 2004-08-06 at 23:52, Lars K=FChne wrote: > Hi guys, >=20 > I'm back from vacation. What remains to be done for the 0.4 release? An= y=20 > bugs that absolutely *have* to be fixed? Vincent, did you resolve the=20 > problems with the Maven plugin when testing against cactus? >=20 > What is "best practice" for a multiproject release? Do people tag and=20 > release each subproject individually or do they tag everything and=20 > release the results of the multiproject build? Hi Lars, Welcome back. I'm not aware of any critical bugs. Lots of features still waiting to be added, but no bugs. I think a 0.4 release would be nice. Other issues: Before you left, we were discussing the way MethodSetCheck "pairs up" methods, and reports "changed" rather than "deleted" for the old prototype and "added" for the new one. We agreed that if the changed method previously overrode an inherited method, then we should instead report "deleted". I tried to implement this, but couldn't come up with a solution that wasn't seriously ugly. Maybe you could give this a go? I'm also getting concerned in general about how complex the MethodSetCheck class is getting. And there are 3 or 4 requests in the bugtracker from Stephen Colebourne that mean we need to add even more code to this class. I think we need to figure out a way to break this down into a set of smaller classes somehow. Cheers, Simon |