Skip to content
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.

(#126) UsernamePasswordLogin: NPE when login() multiple times #127

Merged
merged 1 commit into from Jan 3, 2018

Conversation

llorllale
Copy link
Owner

(FIX) UsernamePasswordLogin.login() was erroneously resetting user/pass
          fields to null. This attributes are now declared final.

closes #126

(FIX) UsernamePasswordLogin.login() was erroneously resetting user/pass
      fields to null. This attributes are now declared final.
@llorllale llorllale added the bug label Jan 2, 2018
@llorllale llorllale added this to the 1.0.0 milestone Jan 2, 2018
@llorllale llorllale self-assigned this Jan 2, 2018
@codecov
Copy link

codecov bot commented Jan 2, 2018

Codecov Report

Merging #127 into master will decrease coverage by 0.05%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #127      +/-   ##
==========================================
- Coverage    90.8%   90.74%   -0.06%     
==========================================
  Files          47       47              
  Lines         685      681       -4     
  Branches       32       32              
==========================================
- Hits          622      618       -4     
  Misses         55       55              
  Partials        8        8
Impacted Files Coverage Δ
...le/youtrack/api/session/UsernamePasswordLogin.java 93.1% <100%> (-0.84%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update eab4ac1...7c51bbe. Read the comment docs.

@llorllale llorllale merged commit 576cc50 into master Jan 3, 2018
@llorllale llorllale deleted the 126 branch January 3, 2018 00:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UsernamePasswordLogin: NPE when login() multiple times
1 participant