I just tried the following with a random Maven project (TrackMate-TrackAnalysis):
It doesn't seem to make a difference whether I put imglib2 or scijava, the formatting will always remove spaces around parentheses and introduce line breaks for long lines.
It looks to me like the imglib2 style formatting is not working at all.
I just tried the following with a random Maven project (
TrackMate-TrackAnalysis):update parent pom-scijava:
add a
scijava.coding-styleproperty:run
mvn formatter:formatIt doesn't seem to make a difference whether I put
imglib2orscijava, the formatting will always remove spaces around parentheses and introduce line breaks for long lines.It looks to me like the
imglib2style formatting is not working at all.