Removing TribbleIndexedFeatureReader.isGZIPPath deprecated method #752

Merged
merged 1 commit into from Jan 10, 2017

Conversation

Projects
None yet
3 participants
Contributor

magicDGS commented Nov 24, 2016 edited

Description

Removed unused package-specific (visible for testing) deprecated method. Found in #707.

Checklist

  • Code compiles correctly
  • New tests covering changes and new functionality
  • All tests passing
  • Extended the README / documentation, if necessary
  • Is not backward compatible (breaks binary or source compatibility)
@magicDGS magicDGS removing unused package-specific (visible for testing) deprecated method
83cc423

Coverage Status

Coverage increased (+0.006%) to 70.013% when pulling 83cc423 on magicDGS:dgs_remove_unused_isGZIPPath into de27f18 on samtools:master.

- public void testGZExtension(final String testString, final boolean expected) throws URISyntaxException {
- Assert.assertEquals(TribbleIndexedFeatureReader.isGZIPPath(testString), expected);
- }
-
@droazen

droazen Jan 10, 2017

Contributor

Can we keep these tests, and alter them to test hasBlockCompressedExtension(String) instead?

@droazen

droazen Jan 10, 2017

Contributor

Never mind, I see that we already have tests in AbstractFeatureReaderTest

@droazen droazen merged commit ed15dc0 into samtools:master Jan 10, 2017

2 checks passed

continuous-integration/travis-ci/pr The Travis CI build passed
Details
coverage/coveralls Coverage increased (+0.006%) to 70.013%
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment