Skip to content

Commit def34f8

Browse files
authored
Merge pull request #1536 from IETS3/feature/improve_update_all_configs_intention_1530
Variability: Improve "Update All Configurations" intention
2 parents c06faf3 + eadea15 commit def34f8

File tree

5 files changed

+2058
-133
lines changed

5 files changed

+2058
-133
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ The project does _not_ follow Semantic Versioning and the changes are documented
77

88
## December 2025
99

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+
1014
### Fixed
1115

1216
- Variability: The propagation of configuration updates to referencing configurations has been improved. Due to this optimization, it needs much less CPU time now.
@@ -15,17 +19,21 @@ The project does _not_ follow Semantic Versioning and the changes are documented
1519
## November 2025
1620

1721
### Added
22+
1823
- The Maven POM now contains all bundled JARs as dependencies with `provided` scope to help with automated license and
1924
vulnerability scanning.
2025

2126
### Fixed
27+
2228
- A bug was fixed that caused the editor of NumberLiteral to break if a property macro was used for its value.
2329
- Added missing support for IndexExpr for the operations findFirst and forEach.
2430
- 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.
2531

32+
2633
## October 2025
2734

2835
### Added
36+
2937
- Variability: Some changes regarding variant configurations:
3038
- A check has been added for duplicate names of configurations in the same container.
3139
- 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.
@@ -38,25 +46,29 @@ The project does _not_ follow Semantic Versioning and the changes are documented
3846
- A new intention is available to split kernelF StringLiterals into concatenation parts
3947

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

54+
4555
## September 2025
4656

4757
### Added
58+
4859
- Data tables, binary and multi-criteria decision tables now support deletion, copying and pasting when multiple cells are selected with the mouse.
4960

5061
### Fixed
62+
5163
- The renderReadable/getPresentation implementations were improved and are now equivalent in all concepts.
5264
- 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.
5365
- 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.
5466

55-
5667
### Added
5768

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

71+
6072
## July 2025
6173

6274
### Fixed
@@ -66,6 +78,7 @@ The project does _not_ follow Semantic Versioning and the changes are documented
6678
- Duplicated colors for PARTIAL and IGNORED
6779

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

0 commit comments

Comments
 (0)