Skip to content

Fix line length violations across multiple example files#17256

Open
anukalp2804 wants to merge 1 commit intoapache:masterfrom
anukalp2804:fix/line-length-violation
Open

Fix line length violations across multiple example files#17256
anukalp2804 wants to merge 1 commit intoapache:masterfrom
anukalp2804:fix/line-length-violation

Conversation

@anukalp2804
Copy link
Contributor

Description

This PR fixes line length violations reported by the sonarcloud analysis tool.These changes ensure the code follows the project's formatting guidelines.

Changes:

  • Updated multiple files in the example module.
  • Adjusted lines to comply with the project's maximum line length rule.

Files modified:

  • example/jdbc/src/main/java/org/apache/iotdb/TableModelJDBCExample.java.
  • example/rest-java-example/src/main/java/org/apache/iotdb/HttpExample.java.
  • example/rest-java-example/src/main/java/org/apache/iotdb/HttpsExample.java.

This change addresses a Sonar-reported Line Length external_checkstyle:sizes.LineLengthCheck:

This PR has:

  • been self-reviewed.
  • been built locally with mvn spotless:apply.
  • been built locally with mvn clean package -DskipTests.
  • been built locally with mvn -pl iotdb-core -am test -DskipTests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant