Description
I have attached a patch that simplifies the method getRecord() in TarArchiveInputStream. It removes several 'if' statements. It also makes the interaction between getRecord() and getNextTarEntry() more explicit. Does not affect unit tests.