guilhermejccavalcanti / s3m

Semistructured merge tool for java applications.
23 stars 35 forks source link

Parameter to enable/disable unstructured merge output #146

Closed guilhermejccavalcanti closed 3 years ago

guilhermejccavalcanti commented 3 years ago

Currently, the tool generates a version of the merged file with unstructured merge (besides the version of semistructured merge) in https://github.com/guilhermejccavalcanti/jFSTMerge/blob/master/src/main/java/br/ufpe/cin/printers/Prettyprinter.java#L63

A suggestions is to create a parameter to enable/disable that.