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 2022/11/25 21:03:57 UTC

[GitHub] [commons-configuration] arturobernalg opened a new pull request, #242: Comparisons with String.indexOf() calls that can be replaced with a c…

arturobernalg opened a new pull request, #242:
URL: https://github.com/apache/commons-configuration/pull/242

   …all to the String.contains() method.


-- 
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-configuration] kinow merged pull request #242: Comparisons with String.indexOf() calls that can be replaced with a c…

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


-- 
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-configuration] codecov-commenter commented on pull request #242: Comparisons with String.indexOf() calls that can be replaced with a c…

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

   # [Codecov](https://codecov.io/gh/apache/commons-configuration/pull/242?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 [#242](https://codecov.io/gh/apache/commons-configuration/pull/242?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (e303a4e) into [master](https://codecov.io/gh/apache/commons-configuration/commit/f23f67fba6d299ab393bbd8494f6e19f02f23b14?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (f23f67f) will **increase** coverage by `0.01%`.
   > The diff coverage is `100.00%`.
   
   ```diff
   @@             Coverage Diff              @@
   ##             master     #242      +/-   ##
   ============================================
   + Coverage     89.02%   89.03%   +0.01%     
   - Complexity     3536     3537       +1     
   ============================================
     Files           183      183              
     Lines          9653     9653              
     Branches       1197     1197              
   ============================================
   + Hits           8594     8595       +1     
     Misses          777      777              
   + Partials        282      281       -1     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/commons-configuration/pull/242?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...iguration2/convert/LegacyListDelimiterHandler.java](https://codecov.io/gh/apache/commons-configuration/pull/242/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-c3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2NvbW1vbnMvY29uZmlndXJhdGlvbjIvY29udmVydC9MZWdhY3lMaXN0RGVsaW1pdGVySGFuZGxlci5qYXZh) | `88.70% <100.00%> (ø)` | |
   | [...s/configuration2/tree/DefaultConfigurationKey.java](https://codecov.io/gh/apache/commons-configuration/pull/242/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-c3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2NvbW1vbnMvY29uZmlndXJhdGlvbjIvdHJlZS9EZWZhdWx0Q29uZmlndXJhdGlvbktleS5qYXZh) | `90.85% <100.00%> (ø)` | |
   | [...commons/configuration2/tree/InMemoryNodeModel.java](https://codecov.io/gh/apache/commons-configuration/pull/242/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-c3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2NvbW1vbnMvY29uZmlndXJhdGlvbjIvdHJlZS9Jbk1lbW9yeU5vZGVNb2RlbC5qYXZh) | `97.27% <0.00%> (+0.38%)` | :arrow_up: |
   
   :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