[
https://issues.apache.org/jira/browse/CAMEL-13032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16735804#comment-16735804
]
VINEET GANDHI1 commented on CAMEL-13032:
----------------------------------------
Does this require fix as suggested by checkstyle for declaring classes with
private constructor as private classes?
> camel-core - cs checks fixes
> ----------------------------
>
> Key: CAMEL-13032
> URL: https://issues.apache.org/jira/browse/CAMEL-13032
> Project: Camel
> Issue Type: Task
> Reporter: Önder Sezgin
> Priority: Minor
>
> There is two more. Needs more attention because applying what needs to be
> done according to cs check output misleads and causes other problems.
>
> [INFO] Starting audit...
> [ERROR]
> C:\gitrepo\camel\camel-core\src\main\java\org\apache\camel\processor\interceptor\BacklogDebugger.java:64:
> Class BacklogDebugger should be declared as final. [FinalClass]
> [ERROR]
> C:\gitrepo\camel\camel-core\src\main\java\org\apache\camel\support\AsyncProcessorConverterHelper.java:50:
> Class ProcessorToAsyncProcessorBridge should be declared as final.
> [FinalClass]
> Audit done.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)