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

[Enhancement] Optimize getClass().getSimpleName() usage in unit test anonymous classes #136

Open
2 of 3 tasks
Pil0tXia opened this issue Apr 22, 2024 · 0 comments
Open
2 of 3 tasks
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Pil0tXia
Copy link
Member

Search before asking

  • I had searched in the issues and found no similar issues.

Enhancement Request

image

In an anonymous class, the getClass().getSimpleName() method will return an empty string, causing the log to fail to record the class name.

Describe the solution you'd like

Optimize logging methods.

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@Pil0tXia Pil0tXia added enhancement New feature or request good first issue Good for newcomers labels Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant