File tree Expand file tree Collapse file tree 3 files changed +1
-2
lines changed
eclipsePlugin-test/src/de/tobject/findbugs/quickfix/test
spotbugs-tests/src/test/java/edu/umd/cs/findbugs/sarif Expand file tree Collapse file tree 3 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ Currently the versioning policy of this project follows [Semantic Versioning v2.
46
46
- Use diamond operator in constructor calls of Collections ([ #3176 ] ( https://github.com/spotbugs/spotbugs/pull/3176 ) )
47
47
- Use ` Collection.isEmpty() ` to test for emptiness ([ #3180 ] ( https://github.com/spotbugs/spotbugs/pull/3180 ) )
48
48
- 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 ) )
49
50
50
51
### Changed
51
52
- Bump up Java version to 11
Original file line number Diff line number Diff line change 33
33
import org .eclipse .core .resources .IProject ;
34
34
import org .eclipse .core .resources .IResource ;
35
35
import org .eclipse .core .runtime .CoreException ;
36
- import org .eclipse .jdt .core .JavaModelException ;
37
36
import org .eclipse .ui .IMarkerResolution ;
38
37
import org .eclipse .ui .views .markers .WorkbenchMarkerResolution ;
39
38
import org .junit .jupiter .api .BeforeAll ;
Original file line number Diff line number Diff line change 34
34
import edu .umd .cs .findbugs .DetectorFactoryCollection ;
35
35
import edu .umd .cs .findbugs .FindBugs2 ;
36
36
import edu .umd .cs .findbugs .Plugin ;
37
- import edu .umd .cs .findbugs .PluginException ;
38
37
import edu .umd .cs .findbugs .PluginLoader ;
39
38
import edu .umd .cs .findbugs .Priorities ;
40
39
import edu .umd .cs .findbugs .Project ;
You can’t perform that action at this time.
0 commit comments