Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=11031&projectId=64
Build statistics:
State: Failed
Previous State: Failed
Started at: Sun 7 Aug 2011 06:27:44 +
Finished at: Sun 7 Aug 2011 06:28:01 +
Total time: 17s
Build Trigger: Schedule
Build
Hi all,
just a FYI that trunk compiles without any warnings using -Xlint:all and
the Clirr report only reports some added methods in the ZIP package - it
seems it has been possible to move to Java5 without modifiying the
existing API at all.
Stefan
---
On 2011-08-06, Phil Steitz wrote:
> On 8/5/11 9:40 PM, Stefan Bodewig wrote:
>> This means ZipArchiveOutputStream must decide whether it is going to use
>> the ZIP64 format before it knows whether it would actually need it or
>> not. If it signals it is going to use ZIP64 then an implementation t
Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=11022&projectId=97
Build statistics:
State: Failed
Previous State: Ok
Started at: Sat 6 Aug 2011 23:25:14 +
Finished at: Sat 6 Aug 2011 23:25:58 +
Total time: 43s
Build Trigger: Schedule
Build Num
Hello All,
Not sure if this is stepping on toes, but here is what I thought of to deal
with pivoting. I would only need to modify the constructor of the
QRDecompImpl class:
public QRDecompositionPivotImpl(RealMatrix matrix) {
final int m = matrix.getRowDimension();
final int n =
On 6 August 2011 19:37, sebb wrote:
> On 5 August 2011 07:28, Jörg Schaible wrote:
>> Hi,
>>
>> Gary Gregory wrote:
>>
>>> On Wed, Aug 3, 2011 at 10:02 AM, Jörg Schaible
>>> wrote:
Hi Hen,
Henri Yandell wrote:
> I'd like to release 3.0.1 of Lang.
Do we have any
Second try for 3.0.1 :)
Three changes - fixed version for the archive files, proper fix to
LANG-727 and missing javadoc implemented.
RC2 is available here:
http://people.apache.org/~bayard/commons-lang3-3.0.1-RC2/
SVN:
http://svn.apache.org/repos/asf/commons/proper/lang/tags/LANG_3_0_1_RC2/
On 5 August 2011 07:28, Jörg Schaible wrote:
> Hi,
>
> Gary Gregory wrote:
>
>> On Wed, Aug 3, 2011 at 10:02 AM, Jörg Schaible
>> wrote:
>>> Hi Hen,
>>>
>>> Henri Yandell wrote:
>>>
I'd like to release 3.0.1 of Lang.
>>>
>>> Do we have any policies regarding Serializable types? I'd like to m
On 8/5/11 9:40 PM, Stefan Bodewig wrote:
> Hi,
>
> there are eight possible permutations of compressed/uncompressed entries
> that get written to a seekable-/non-seekable stream whose size is either
> known or unknown prior to writing them.
>
> One of them is prohibited (uncompressed/non-seekable/u
Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=11012&projectId=64
Build statistics:
State: Failed
Previous State: Ok
Started at: Sat 6 Aug 2011 17:24:02 +
Finished at: Sat 6 Aug 2011 17:24:11 +
Total time: 9s
Build Trigger: Schedule
Build Numb
On 8/6/11 9:38 AM, Stefan Bodewig wrote:
> On 2011-08-06, Gilles Sadowski wrote:
>
>>> I've just realized that many classes I've submitted do not define
>>> serialVersionUID, which raises a warning.
>> Who reaises a warning?
> javac (when run with -Xlint:serial or -Xlint or something similar).
And
On 8/6/11 5:21 AM, Jörg Schaible wrote:
> Sébastien Brisard wrote:
>
>> Hi,
>> I've just realized that many classes I've submitted do not define
>> serialVersionUID, which raises a warning. I have to say that it's
>> something I've never done myself, but I'd like to avoid the committers
>> the burd
On 2011-08-06, Gilles Sadowski wrote:
>> I've just realized that many classes I've submitted do not define
>> serialVersionUID, which raises a warning.
> Who reaises a warning?
javac (when run with -Xlint:serial or -Xlint or something similar).
Stefan
--
On 2011-08-06, Sébastien Brisard wrote:
> I've just realized that many classes I've submitted do not define
> serialVersionUID, which raises a warning. I have to say that it's
> something I've never done myself, but I'd like to avoid the committers
> the burden of inserting this. What's the rule f
> I've just realized that many classes I've submitted do not define
> serialVersionUID, which raises a warning.
Who reaises a warning?
> I have to say that it's
> something I've never done myself, but I'd like to avoid the committers
> the burden of inserting this.
IMHO, a class should be "Seria
Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=11009&projectId=95
Build statistics:
State: Failed
Previous State: Failed
Started at: Sat 6 Aug 2011 16:22:09 +
Finished at: Sat 6 Aug 2011 16:22:54 +
Total time: 44s
Build Trigger: Schedule
Build
On Sat, Aug 06, 2011 at 10:38:46AM +0200, Sébastien Brisard wrote:
> Hi,
> what's your policy regarding prefixing the name of abstract classes
> with "Abstract"? I got the feeling that if there is an underlying
> interface, then you add the "abstract"
> public interface Foo{...}
> public abstract c
2011/8/5 Henri Yandell :
>
> No idea on FindBugs. :(
>
> On Fri, Aug 5, 2011 at 6:08 AM, Gary Gregory wrote:
>>
>> Is there a way to get rid of the FindBugs bug report with a code
>> comment? It's a bummer that FB can't dive in the code and see what
>> Validate does.
>>
I do not know about commen
On 2011-08-06, Torsten Curdt wrote:
>> The only case that isn't covered so far is compressed / non-seekable
>> output / input of unknown size.
> WTF
> How does the input stream distinguish between entry data and stream
> data if the length is not know up front?
The DEFLATE algorithm signals wh
Sébastien Brisard wrote:
> Hi,
> I've just realized that many classes I've submitted do not define
> serialVersionUID, which raises a warning. I have to say that it's
> something I've never done myself, but I'd like to avoid the committers
> the burden of inserting this. What's the rule for chosin
Use 1L :)
2011/8/6 Sébastien Brisard :
> Hi,
> I've just realized that many classes I've submitted do not define
> serialVersionUID, which raises a warning. I have to say that it's
> something I've never done myself, but I'd like to avoid the committers
> the burden of inserting this. What's the
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 gene...@gump.apache.org.
Project commons-proxy-test has an issue affecting its community integration.
This
Hi.
> > [...]
>
> I've allowed myself to adapt your code to an array version of the
> accurate "linearCombination" (committed in revision 1154416).
>
> Here is a micro-benchmark (for an array of length 3):
> -
> linearCombination (runs per timed block: 1, timed blocks: 1000)
> direct
Hi,
what's your policy regarding prefixing the name of abstract classes
with "Abstract"? I got the feeling that if there is an underlying
interface, then you add the "abstract"
public interface Foo{...}
public abstract class AbstractFoo{} implements Foo
How about abstract classes which do not impl
Hi,
I've just realized that many classes I've submitted do not define
serialVersionUID, which raises a warning. I have to say that it's
something I've never done myself, but I'd like to avoid the committers
the burden of inserting this. What's the rule for chosing this number?
(sorry for the silly
> The only case that isn't covered so far is compressed / non-seekable
> output / input of unknown size.
WTF
How does the input stream distinguish between entry data and stream
data if the length is not know up front?
cheers,
Torsten
-
26 matches
Mail list logo