Closed brandon1024 closed 2 years ago
If there are import statements on the same line (see example below), the plugin will skip over it. We should make an effort to reformat such lines.
import java.util.ArrayList;import java.util.Collections;import java.util.HashMap;
Be sure to update the limitations section in the help doc page.
limitations
To be fixed in #19
If there are import statements on the same line (see example below), the plugin will skip over it. We should make an effort to reformat such lines.