Skip to content

Conversation

@sjamesr
Copy link
Owner

@sjamesr sjamesr commented Jan 3, 2020

No description provided.

@coveralls
Copy link

coveralls commented Jan 3, 2020

Pull Request Test Coverage Report for Build 402

  • 25 of 29 (86.21%) changed or added relevant lines in 3 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage decreased (-0.2%) to 82.639%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/main/java/au/com/southsky/jfreesane/SaneClientAuthentication.java 11 12 91.67%
src/main/java/au/com/southsky/jfreesane/SaneImage.java 12 15 80.0%
Files with Coverage Reduction New Missed Lines %
src/main/java/au/com/southsky/jfreesane/SaneClientAuthentication.java 1 92.06%
Totals Coverage Status
Change from base Build 400: -0.2%
Covered Lines: 952
Relevant Lines: 1152

💛 - Coveralls

@sjamesr sjamesr changed the title remove dependency on guava Splitter remove dependency on guava Jan 4, 2020
Replace CharSource with plain old Reader. Unfortunately this changes the
public interface of SaneClientAuthentication, so anybody who was using
the CharSource constructor will have to move to Reader.
@threadsafe comes to us by way of a findbugs dependency, not part of the
Java SDK. Since we're trying to remove external dependencies, this has
to go.
@sjamesr sjamesr merged commit c559a12 into master Jan 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants