Skip to content

Commit 5c36bc0

Browse files
committed
fied more check style errors
Signed-off-by: davidradl <[email protected]>
1 parent bc3a717 commit 5c36bc0

File tree

67 files changed

+10478
-69
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+10478
-69
lines changed

.checkstyle

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
3+
<fileset-config file-format-version="1.2.0" simple-config="false" sync-formatter="false">
4+
<local-check-config name="maven-checkstyle-plugin validate" location="file:/Users/davidradley/flink-http-connector/tools/maven/checkstyle.xml" type="remote" description="maven-checkstyle-plugin configuration validate">
5+
<property name="checkstyle.header.file" value="/Users/davidradley/eclipse-http-flink/.metadata/.plugins/org.eclipse.core.resources/.projects/flink-connector-http/com.basistech.m2e.code.quality.checkstyleConfigurator/checkstyle-header-validate.txt"/>
6+
<property name="checkstyle.cache.file" value="${project_loc}/target/checkstyle-cachefile"/>
7+
<property name="checkstyle.suppressions.file" value="/Users/davidradley/eclipse-http-flink/.metadata/.plugins/org.eclipse.core.resources/.projects/flink-connector-http/com.basistech.m2e.code.quality.checkstyleConfigurator/checkstyle-suppressions-validate.xml"/>
8+
</local-check-config>
9+
<fileset name="java-sources-validate" enabled="true" check-config-name="maven-checkstyle-plugin validate" local="true">
10+
<file-match-pattern match-pattern="^src/main/java/.*\/.*\.java" include-pattern="true"/>
11+
<file-match-pattern match-pattern="^src/test/java/.*\/.*\.java" include-pattern="true"/>
12+
<file-match-pattern match-pattern="^src/main/resources/.*\.properties" include-pattern="true"/>
13+
<file-match-pattern match-pattern="^src/test/resources/.*\.properties" include-pattern="true"/>
14+
</fileset>
15+
</fileset-config>

.metadata/.lock

Whitespace-only changes.

.metadata/.lock_info

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#Fri Jul 18 11:43:05 BST 2025
2+
host=davids-mbp-2.hursley.uk.ibm.com
3+
process-id=96995
4+
user=davidradley

.metadata/.log

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
!SESSION 2025-07-18 11:43:03.703 -----------------------------------------------
2+
eclipse.buildId=4.35.0.20250306-0811
3+
java.version=21.0.6
4+
java.vendor=Eclipse Adoptium
5+
BootLoader constants: OS=macosx, ARCH=aarch64, WS=cocoa, NL=en_GB
6+
Framework arguments: -product org.eclipse.epp.package.jee.product -keyring /Users/davidradley/.eclipse_keyring
7+
Command-line arguments: -os macosx -ws cocoa -arch aarch64 -product org.eclipse.epp.package.jee.product -keyring /Users/davidradley/.eclipse_keyring -data /Users/davidradley/flink-http-connector
8+
9+
!ENTRY ch.qos.logback.classic 1 0 2025-07-18 11:43:04.981
10+
!MESSAGE Activated before the state location was initialized. Retry after the state location is initialized.
11+
12+
!ENTRY org.eclipse.lemminx.uber-jar 4 0 2025-07-18 11:43:05.093
13+
!MESSAGE bundle org.eclipse.lemminx.uber-jar:0.29.0 (1307) Component descriptor entry 'OSGI-INF/*.xml' not found
14+
15+
!ENTRY ch.qos.logback.classic 1 0 2025-07-18 11:43:05.964
16+
!MESSAGE Logback config file: /Users/davidradley/flink-http-connector/.metadata/.plugins/org.eclipse.m2e.logback/logback.2.7.0.20241001-1350.xml
591 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)