View results here -> http://cruisecontrol.jboss.com/cc/buildresults/microcontainer-head-testsuite-14?log=log20060928093207

TESTS FAILED
Ant Error Message: /services/cruisecontrol/work/scripts/build-microcontainer-head-testsuite.xml:142: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/build-common-targets.xml:11: Build Successful - Tests completed with errors or failures.
Date of build: 09/28/2006 09:32:07
Time to build: 15 minutes 34 seconds
Last changed: 09/28/2006 05:49:20
Last log entry: * Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction.

 Unit Tests: (1423)  Total Errors and Failures: (36)
testInnerJarFileorg.jboss.test.virtual.test.FileVFSUnitTestCase(JDK1.4)
testFindResourceorg.jboss.test.virtual.test.FileVFSUnitTestCase(JDK1.4)
testFindResourceUnpackedJarorg.jboss.test.virtual.test.FileVFSUnitTestCase(JDK1.4)
testResolveFileorg.jboss.test.virtual.test.FileVFSUnitTestCase(JDK1.4)
testResolveClassFileInClassPathorg.jboss.test.virtual.test.FileVFSUnitTestCase(JDK1.4)
testResolveFileInUnpackedJarorg.jboss.test.virtual.test.FileVFSUnitTestCase(JDK1.4)
testInnerJarorg.jboss.test.virtual.test.FileVFSUnitTestCase(JDK1.4)
testClassScanorg.jboss.test.virtual.test.FileVFSUnitTestCase(JDK1.4)
testVFSerializationorg.jboss.test.virtual.test.FileVFSUnitTestCase(JDK1.4)
testVFJarSerializationorg.jboss.test.virtual.test.FileVFSUnitTestCase(JDK1.4)
testVFNestedJarSerializationorg.jboss.test.virtual.test.FileVFSUnitTestCase(JDK1.4)
testVfsLinkPropertiesorg.jboss.test.virtual.test.FileVFSUnitTestCase(JDK1.4)
testWarLinkorg.jboss.test.virtual.test.FileVFSUnitTestCase(JDK1.4)
testDirURLsorg.jboss.test.virtual.test.FileVFSUnitTestCase(JDK1.4)
testBrokenContextorg.jboss.test.virtual.test.SundryVFSUnitTestCase(JDK1.4)
testArchiveorg.jboss.test.virtual.test.SundryVFSUnitTestCase(JDK1.4)
testArchive2org.jboss.test.virtual.test.SundryVFSUnitTestCase(JDK1.4)
testGetVFSURLorg.jboss.test.virtual.test.VFSUnitTestCase(JDK1.4)
testGetRootURLorg.jboss.test.virtual.test.VFSUnitTestCase(JDK1.4)
testGetVirtualFileURLRootorg.jboss.test.virtual.test.VFSUnitTestCase(JDK1.4)
testGetVirtualFileURLChildrenorg.jboss.test.virtual.test.VFSUnitTestCase(JDK1.4)
testToURLorg.jboss.test.virtual.test.VirtualFileUnitTestCase(JDK1.4)
testJMXorg.jboss.test.microcontainer.test.JMXDecoratedTestCase(no_weave-JDK1.4)
testJMXMetaDataorg.jboss.test.microcontainer.test.JMXDecoratedTestCase(no_weave-JDK1.4)
testJMXorg.jboss.test.microcontainer.test.JMXDecoratedTestCase(weave-JDK1.4)
testJMXMetaDataorg.jboss.test.microcontainer.test.JMXDecoratedTestCase(weave-JDK1.4)
testMixinorg.jboss.test.microcontainer.test.MixinTestCase(no_weave-JDK1.4)
testNoMixinorg.jboss.test.microcontainer.test.MixinTestCase(no_weave-JDK1.4)
testMixinorg.jboss.test.microcontainer.test.MixinTestCase(weave-JDK1.4)
testNoMixinorg.jboss.test.microcontainer.test.MixinTestCase(weave-JDK1.4)
testGetRootURLIOExceptionGetRootorg.jboss.test.virtual.test.VFSUnitTestCase(JDK1.4)
testGetVirtualFileURLNullPathorg.jboss.test.virtual.test.VFSUnitTestCase(JDK1.4)
testGetVirtualFileURLDoesNotExistorg.jboss.test.virtual.test.VFSUnitTestCase(JDK1.4)
testGetVirtualFileURLIOExceptionFindChildorg.jboss.test.virtual.test.VFSUnitTestCase(JDK1.4)
 

 Modifications since last build:  (first 50 of 53)
