[
https://issues.apache.org/jira/browse/DERBY-6322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13754830#comment-13754830
]
ASF subversion and git services commented on DERBY-6322:
--------------------------------------------------------
Commit 1519007 from [~dagw] in branch 'code/trunk'
[ https://svn.apache.org/r1519007 ]
DERBY-6322: Remove erreoneous warning in NetBeans: superfluous use of super to
access inherited member variable
This code in SortBufferScan makes NetBeans (7.4beta) issue a warning:
return (super.current != null);
"Incompatible types: boolean is not a functional interface <identifier expected>
; expected"
Patch derby-6322 removes the redundant "super." prefix.
> Remove erreoneous warning in NetBeans: superfluous use of super to access
> inherited member variable
> ---------------------------------------------------------------------------------------------------
>
> Key: DERBY-6322
> URL: https://issues.apache.org/jira/browse/DERBY-6322
> Project: Derby
> Issue Type: Improvement
> Components: Build tools
> Reporter: Dag H. Wanvik
> Assignee: Dag H. Wanvik
> Priority: Minor
> Attachments: derby-6322.diff
>
>
> This code in SortBufferScan makes NetBeans (7.4beta) issue a warning:
> return (super.current != null);
> "Incompatible types: boolean is not a functional interface <identifier
> expected>
> ; expected"
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira