[pgjdbc/pgjdbc] ddb38e: chore: add StaticVariableName checkstyle rule (#1414)
AlexElin <[email protected]> Thu, 21 Feb 2019 03:29:53 -0800
| Newsgroups | gmane.comp.db.postgresql.jdbc |
|---|---|
| Message-ID | <pgjdbc/pgjdbc/push/refs/heads/master/[email protected]> |
Branch: refs/heads/master
Home: https://github.com/pgjdbc/pgjdbc
Commit: ddb38e572690f9366ba392a63f1a73711821ae1d
https://github.com/pgjdbc/pgjdbc/commit/ddb38e572690f9366ba392a63f1a73711821ae1d
Author: AlexElin <[email protected]>
Date: 2019-02-21 (Thu, 21 Feb 2019)
Changed paths:
M pgjdbc/src/main/checkstyle/checks.xml
M pgjdbc/src/main/java/org/postgresql/ssl/PGjdbcHostnameVerifier.java
M pgjdbc/src/main/java/org/postgresql/sspi/SSPIClient.java
M pgjdbc/src/main/java/org/postgresql/util/HostSpec.java
M pgjdbc/src/test/java/org/postgresql/test/jdbc2/optional/BaseDataSourceTest.java
M pgjdbc/src/test/java/org/postgresql/test/ssl/SingleCertValidatingFactoryTestSuite.java
Log Message:
-----------
chore: add StaticVariableName checkstyle rule (#1414)
add StaticVariableName checkstyle rule + fix violations + simplify SSPIClient constructor