Re: Commit 67158b0 - Mailing list pgsql-jdbc

From Dave Cramer
Subject Re: Commit 67158b0
Date
Msg-id CADK3HHJ9H9H=b6Uv6yBELTXPsuLomOe1-FNm=r9=S_+1x9DnzA@mail.gmail.com
Whole thread Raw
In response to Commit 67158b0  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
List pgsql-jdbc
Thanks, 

I will fix it.

Dave Cramer
www.postgres.rocks


On Thu, 17 Sep 2020 at 15:52, Andrew Dunstan <andrew.dunstan@2ndquadrant.com> wrote:



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: Commit 67158b0
Next
From: Dave Cramer
Date:
Subject: [pgjdbc/pgjdbc] 93d8b6: fix checkstyle (#1888)