butterfly icon indicating copy to clipboard operation
butterfly copied to clipboard

Application transformation tool

Results 100 butterfly issues
Sort by recently updated
recently updated
newest added

Implement all TODO comments under [ButterflyIT](https://github.com/paypal/butterfly/blob/develop/tests/integration-tests/src/test/java/com/paypal/butterfly/tests/ButterflyIT.java#L25) class, adding the following tests: 1. Assure the output generated by Butterfly help is correct. 1. Assure the output generated by `butterfly -l` is...

quality

Improve Quick Start document by: 1. Adding a human readable instructions list explaining how to convert the WAR application to Spring Boot. 1. Adding a copy of the sample transformation...

documentation

As soon as Butterfly is popular enough (and meets the necessary criteria), add its brew installer to brew main repo.

enhancement

Butterfly removes execution flag from modified files. Steps to reproduce this issue: 1. Turn on execution flag from any file that is supposed to be transformed (use `chmod` command in...

bug
raptor

TransformationUtilityLoop should allow setting a maximum number of iterations, to avoid infinite loops.

enhancement
raptor

Every `TransformationUtilityParent` should log a line break and message stating its name, the beginning, and the end of that parent execution whenever running in debug mode. If the parent has...

enhancement

They could be as simple as the POM TOs (having one TO per use case), or there could be just one single TO, which would perform the transformation based in...

enhancement
raptor

Sometimes all utilities in a particular group will execute against the same file, so, it would be useful if TransformationUtilityGroup could support setting the file as well.

enhancement