Skip to content

Commit 58b8110

Browse files
committed
add changelog and spotlessapply
1 parent e87c97d commit 58b8110

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Currently the versioning policy of this project follows [Semantic Versioning v2.
4646
- Use diamond operator in constructor calls of Collections ([#3176](https://github.com/spotbugs/spotbugs/pull/3176))
4747
- Use `Collection.isEmpty()` to test for emptiness ([#3180](https://github.com/spotbugs/spotbugs/pull/3180))
4848
- Use method references instead of lambdas where possible ([#3179](https://github.com/spotbugs/spotbugs/pull/3179))
49+
- Remove unnecessary throws declarations ([#3220](https://github.com/spotbugs/spotbugs/pull/3220))
4950

5051
### Changed
5152
- Bump up Java version to 11

eclipsePlugin-test/src/de/tobject/findbugs/quickfix/test/QuickfixMulti.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
import org.eclipse.core.resources.IProject;
3434
import org.eclipse.core.resources.IResource;
3535
import org.eclipse.core.runtime.CoreException;
36-
import org.eclipse.jdt.core.JavaModelException;
3736
import org.eclipse.ui.IMarkerResolution;
3837
import org.eclipse.ui.views.markers.WorkbenchMarkerResolution;
3938
import org.junit.jupiter.api.BeforeAll;

spotbugs-tests/src/test/java/edu/umd/cs/findbugs/sarif/SarifBugReporterTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
import edu.umd.cs.findbugs.DetectorFactoryCollection;
3535
import edu.umd.cs.findbugs.FindBugs2;
3636
import edu.umd.cs.findbugs.Plugin;
37-
import edu.umd.cs.findbugs.PluginException;
3837
import edu.umd.cs.findbugs.PluginLoader;
3938
import edu.umd.cs.findbugs.Priorities;
4039
import edu.umd.cs.findbugs.Project;

0 commit comments

Comments
 (0)