Sergey
Results
12
issues of
Sergey
I know I can exclude packages and classes in Maven configuration of the Jacoco plugin. I also know I can put `@Generated` on my methods and exclude them as well....
type: enhancement
I wrote a simple `JSlider` using `javax.swing`, but it's acting weirdly. Here's an MRE: ```java import javax.swing.SwingUtilities; public class App { public static void main(String[] args) { SwingUtilities.invokeLater(() -> new...