dlsc-software-consulting-gmbh / GemsFX

A collection of JavaFX controls and utilities.
Apache License 2.0
436 stars 51 forks source link

Refactor notification images to static resources to prevent stack overflow #151

Closed leewyatt closed 1 month ago

leewyatt commented 1 month ago

This PR addresses a critical issue in the InfoCenterApp test suite where generating a large number of notification messages leads to a stack overflow error. The root cause has been identified as the repetitive creation of image resources for each notification.

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud