C. Vincent

Results 3 issues of C. Vincent

This prevents using them in try-with-resources blocks in Java 7+, or with close helpers in previous versions of Java.

Our project uses both Spotbugs and the Changelog plugin. Using Spotbugs 3.1.12 and the Spotbugs Gradle plugin 1.7.1 or 2.0.0 with the Changelog plugin 1.55-1.57 works fine. Changelog plugin 1.58,...

Config: ``` resources: [...] - name: version type: semver source: initial_version: 0.0.0-pr.((pr-name)).0 driver: git branch: pipeline-state file: ((pr-name)).version uri: https://bitbucket/scm/prj/repo.git [...] - name: increment-pr serial_groups: [version] plan: - aggregate: -...