Skip to content

feat: case insensitive for "sensitive words" and polish #2693

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

xchopin
Copy link

@xchopin xchopin commented Apr 11, 2025

  1. For swears and bad words I believe it should be case insensitive

  2. Little optimization on the ConcurrentHashMap by chaining the methods ensuring atomicity and enhancing thread safety by reducing race condition

  3. Fixing a typo ';' and use of Assert instead of Object.requires for consistancy with the rest of the project

  4. polishing details

/**
* The target class type reference to which the output will be converted.
*/
/** The target class type reference to which the output will be converted. */
Copy link
Author

@xchopin xchopin Apr 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

every attribute comment was on one line except for this one

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