Commit 67158b0

From: Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com>
To: pgsql-jdbc(at)lists(dot)postgresql(dot)org
Subject: Commit 67158b0
Date: 2020-09-17 19:52:33
Message-ID: 6f4cb479-6cf7-6b80-0cfe-9c4549cc8375@2ndQuadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2020-09-20 23:23:52 Re: Commit 67158b0
Previous Message Andrew Dunstan 2020-09-10 12:39:24 [pgjdbc/pgjdbc] 496155: Allow setNull with a REF_CURSOR type (#1885)