[ 
https://issues.apache.org/jira/browse/OPENNLP-1367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17654050#comment-17654050
 ] 

ASF GitHub Bot commented on OPENNLP-1367:
-----------------------------------------

mawiesne commented on code in PR #483:
URL: https://github.com/apache/opennlp/pull/483#discussion_r1060666438


##########
opennlp-tools/src/main/java/opennlp/tools/formats/irishsentencebank/IrishSentenceBankDocument.java:
##########
@@ -198,7 +196,7 @@ public static IrishSentenceBankDocument parse(InputStream 
is) throws IOException
           List<Span> spans = new ArrayList<>();
           NodeList sentnl = sentnode.getChildNodes();
           int flexes = 1;
-          StringBuilder orig = new StringBuilder();
+          java.lang.StringBuilder orig = new java.lang.StringBuilder();

Review Comment:
   Seems to be a bug in latest checkstyle?! Couldn't figure out a better 
workaround for this particular situation.





> Update checkstyle rules for a recent checkstyle version
> -------------------------------------------------------
>
>                 Key: OPENNLP-1367
>                 URL: https://issues.apache.org/jira/browse/OPENNLP-1367
>             Project: OpenNLP
>          Issue Type: Task
>          Components: Build, Packaging and Test
>            Reporter: Jeff Zemerick
>            Assignee: Martin Wiesner
>            Priority: Major
>             Fix For: 2.1.1
>
>
> Update checkstyle rules for checkstyle 8+



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to