Hi, > I can't process as you say, there are small changes all over the classes, > create a JIRA for each change would be a nightmare No need for a JIRA for each change - just a few more commits explaining the changes so they can be understood step by step.
Some changes while valid (eg changing access from public to private because no one calls or marking something as final) it may change the intent so you might want to be a little careful with changes like that. Thanks, Justin