You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cause
Mining Framework doesn't allow the developer to parameterize its implementations.
Suggestion
Allow the user to input a map of parameters (for example, ["analysisRepositoryPath":"../merge-tools"]) or a json of parameters. The keys of this map would be defined by the developers and it would be parsed by the MF so that they can use it in their implementations.
The text was updated successfully, but these errors were encountered:
Problem
I have to consider some statements when extending the Mining Framework that limitates its usage for my machine.
For example, the implementation of S3M's Handlers Analysis requires the
merge-tools
repository to be in the parent directory of Mining's.miningframework/src/services/S3MHandlersAnalysis/implementations/OutputProcessor.groovy
Lines 8 to 28 in 36b464a
Cause
Mining Framework doesn't allow the developer to parameterize its implementations.
Suggestion
Allow the user to input a map of parameters (for example, ["analysisRepositoryPath":"../merge-tools"]) or a json of parameters. The keys of this map would be defined by the developers and it would be parsed by the MF so that they can use it in their implementations.
The text was updated successfully, but these errors were encountered: