1 Reply Latest reply on Nov 1, 2006 1:06 PM by starksm64

    AbstractVirtualFileHandler.checkClosed()

    alesj

       

      protected void checkClosed() throws IllegalStateException
       {
       if (references.get() < 0)
       throw new IllegalStateException("Closed " + this);
       }


      Shouldn't there be a <= 0 condition?