Commit 67158b0 - Mailing list pgsql-jdbc

From Andrew Dunstan
Subject Commit 67158b0
Date
Msg-id 6f4cb479-6cf7-6b80-0cfe-9c4549cc8375@2ndQuadrant.com
Whole thread Raw
Responses Re: Commit 67158b0  (Dave Cramer <davecramer@postgres.rocks>)
List pgsql-jdbc


Hi,


the style checker doesn't like this commit:


[ant:checkstyle] [ERROR]
/home/andrew/pgjdbc/pgjdbc/src/test/java/org/postgresql/util/PGtokenizerTest.java:1:
Line does not match expected header line of '/\*'. [RegexpHeader]
[ant:checkstyle] [ERROR]
/home/andrew/pgjdbc/pgjdbc/src/test/java/org/postgresql/util/PGtokenizerTest.java:3:
Using the '.*' form of import should be avoided -
org.junit.jupiter.api.Assertions.*. [AvoidStarImport]
[ant:checkstyle] [ERROR]
/home/andrew/pgjdbc/pgjdbc/src/test/java/org/postgresql/util/PGtokenizerTest.java:9:
'CLASS_DEF' has more than 1 empty lines before. [EmptyLineSeparator]



cheers


andrew




pgsql-jdbc by date:

Previous
From: Andrew Dunstan
Date:
Subject: [pgjdbc/pgjdbc] 496155: Allow setNull with a REF_CURSOR type (#1885)
Next
From: Dave Cramer
Date:
Subject: Re: Commit 67158b0