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

feat(ia): implement all LoggerEx functions #27

Merged
merged 1 commit into from
Jul 5, 2022
Merged

feat(ia): implement all LoggerEx functions #27

merged 1 commit into from
Jul 5, 2022

Conversation

cesarcoatl
Copy link
Member

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Other... Please describe:

What is the current behavior?

LoggerEx class does not implement all functions.

Issue Number: N/A

What is the new behavior?

This change implements all LoggerEx functions and adds the following supporting packages:

  • org.apache.lang3
  • org.slf4j

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

This change adds the following supporting packages:

* org.apache.lang3
* org.slf4j
@sourcery-ai
Copy link
Contributor

sourcery-ai bot commented Jul 5, 2022

Sourcery Code Quality Report

❌  Merging this PR will decrease code quality in the affected files by 0.02%.

Quality metrics Before After Change
Complexity 0.00 ⭐ 0.00 ⭐ 0.00
Method Length 7.08 ⭐ 6.97 ⭐ -0.11 👍
Working memory 1.84 ⭐ 2.06 ⭐ 0.22 👎
Quality 99.51% 99.49% -0.02% 👎
Other metrics Before After Change
Lines 264 499 235
Changed files Quality Before Quality After Quality Change
src/com/inductiveautomation/ignition/common/util/init.py 100.00% ⭐ 99.44% ⭐ -0.56% 👎
src/java/io/init.py 99.81% ⭐ 99.81% ⭐ 0.00%
src/java/lang/init.py 99.18% ⭐ 99.34% ⭐ 0.16% 👍

Here are some functions in these files that still need a tune-up:

File Function Complexity Length Working Memory Quality Recommendation

Legend and Explanation

The emojis denote the absolute quality of the code:

  • ⭐ excellent
  • 🙂 good
  • 😞 poor
  • ⛔ very poor

The 👍 and 👎 indicate whether the quality has improved or gotten worse with this pull request.


Please see our documentation here for details on how these metrics are calculated.

We are actively working on this report - lots more documentation and extra metrics to come!

Help us improve this quality report!

@cesarcoatl cesarcoatl merged commit ab53282 into ignition-devs:main Jul 5, 2022
@cesarcoatl cesarcoatl deleted the feat/ia/LoggerEx branch July 6, 2022 00:01
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.

1 participant