bug: fix not enscaped special symbol that fail build #686
Conversation
Current coverage is 61.98% (diff: 100%)@@ master #686 diff @@
==========================================
Files 150 150
Lines 15145 15145
Methods 0 0
Messages 0 0
Branches 3045 3045
==========================================
+ Hits 9384 9387 +3
+ Misses 4512 4511 -1
+ Partials 1249 1247 -2
|
``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.10.3:jar (attach-javadocs) on project postgresql: MavenReportException: Error while generating Javadoc: [ERROR] Exit code: 1 - /home/fol/project/open-source/pgjdbc/pgjdbc/target/gen-src/org/postgresql/core/Parser.java:962: warning: no @throws for java.sql.SQLException [ERROR] public static String replaceProcessing(String p_sql, boolean replaceProcessingEnabled, [ERROR] ^ [ERROR] /home/fol/project/open-source/pgjdbc/pgjdbc/target/gen-src/org/postgresql/jdbc/PgDatabaseMetaData.java:2138: error: bad use of '>' [ERROR] * For instance: SELECT -> user1 -> list of [grantor, grantable] [ERROR] ^ [ERROR] /home/fol/project/open-source/pgjdbc/pgjdbc/target/gen-src/org/postgresql/jdbc/PgDatabaseMetaData.java:2138: error: bad use of '>' [ERROR] * For instance: SELECT -> user1 -> list of [grantor, grantable] [ERROR] ^ [ERROR] [ERROR] Command line was: /usr/lib/jvm/java-8-oracle/bin/javadoc -J-Xmx2048m @options [ERROR] [ERROR] Refer to the generated Javadoc files in '/home/fol/project/open-source/pgjdbc/pgjdbc/target/apidocs' dir. [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] ```
4ee0350
to
04804ea
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Current master branch state not pass travis build, because fail on javadocs generation.