Thread: Commit 67158b0

Commit 67158b0

From
Andrew Dunstan
Date:


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




Re: Commit 67158b0

From
Dave Cramer
Date:
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