Skip to content

Conversation

@nealkumar
Copy link
Owner

No description provided.

nealkumar and others added 4 commits April 21, 2020 13:58
…for the CBrew and Native libraries.

Install script for CBrew and Native libraries.

Updated supporting documentation with instructions on how to install install the CBrew and Native libraries.

Added templates folder to cbrew main

Added freebsd installer script and updated root directory for clearer directory structure.

Added further organization from previous commit.

Update install-freebsd.sh

[maven-release-plugin] prepare release v0.1.0-beta.6

[maven-release-plugin] prepare for next development iteration
@nealkumar nealkumar added enhancement Enhances an existing feature or request. cbrew Anything related to the JBrew CBrew Library labels Apr 22, 2020
@nealkumar nealkumar self-assigned this Apr 22, 2020
@todo
Copy link

todo bot commented Apr 22, 2020

- Make TaskQueue a collection so it can be be used instead of ArrayList

this.taskQueue = new BoundedTaskQueue(validateTaskList.size()); // TODO - Make TaskQueue a collection so it can be be used instead of ArrayList
this.memTestTask = (builder.memTestFlag) ? new MemoryAllocateValidatorTask() : null;
this.pThreadTestTask = (builder.pThreadTestFlag) ? new PThreadValidatorTask() : null;
this.runTasks(this.validateTaskList.toArray(new Task<?>[this.validateTaskList.size()]));
}


This comment was generated by todo based on a TODO comment in ca1c926 in #160. cc @nealkumar.

@codecov
Copy link

codecov bot commented Apr 22, 2020

Codecov Report

Merging #160 into staged-for-release will decrease coverage by 7.98%.
The diff coverage is 68.85%.

Impacted file tree graph

@@                  Coverage Diff                   @@
##           staged-for-release     #160      +/-   ##
======================================================
- Coverage               98.15%   90.17%   -7.99%     
======================================================
  Files                      15       18       +3     
  Lines                     163      224      +61     
  Branches                   11       15       +4     
======================================================
+ Hits                      160      202      +42     
- Misses                      2       21      +19     
  Partials                    1        1              
Impacted Files Coverage Δ
...jbrew/cbrew/validator/CBrewValidatorException.java 0.00% <0.00%> (ø)
...brew/validator/CBrewValidatorMemTestException.java 0.00% <0.00%> (ø)
...main/java/org/jbrew/cbrew/validator/Validator.java 95.45% <95.45%> (ø)

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 b2839dc...ef92a91. Read the comment docs.

@nealkumar nealkumar force-pushed the staged-for-release branch from 394512a to b2839dc Compare April 23, 2020 20:11
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@nealkumar nealkumar changed the title Validator updates [WIP] Validator updates May 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cbrew Anything related to the JBrew CBrew Library enhancement Enhances an existing feature or request.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants