XenoAmess commented on pull request #91:
URL: https://github.com/apache/commons-vfs/pull/91#issuecomment-634406719
IMO seems the biggest bc-breaking in this pr is changing JarFileObject's
super class from ZipFileObject to AbstractFileObject<JarFileSystem>, thus
codes like this will break:
```
ZipFileObject getZipFileObject(...){
...
return someJarFileObjectOrZipFileObject;
}
void anotherFunction (){
ZipFileObject receive = getJarFileObject();
}
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]