Skip to content

Errorprone#80

Merged
jonfreedman merged 15 commits intomasterfrom
errorprone
May 20, 2020
Merged

Errorprone#80
jonfreedman merged 15 commits intomasterfrom
errorprone

Conversation

@jonfreedman
Copy link
Copy Markdown
Contributor

No description provided.

jonfreedman and others added 14 commits May 15, 2020 08:02
 - add checker-qual compile scoped dependency to provide @nullable annotation
 - fix some trivial errors/warnings to observe behaviour in github actions
 - PgBinaryWriter#open removed, now opened in constructor
 - SimpleRowWriter#open removed, now opened in constructor
 - PostgreSqlUtils#tryGetPGConnection now returns Optional<PGConnection> and OutParameter removed
 - move compiler/jar plugin definition into pluginManagement so parent pom doesn't compile an empty jar
 - remove compile-jdk11 execution and just set default execution to jdk11
 - don't inherit enforcer plugin
 - fix errorprone/nullaway issues in tests now compiler correctly setup
There is not a lot we can do about the ReflectionUtils library used in
the project. I have opted to supress the casts, so we don't end up with
unfixable warnings.
There is no right or wrong in this case.
@qlty-cloud-legacy
Copy link
Copy Markdown

Code Climate has analyzed commit 84a8f36 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 88.4% (50% is the threshold).

This pull request will bring the total coverage in the repository to 67.3% (-0.4% change).

View more on Code Climate.

@jonfreedman jonfreedman merged commit 3c58a8a into master May 20, 2020
@jonfreedman jonfreedman deleted the errorprone branch May 20, 2020 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants