Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replaces AbstractMap with Maps. Towards #1326 #1512

Merged
merged 2 commits into from
Aug 20, 2016
Merged

Replaces AbstractMap with Maps. Towards #1326 #1512

merged 2 commits into from
Aug 20, 2016

Conversation

danieldietrich
Copy link
Contributor

This is a workaround for JDK Bug 8141122.

In this PR step-by-step all package private super classes of Javaslang types will be substituted with package private helper classes that contain static functions.

@danieldietrich danieldietrich added this to the 2.0.3 milestone Aug 20, 2016
@codecov-io
Copy link

codecov-io commented Aug 20, 2016

Current coverage is 97.04% (diff: 98.56%)

Merging #1512 into master will increase coverage by 0.01%

@@             master      #1512   diff @@
==========================================
  Files            87         87          
  Lines         10405      10507   +102   
  Methods           0          0          
  Messages          0          0          
  Branches       1797       1797          
==========================================
+ Hits          10095      10196   +101   
- Misses          182        183     +1   
  Partials        128        128          

Powered by Codecov. Last update 6d035ca...baf1659

@danieldietrich
Copy link
Contributor Author

I will replace every abstract, package-private super class in a separate PR in order to make it easier to merge changes into the 2.0.3 branch.

@danieldietrich danieldietrich merged commit f3840dc into vavr-io:master Aug 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants