You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2023/01/02 20:17:48 UTC

[GitHub] [commons-lang] esivakumar18 opened a new pull request, #1006: Added empty string example for isMixedCase method.

esivakumar18 opened a new pull request, #1006:
URL: https://github.com/apache/commons-lang/pull/1006

   Added empty string example for `isMixedCase` method. Junit test for this example is already present in `StringUtilsTest.java`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [commons-lang] esivakumar18 commented on pull request #1006: Added empty string example for isMixedCase method.

Posted by GitBox <gi...@apache.org>.
esivakumar18 commented on PR #1006:
URL: https://github.com/apache/commons-lang/pull/1006#issuecomment-1369223570

   > Thanks!
   
   Thank you @kinow for the review.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [commons-lang] kinow merged pull request #1006: Added empty string example for isMixedCase method.

Posted by GitBox <gi...@apache.org>.
kinow merged PR #1006:
URL: https://github.com/apache/commons-lang/pull/1006


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [commons-lang] codecov-commenter commented on pull request #1006: Added empty string example for isMixedCase method.

Posted by GitBox <gi...@apache.org>.
codecov-commenter commented on PR #1006:
URL: https://github.com/apache/commons-lang/pull/1006#issuecomment-1369196447

   # [Codecov](https://codecov.io/gh/apache/commons-lang/pull/1006?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#1006](https://codecov.io/gh/apache/commons-lang/pull/1006?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (f7a10f9) into [master](https://codecov.io/gh/apache/commons-lang/commit/78b4f09d0b7e2b209badcc05fdeb1844a469ea68?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (78b4f09) will **not change** coverage.
   > The diff coverage is `n/a`.
   
   ```diff
   @@            Coverage Diff            @@
   ##             master    #1006   +/-   ##
   =========================================
     Coverage     92.03%   92.03%           
     Complexity     7429     7429           
   =========================================
     Files           193      193           
     Lines         15672    15672           
     Branches       2899     2899           
   =========================================
     Hits          14423    14423           
     Misses          676      676           
     Partials        573      573           
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/commons-lang/pull/1006?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...ain/java/org/apache/commons/lang3/StringUtils.java](https://codecov.io/gh/apache/commons-lang/pull/1006/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2NvbW1vbnMvbGFuZzMvU3RyaW5nVXRpbHMuamF2YQ==) | `98.86% <ø> (ø)` | |
   
   :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org