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

Allow nonnumeric strings at end of proc arrays #1073

Merged
merged 2 commits into from Jan 1, 2020
Merged

Allow nonnumeric strings at end of proc arrays #1073

merged 2 commits into from Jan 1, 2020

Conversation

dbwiddis
Copy link
Member

Fixes #1071

@dbwiddis
Copy link
Member Author

Codacy Here is an overview of what got changed by this pull request:

Complexity increasing per file
==============================
- oshi-core/src/main/java/oshi/util/ParseUtil.java  6
         

See the complete overview on Codacy

@coveralls
Copy link

coveralls commented Dec 31, 2019

Coverage Status

Coverage increased (+0.3%) to 82.154% when pulling 4285cfa on dbwiddis:procutil into 7d4894b on oshi:master.

@codecov-io
Copy link

codecov-io commented Dec 31, 2019

Codecov Report

Merging #1073 into master will increase coverage by 0.24%.
The diff coverage is 94.59%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1073      +/-   ##
============================================
+ Coverage     77.58%   77.83%   +0.24%     
  Complexity        2        2              
============================================
  Files            26       26              
  Lines          1249     1272      +23     
  Branches        159      166       +7     
============================================
+ Hits            969      990      +21     
  Misses          205      205              
- Partials         75       77       +2
Impacted Files Coverage Δ Complexity Δ
oshi-core/src/main/java/oshi/util/ParseUtil.java 94.53% <94.59%> (-0.35%) 0 <0> (ø)

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 7d4894b...4285cfa. Read the comment docs.

@dbwiddis dbwiddis merged commit e6d8a5c into oshi:master Jan 1, 2020
@dbwiddis dbwiddis deleted the procutil branch January 1, 2020 01:41
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.

LinuxOperatingSystem.getProcess fails on OpenVZ 7 kernels
3 participants