- May 13, 2025
-
-
Céline TREBEAU authored
-
- Apr 17, 2025
-
-
Céline TREBEAU authored
- Removed PowerMock dependencies from pom.xml as it's incompatible with modern Mockito (v5+) - Updated pom.xml to use JUnit 5 (`junit-jupiter`) and `mockito-junit-jupiter` for clean integration - Replaced incorrect stubbing of long-returning methods (`getDepth()`, `getFrames()`, `getChannels()`) in test class with proper `long` literals (e.g., `5L` instead of `5`) - Ensured all Mockito stubs match the exact return types to avoid `WrongTypeOfReturnValue` errors - Confirmed tests now run under JUnit 5 with `MockitoExtension` and no legacy dependencies
-
- Apr 10, 2025
-
-
Céline TREBEAU authored
-
Céline TREBEAU authored
feat(gui): Add two bound StringProperties to pass input name from Preprocessing to Projection controller - Introduced two StringProperty fields in the GUI, bound to each other - Used to transfer the input name from the PreprocessingController to the ProjectionController - Input name is now displayed in the Projection view
-
- Apr 05, 2025
-
-
Céline TREBEAU authored
-
Céline TREBEAU authored
- Integrated FileChooser in save mode to let users pick where to save the example.csv - Extracts the embedded CSV from resources and writes it to the selected location - Automatically opens the file in the default system editor after saving
-
Céline TREBEAU authored
- Deleted Tests from `PretreatmentParametersTest`, which contained tests for deprecated and unused functionality.
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
refactor: updated property types from DoubleProperty to IntegerProperty to better reflect value semantics
-
Céline TREBEAU authored
feat: Added error popup on Run button click when no image is loaded to prevent program execution without required input
-
Céline TREBEAU authored
-
- Apr 04, 2025
-
-
Céline TREBEAU authored
Serialization and Deserialization of parameters using a JSON file
-
Céline TREBEAU authored
-
- Apr 02, 2025
-
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
- Apr 01, 2025
-
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
- Mar 31, 2025
-
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
- Mar 27, 2025
-
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-