I will fix it up and suggest a patch to bring it to a workable state.
I guess we could also just get rid of the reflection. What do you think?
cheers
--
Torsten
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional comman
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at [EMAIL PROTECTED]
Project commons-configuration-test has an issue affecting its community
integration.
Thi
Reflection does handle checked exceptions for Constructor.newInstance() and
this is handled appropriately for:
public ArchiveInputStream createArchiveInputStream( final String
archiverName, final InputStream out ) throws ArchiveException {...}
However, the other method:
public ArchiveInputSt
that would be wonderful.
Cheers
On Sun, Oct 5, 2008 at 4:10 PM, Torsten Curdt <[EMAIL PROTECTED]> wrote:
> Any objections to move trunk over to an "old design" branch and then switch
> the new design branch to be trunk?
>
> This has already caused some confusion.
>
> We need finally need to make
+1 on switching the branches
Torsten Curdt a écrit :
Any objections to move trunk over to an "old design" branch and then
switch the new design branch to be trunk?
This has already caused some confusion.
We need finally need to make some progress here.
cheers
--
Torsten
Hey there
Out of curiosity why must reflection be used for the create*Stream()
methods in the ArchiveStreamFactory and CompressorStreamFactory?
There is a cast at the end of each method to a corresponding
interface anyway (ex ArchiveInputStream, ArchiveOutputStream, etc)
so why cant we us
Agreed. I was personally confused and lost many hours working on a non-valid
branch.
Tim
--
From: "Torsten Curdt" <[EMAIL PROTECTED]>
Sent: Sunday, October 05, 2008 10:10 AM
To: "Commons Developers List"
Subject: [compress] making the redesign br
Any objections to move trunk over to an "old design" branch and then
switch the new design branch to be trunk?
This has already caused some confusion.
We need finally need to make some progress here.
cheers
--
Torsten
-
To u
Good morning,
Out of curiosity why must reflection be used for the create*Stream() methods in
the ArchiveStreamFactory and CompressorStreamFactory? There is a cast at the
end of each method to a corresponding interface anyway (ex ArchiveInputStream,
ArchiveOutputStream, etc) so why cant we use