Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
7.12.x
-
None
-
None
Description
Our CaseControlStringStream that implements ANTLRInputStream is throwing warnings because ANTLRInputStream is deprecated in 4.7 in favor of CharStreams.
CharStreams is marked as final so we can't inherit it the same way that we're doing with ANTLRInputStream.
Issue can be found in /wsclient/src/main/java/org/hpccsystems/ws/client/antlr/CaseControlStringStream.java