57256modifiedadrian@jboss.org//projects/microcontainer/trunk/container/src/tests/org/jboss/test/virtual/support/MockVFSContextFactory.java* Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction.
57256modifiedadrian@jboss.org//projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/deployment/MainDeployerImpl.java* Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction.
57256modifiedadrian@jboss.org//projects/microcontainer/trunk/container/src/main/org/jboss/virtual/plugins/context/file/LinkHandler.java* Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction.
57256modifiedadrian@jboss.org//projects/microcontainer/trunk/container/src/main/org/jboss/virtual/plugins/context/jar/AbstractJarHandler.java* Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction.
57256modifiedadrian@jboss.org//projects/microcontainer/trunk/container/src/main/org/jboss/virtual/spi/VirtualFileHandler.java* Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction.
57256modifiedadrian@jboss.org//projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/structure/vfs/war/WebInfLibFilter.java* Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction.
57256modifiedadrian@jboss.org//projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/structure/vfs/war/WARStructure.java* Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction.
57256modifiedadrian@jboss.org//projects/microcontainer/trunk/container/src/tests/org/jboss/test/virtual/support/MockVFSContext.java* Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction.
57256modifiedadrian@jboss.org//projects/microcontainer/trunk/container/src/main/org/jboss/virtual/VirtualFile.java* Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction.
57256modifiedadrian@jboss.org//projects/microcontainer/trunk/container/src/main/org/jboss/virtual/plugins/context/AbstractURIHandler.java* Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction.
57256modifiedadrian@jboss.org//projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/structure/MetaDataMatchFilter.java* Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction.
57256modifiedadrian@jboss.org//projects/microcontainer/trunk/container/src/main/org/jboss/virtual/plugins/context/AbstractURLHandler.java* Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction.
57256modifiedadrian@jboss.org//projects/microcontainer/trunk/container/src/tests/org/jboss/test/virtual/support/AbstractMockVirtualFileHandler.java* Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction.
57256modifiedadrian@jboss.org//projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/structure/vfs/jar/JARStructure.java* Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction.
57256modifiedadrian@jboss.org//projects/microcontainer/trunk/container/src/main/org/jboss/virtual/plugins/context/AbstractVFSContext.java* Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction.
57256modifiedadrian@jboss.org//projects/microcontainer/trunk/container/src/main/org/jboss/virtual/VFS.java* Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction.
57256modifiedadrian@jboss.org//projects/microcontainer/trunk/container/src/tests/org/jboss/test/virtual/test/VirtualFileUnitTestCase.java* Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction.
57256modifiedadrian@jboss.org//projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/structure/AbstractDeploymentContext.java* Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction.
57256addedadrian@jboss.org//projects/microcontainer/trunk/container/src/tests/org/jboss/test/virtual/support/MockURLStreamHandler.java* Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction.
57256modifiedadrian@jboss.org//projects/microcontainer/trunk/container/src/main/org/jboss/virtual/plugins/context/jar/NestedJarFromStream.java* Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction.
57256modifiedadrian@jboss.org//projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/structure/vfs/CandidateStructureVisitor.java* Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction.
57256modifiedadrian@jboss.org//projects/microcontainer/trunk/container/src/main/org/jboss/virtual/plugins/context/file/FileHandler.java* Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction.
57256modifiedadrian@jboss.org//projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/structure/vfs/file/FileStructure.java* Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction.
57256modifiedadrian@jboss.org//projects/microcontainer/trunk/container/src/main/org/jboss/virtual/plugins/context/DelegatingHandler.java* Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction.
57256modifiedadrian@jboss.org//projects/microcontainer/trunk/container/src/main/org/jboss/virtual/VisitorAttributes.java* Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction.
57256modifiedadrian@jboss.org//projects/microcontainer/trunk/container/src/tests/org/jboss/test/virtual/test/FileVFSUnitTestCase.java* Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction.
57256modifiedadrian@jboss.org//projects/microcontainer/trunk/container/src/tests/org/jboss/test/virtual/test/VFSUnitTestCase.java* Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction.
57256modifiedadrian@jboss.org//projects/microcontainer/trunk/container/src/main/org/jboss/virtual/plugins/vfs/helpers/SuffixMatchFilter.java* Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction.
57256modifiedadrian@jboss.org//projects/microcontainer/trunk/container/src/main/org/jboss/virtual/plugins/context/jar/JarEntryHandler.java* Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction.
57256modifiedadrian@jboss.org//projects/microcontainer/trunk/container/src/main/org/jboss/virtual/plugins/context/AbstractVirtualFileHandler.java* Rework the VirtualFile isFile()/isDirectory()/isArchive()There is now isLeaf() which means it cannot contain children,and isArchive() has been fixed to mean, it is either a real archiveor a directory structure pretending to be an archive.* Update the VisitorAttributes to remove the direct notion ofdirectories. Also modified the class such that all the defaultsare false, which should avoid confusion.* Implemented simple tests of URL based VFS construction.
57230modifiedadrian@jboss.org//projects/microcontainer/trunk/container/src/main/org/jboss/virtual/VFSUtils.javaBasic tests for the VFS api (not the spi).Fixed some bugs found, mostly error handling."Removed" a couple of VFS methods that are redundant because they are effectively:public void doSomething(VirtualFile file) { file.doSomething() }Deprecated findChildFromRoot(String path), replaced with the simpler name findChild().Updated all uses in the Microcontainer project.Also added a static helper to get the root file.VFS.getRoot(URI) { getVFS(URI).getRoot() }which I found I was doing a lot in the tests.
57230addedadrian@jboss.org//projects/microcontainer/trunk/container/src/tests/org/jboss/test/virtual/support/MockVirtualFileFilter.javaBasic tests for the VFS api (not the spi).Fixed some bugs found, mostly error handling."Removed" a couple of VFS methods that are redundant because they are effectively:public void doSomething(VirtualFile file) { file.doSomething() }Deprecated findChildFromRoot(String path), replaced with the simpler name findChild().Updated all uses in the Microcontainer project.Also added a static helper to get the root file.VFS.getRoot(URI) { getVFS(URI).getRoot() }which I found I was doing a lot in the tests.
57230modifiedadrian@jboss.org//projects/microcontainer/trunk/osgi-int/src/main/org/jboss/vfs/bundle/VFSBundle.javaBasic tests for the VFS api (not the spi).Fixed some bugs found, mostly error handling."Removed" a couple of VFS methods that are redundant because they are effectively:public void doSomething(VirtualFile file) { file.doSomething() }Deprecated findChildFromRoot(String path), replaced with the simpler name findChild().Updated all uses in the Microcontainer project.Also added a static helper to get the root file.VFS.getRoot(URI) { getVFS(URI).getRoot() }which I found I was doing a lot in the tests.
57230addedadrian@jboss.org//projects/microcontainer/trunk/container/src/tests/org/jboss/test/virtual/support/MockSimpleVirtualFileHandler.javaBasic tests for the VFS api (not the spi).Fixed some bugs found, mostly error handling."Removed" a couple of VFS methods that are redundant because they are effectively:public void doSomething(VirtualFile file) { file.doSomething() }Deprecated findChildFromRoot(String path), replaced with the simpler name findChild().Updated all uses in the Microcontainer project.Also added a static helper to get the root file.VFS.getRoot(URI) { getVFS(URI).getRoot() }which I found I was doing a lot in the tests.
57230modifiedadrian@jboss.org//projects/microcontainer/trunk/container/src/main/org/jboss/virtual/VirtualFile.javaBasic tests for the VFS api (not the spi).Fixed some bugs found, mostly error handling."Removed" a couple of VFS methods that are redundant because they are effectively:public void doSomething(VirtualFile file) { file.doSomething() }Deprecated findChildFromRoot(String path), replaced with the simpler name findChild().Updated all uses in the Microcontainer project.Also added a static helper to get the root file.VFS.getRoot(URI) { getVFS(URI).getRoot() }which I found I was doing a lot in the tests.
57230addedadrian@jboss.org//projects/microcontainer/trunk/container/src/tests/org/jboss/test/virtual/support/MockVFSContext.javaBasic tests for the VFS api (not the spi).Fixed some bugs found, mostly error handling."Removed" a couple of VFS methods that are redundant because they are effectively:public void doSomething(VirtualFile file) { file.doSomething() }Deprecated findChildFromRoot(String path), replaced with the simpler name findChild().Updated all uses in the Microcontainer project.Also added a static helper to get the root file.VFS.getRoot(URI) { getVFS(URI).getRoot() }which I found I was doing a lot in the tests.
57230addedadrian@jboss.org//projects/microcontainer/trunk/container/src/tests/org/jboss/test/virtual/supportBasic tests for the VFS api (not the spi).Fixed some bugs found, mostly error handling."Removed" a couple of VFS methods that are redundant because they are effectively:public void doSomething(VirtualFile file) { file.doSomething() }Deprecated findChildFromRoot(String path), replaced with the simpler name findChild().Updated all uses in the Microcontainer project.Also added a static helper to get the root file.VFS.getRoot(URI) { getVFS(URI).getRoot() }which I found I was doing a lot in the tests.
57230addedadrian@jboss.org//projects/microcontainer/trunk/container/src/tests/org/jboss/test/virtual/support/AbstractMockVirtualFileHandler.javaBasic tests for the VFS api (not the spi).Fixed some bugs found, mostly error handling."Removed" a couple of VFS methods that are redundant because they are effectively:public void doSomething(VirtualFile file) { file.doSomething() }Deprecated findChildFromRoot(String path), replaced with the simpler name findChild().Updated all uses in the Microcontainer project.Also added a static helper to get the root file.VFS.getRoot(URI) { getVFS(URI).getRoot() }which I found I was doing a lot in the tests.
57230addedadrian@jboss.org//projects/microcontainer/trunk/container/src/tests/org/jboss/test/virtual/support/MockStructuredVirtualFileHandler.javaBasic tests for the VFS api (not the spi).Fixed some bugs found, mostly error handling."Removed" a couple of VFS methods that are redundant because they are effectively:public void doSomething(VirtualFile file) { file.doSomething() }Deprecated findChildFromRoot(String path), replaced with the simpler name findChild().Updated all uses in the Microcontainer project.Also added a static helper to get the root file.VFS.getRoot(URI) { getVFS(URI).getRoot() }which I found I was doing a lot in the tests.
57230addedadrian@jboss.org//projects/microcontainer/trunk/container/src/tests/org/jboss/test/virtual/test/VirtualFileUnitTestCase.javaBasic tests for the VFS api (not the spi).Fixed some bugs found, mostly error handling."Removed" a couple of VFS methods that are redundant because they are effectively:public void doSomething(VirtualFile file) { file.doSomething() }Deprecated findChildFromRoot(String path), replaced with the simpler name findChild().Updated all uses in the Microcontainer project.Also added a static helper to get the root file.VFS.getRoot(URI) { getVFS(URI).getRoot() }which I found I was doing a lot in the tests.
57230modifiedadrian@jboss.org//projects/microcontainer/trunk/container/src/main/org/jboss/virtual/VFS.javaBasic tests for the VFS api (not the spi).Fixed some bugs found, mostly error handling."Removed" a couple of VFS methods that are redundant because they are effectively:public void doSomething(VirtualFile file) { file.doSomething() }Deprecated findChildFromRoot(String path), replaced with the simpler name findChild().Updated all uses in the Microcontainer project.Also added a static helper to get the root file.VFS.getRoot(URI) { getVFS(URI).getRoot() }which I found I was doing a lot in the tests.
57230addedadrian@jboss.org//projects/microcontainer/trunk/container/src/tests/org/jboss/test/virtual/support/MockInputStream.javaBasic tests for the VFS api (not the spi).Fixed some bugs found, mostly error handling."Removed" a couple of VFS methods that are redundant because they are effectively:public void doSomething(VirtualFile file) { file.doSomething() }Deprecated findChildFromRoot(String path), replaced with the simpler name findChild().Updated all uses in the Microcontainer project.Also added a static helper to get the root file.VFS.getRoot(URI) { getVFS(URI).getRoot() }which I found I was doing a lot in the tests.
57230addedadrian@jboss.org//projects/microcontainer/trunk/container/src/main/org/jboss/virtual/plugins/vfs/helpers/AbstractVirtualFileFilterWithAttributes.javaBasic tests for the VFS api (not the spi).Fixed some bugs found, mostly error handling."Removed" a couple of VFS methods that are redundant because they are effectively:public void doSomething(VirtualFile file) { file.doSomething() }Deprecated findChildFromRoot(String path), replaced with the simpler name findChild().Updated all uses in the Microcontainer project.Also added a static helper to get the root file.VFS.getRoot(URI) { getVFS(URI).getRoot() }which I found I was doing a lot in the tests.
57230modifiedadrian@jboss.org//projects/microcontainer/trunk/container/src/tests/org/jboss/test/virtual/test/FileVFSUnitTestCase.javaBasic tests for the VFS api (not the spi).Fixed some bugs found, mostly error handling."Removed" a couple of VFS methods that are redundant because they are effectively:public void doSomething(VirtualFile file) { file.doSomething() }Deprecated findChildFromRoot(String path), replaced with the simpler name findChild().Updated all uses in the Microcontainer project.Also added a static helper to get the root file.VFS.getRoot(URI) { getVFS(URI).getRoot() }which I found I was doing a lot in the tests.
57230addedadrian@jboss.org//projects/microcontainer/trunk/container/src/tests/org/jboss/test/virtual/test/VFSUnitTestCase.javaBasic tests for the VFS api (not the spi).Fixed some bugs found, mostly error handling."Removed" a couple of VFS methods that are redundant because they are effectively:public void doSomething(VirtualFile file) { file.doSomething() }Deprecated findChildFromRoot(String path), replaced with the simpler name findChild().Updated all uses in the Microcontainer project.Also added a static helper to get the root file.VFS.getRoot(URI) { getVFS(URI).getRoot() }which I found I was doing a lot in the tests.
57230modifiedadrian@jboss.org//projects/microcontainer/trunk/container/src/main/org/jboss/virtual/plugins/vfs/helpers/SuffixMatchFilter.javaBasic tests for the VFS api (not the spi).Fixed some bugs found, mostly error handling."Removed" a couple of VFS methods that are redundant because they are effectively:public void doSomething(VirtualFile file) { file.doSomething() }Deprecated findChildFromRoot(String path), replaced with the simpler name findChild().Updated all uses in the Microcontainer project.Also added a static helper to get the root file.VFS.getRoot(URI) { getVFS(URI).getRoot() }which I found I was doing a lot in the tests.
57230addedadrian@jboss.org//projects/microcontainer/trunk/container/src/tests/org/jboss/test/virtual/test/AbstractMockVFSTest.javaBasic tests for the VFS api (not the spi).Fixed some bugs found, mostly error handling."Removed" a couple of VFS methods that are redundant because they are effectively:public void doSomething(VirtualFile file) { file.doSomething() }Deprecated findChildFromRoot(String path), replaced with the simpler name findChild().Updated all uses in the Microcontainer project.Also added a static helper to get the root file.VFS.getRoot(URI) { getVFS(URI).getRoot() }which I found I was doing a lot in the tests.
57230modifiedadrian@jboss.org//projects/microcontainer/trunk/container/src/main/org/jboss/virtual/plugins/vfs/helpers/AbstractVirtualFileVisitor.javaBasic tests for the VFS api (not the spi).Fixed some bugs found, mostly error handling."Removed" a couple of VFS methods that are redundant because they are effectively:public void doSomething(VirtualFile file) { file.doSomething() }Deprecated findChildFromRoot(String path), replaced with the simpler name findChild().Updated all uses in the Microcontainer project.Also added a static helper to get the root file.VFS.getRoot(URI) { getVFS(URI).getRoot() }which I found I was doing a lot in the tests.
57230modifiedadrian@jboss.org//projects/microcontainer/trunk/container/src/main/org/jboss/virtual/plugins/context/AbstractVirtualFileHandler.javaBasic tests for the VFS api (not the spi).Fixed some bugs found, mostly error handling."Removed" a couple of VFS methods that are redundant because they are effectively:public void doSomething(VirtualFile file) { file.doSomething() }Deprecated findChildFromRoot(String path), replaced with the simpler name findChild().Updated all uses in the Microcontainer project.Also added a static helper to get the root file.VFS.getRoot(URI) { getVFS(URI).getRoot() }which I found I was doing a lot in the tests.
57230modifiedadrian@jboss.org//projects/microcontainer/trunk/container/src/tests/org/jboss/test/virtual/test/VFSAllTestSuite.javaBasic tests for the VFS api (not the spi).Fixed some bugs found, mostly error handling."Removed" a couple of VFS methods that are redundant because they are effectively:public void doSomething(VirtualFile file) { file.doSomething() }Deprecated findChildFromRoot(String path), replaced with the simpler name findChild().Updated all uses in the Microcontainer project.Also added a static helper to get the root file.VFS.getRoot(URI) { getVFS(URI).getRoot() }which I found I was doing a lot in the tests.