Skip to content

Conversation

@Md-Yasir
Copy link
Contributor

@Md-Yasir Md-Yasir commented Oct 11, 2025

changed string checking logic

string.length() > 0 to !string.isEmployee

Issue

@sonarqubecloud
Copy link

@stleary
Copy link
Owner

stleary commented Oct 12, 2025

The code looks good. If you decide to make more updates, consider grouping multiple small changes into a single review. For most, you can get an idea about how to make the change by checking previous pull requests. But certain issues, like refactoring a method to reduce the complexity, will need to be done in a way that does not introduce new problems. The refactoring issues should be handled one at a time.

@stleary
Copy link
Owner

stleary commented Oct 12, 2025

No formal PR for this one-line simple change.

@stleary stleary merged commit 3e8d1d1 into stleary:master Oct 12, 2025
8 checks passed
@Md-Yasir
Copy link
Contributor Author

The code looks good. If you decide to make more updates, consider grouping multiple small changes into a single review. For most, you can get an idea about how to make the change by checking previous pull requests. But certain issues, like refactoring a method to reduce the complexity, will need to be done in a way that does not introduce new problems. The refactoring issues should be handled one at a time.

Roger that..

No formal PR for this one-line simple change.

Just a try since this is my first time...These updates will flow to sonarqube automatically right?

@stleary
Copy link
Owner

stleary commented Oct 12, 2025

Yes, the sonarqube build occurs when the PR is first posted. You can see the entry above, which was built yesterday.

@stleary stleary changed the title changed string checking logic Refactoring: String check logic in CDL Dec 24, 2025
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.

2 participants