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

Fixes a bug with incorrectly indexed pages +1 #2178

Merged
merged 5 commits into from
Aug 29, 2023
Merged

Conversation

BONNe
Copy link
Member

@BONNe BONNe commented Aug 29, 2023

The commit 585f720 broke button creation, as buttons were created before actually knowing how many buttons of the type should be created.

This change returns to the previous button processing, however, I reduced the complexity for all panels, so they are processed the same way.

@sonarqubecloud
Copy link

SonarCloud Quality Gate failed.    Quality Gate failed

Bug C 1 Bug
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 3 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

@BONNe
Copy link
Member Author

BONNe commented Aug 29, 2023

SonarCloud is reporting non-existing failure, as before makeTemplate(border) it has a check and the code does not go so far as to run into null-pointer.

@BONNe BONNe merged commit da2daae into develop Aug 29, 2023
@BONNe BONNe deleted the bugfix/panel-fix-2177 branch August 29, 2023 18:19
@tastybento
Copy link
Member

SonarCloud is reporting non-existing failure, as before makeTemplate(border) it has a check and the code does not go so far as to run into null-pointer.

Yes. False positive, I reported it to Sonar.

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