Re: Commit 67158b0

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема Re: Commit 67158b0
Дата
Msg-id CADK3HHJ9H9H=b6Uv6yBELTXPsuLomOe1-FNm=r9=S_+1x9DnzA@mail.gmail.com
обсуждение исходный текст
Ответ на Commit 67158b0  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
Список 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 по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Commit 67158b0
Следующее
От: Dave Cramer
Дата:
Сообщение: [pgjdbc/pgjdbc] 93d8b6: fix checkstyle (#1888)