You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/05/21 16:39:00 UTC

[jira] [Commented] (KAFKA-6926) Reduce NPath exceptions in Connect

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

ASF GitHub Bot commented on KAFKA-6926:
---------------------------------------

rhauch opened a new pull request #5051:  KAFKA-6926: Simplified some logic to eliminate some suppressions of NPath complexity checks
URL: https://github.com/apache/kafka/pull/5051
 
 
   *Requires #5046 to be merged first.* This PR should be rebased once #5046 is merged.
   
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Reduce NPath exceptions in Connect
> ----------------------------------
>
>                 Key: KAFKA-6926
>                 URL: https://issues.apache.org/jira/browse/KAFKA-6926
>             Project: Kafka
>          Issue Type: Improvement
>          Components: KafkaConnect
>    Affects Versions: 2.0.0
>            Reporter: Randall Hauch
>            Assignee: Randall Hauch
>            Priority: Major
>
> The [recent upgrade of Checkstyle and move to Java 8|https://github.com/apache/kafka/pull/5046/files/1a83b7d04bd3cecbb68d033211b1bcdfbe085d47#diff-6869a8c771257f000c3cefb045e9d289] has caused some existing code to not pass the NPath rule. Look at the classes to see what might need to be changed to remove the class from the suppression rule:
> AbstractStatus|ConnectRecord|ConnectSchema|DistributedHerder|FileStreamSourceTask|JsonConverter|KafkaConfigBackingStore



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)