-
Notifications
You must be signed in to change notification settings - Fork 11
Group 2 - collection and visualization of statistics over feature models and configurations, with command line support #14
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
Open
BvH19
wants to merge
293
commits into
FeatureIDE:teamproject_2025
Choose a base branch
from
BvH19:main
base: teamproject_2025
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BvH19
commented
Oct 17, 2025
- collects statistics over trees, feature models, their constraints, and configurations
- visualization of some statistics, as pop-ups and pdf exports
- new input and output formats for analysis results: CSV (parse only), JSON, YAML
- conversion between feature model file formats: can parse UVL, XML; can write UVL, XML, DOT
- conversion between configuration (boolean assignment list) file formats: can parse BIN, CSV, DIMACS; can write: BIN, CSV, DIMACS, LIST (Variable List and Literal List)
- user interaction via command line UI (see --help for command information)
compuational classes feat: added options for counting different type of atoms test: Added a test for the computational class
OperatorDistribution and AverageConstraintSize including simple tests
…ints and temporary comments.
the formula analysis part. feat: Added counting for True and False instances in the class AtomsCount. test: modified the tests slightly to account for the changes in the class AtomsCount.
… so that it does not count Reference class
…top features", "leaf features", "tree depth"
…om the software product line test course
Amendment: invalidPDFPath() test now works under Linux and Windows!
…ctions and removed unused code
…r class. style: applied spotless.
…odel into TestDataProvider
…ing to reduce to 2 after push
Class providing Test data used in multiple tests
Removed unnecessary semicolon in ConfigurationFormatConversion.java
Merge of changes for imlementing visualization functionality into printStatistics
…o be consistant with ConfigurationFormatConversion
style: renaming of FormatConversion to FeatureModelFormatConversion
X chart plotting
style: final change to camelCase
…reeVisitor package
Refactoring
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.