Commit 67158b0

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Commit 67158b0
Дата
Msg-id 6f4cb479-6cf7-6b80-0cfe-9c4549cc8375@2ndQuadrant.com
обсуждение исходный текст
Ответы Re: Commit 67158b0
Список 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




В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: [pgjdbc/pgjdbc] 496155: Allow setNull with a REF_CURSOR type (#1885)
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: Commit 67158b0