Re: Commit 67158b0

From: Dave Cramer <davecramer(at)postgres(dot)rocks>
To: Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com>
Cc: pgsql-jdbc(at)lists(dot)postgresql(dot)org
Subject: Re: Commit 67158b0
Date: 2020-09-20 23:23:52
Message-ID: CADK3HHJ9H9H=b6Uv6yBELTXPsuLomOe1-FNm=r9=S_+1x9DnzA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Thanks,

I will fix it.

Dave Cramer
www.postgres.rocks

On Thu, 17 Sep 2020 at 15:52, Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)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
>
>
>
>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2020-09-20 23:57:51 [pgjdbc/pgjdbc] 93d8b6: fix checkstyle (#1888)
Previous Message Andrew Dunstan 2020-09-17 19:52:33 Commit 67158b0