Skip to content

Commit 9ed89c4

Browse files
committed
Improve intention "Update all configurations" (#1530).
Details: Implement model dialog with progress bar for syncronous update of all configs. Split each configuration update into two steps, postpone model updates and add timing measurements. Enforce update of editors of updated configurations. Refactor code based on review suggestion. Update CHANGELOG and unify formatting.
1 parent 250b582 commit 9ed89c4

File tree

5 files changed

+2061
-133
lines changed

5 files changed

+2061
-133
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,31 @@ All notable changes to this project are documented in this file.
55
Format of the log is _loosely_ based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66
The project does _not_ follow Semantic Versioning and the changes are documented in reverse chronological order, grouped by calendar month.
77

8+
## December 2025
9+
10+
### Added
11+
12+
- Variability: The intention "Update all configurations" for feature models has been improved: Now a modal dialog with a progress bar and some additional information is shown. The process is now completely sequential, improving stability. Moreover, there is some timing output in the log. Finally, performance has been improved by postponing the event handling for all changes to the involved models.
13+
14+
815
## November 2025
916

1017
### Added
18+
1119
- The Maven POM now contains all bundled JARs as dependencies with `provided` scope to help with automated license and
1220
vulnerability scanning.
1321

1422
### Fixed
23+
1524
- A bug was fixed that caused the editor of NumberLiteral to break if a property macro was used for its value.
1625
- Added missing support for IndexExpr for the operations findFirst and forEach.
1726
- An invalid checking rule for parameter value types of functional component instances has been removed. It was introduced by a move of IETS3.Core languages in February 2025.
1827

28+
1929
## October 2025
2030

2131
### Added
32+
2233
- Variability: Some changes regarding variant configurations:
2334
- A check has been added for duplicate names of configurations in the same container.
2435
- Configurations might become inconsistent due to errors during manual conflict merges. A couple of model checks have been added to detect this. Additionally, there are quickfixes to fix such errors.
@@ -31,25 +42,29 @@ The project does _not_ follow Semantic Versioning and the changes are documented
3142
- A new intention is available to split kernelF StringLiterals into concatenation parts
3243

3344
### Fixed
45+
3446
- Improved the readability of lists by enforcing a new line when a threshold of three elements per list is exeeded.
3547
- A DecTab bug not respecting the default value was fixed and a corresponding warning was added to warn users which default value takes precedence
3648
- Ignored concepts of the coverage analyzer are now colored with IGNORED_COLOR.
3749

50+
3851
## September 2025
3952

4053
### Added
54+
4155
- Data tables, binary and multi-criteria decision tables now support deletion, copying and pasting when multiple cells are selected with the mouse.
4256

4357
### Fixed
58+
4459
- The renderReadable/getPresentation implementations were improved and are now equivalent in all concepts.
4560
- Variability: For feature attributes, the inspector in the configuration editor shows the current value of the attribute and what caused this value (manual input by user, default, forced by tool, etc). This assignment cause is read-only now. An intention is added to manually set it to 'manual' state.
4661
- Variability: In the configuration editor, pressing Return/Enter anywhere will create an empty line after the configuration. Pressing Shift-Return/Enter on the header line of a configuration will create an empty line before the configuration.
4762

48-
4963
### Added
5064

5165
- Data tables, binary and multi-criteria decision tables now support deletion, copying and pasting when multiple cells are selected with the mouse.
5266

67+
5368
## July 2025
5469

5570
### Fixed
@@ -59,6 +74,7 @@ The project does _not_ follow Semantic Versioning and the changes are documented
5974
- Duplicated colors for PARTIAL and IGNORED
6075

6176
### Added
77+
6278
- CI tests for InterpreterCoverageAssQuery which make use use the calculated coverage data
6379
- Solver: Add test infrastructure to ensure that errors computed by any solver are converted to editor messages properly.
6480
- Variability: APIs for FilterParams (configuration of filter&instantiate process) and skeleton tree data structure were extended

0 commit comments

Comments
 (0)