Hi Carsten,

can I move the part where you generate the validity objects
into a separate method, like generateValidities() ?
I whould like to enhance the profiler components to measure
the setup() time.

Thanks.

BTW, can you add a check for null in AbstractAggregatedValidity.add().
I got sometimes NPEs in AggregatedValidity.isValid(), and don't know which
Component add a Null validity.


    public void add( final SourceValidity validity )
    {
        if ( validity == null )
            throw new NullPointerException("Validity object is null");
        m_list.add( validity );
    }

_______________________________________________________________________
         Stephan Michels               EMail: [EMAIL PROTECTED]
         ICQ: 115535699                Tel: +49-030-314-21583
----+----|----+----|----+----|----+----|----+----|----+----|----+----|-|

Reply via email to