[
https://issues.apache.org/jira/browse/PDFBOX-4365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16669161#comment-16669161
]
ASF subversion and git services commented on PDFBOX-4365:
---------------------------------------------------------
Commit 1845260 from [email protected] in branch 'pdfbox/branches/2.0'
[ https://svn.apache.org/r1845260 ]
PDFBOX-4365: remove generics, not supported on jdk1.6
> PDFDebugger: JComboBox does not take generic parameters in Java 1.6
> -------------------------------------------------------------------
>
> Key: PDFBOX-4365
> URL: https://issues.apache.org/jira/browse/PDFBOX-4365
> Project: PDFBox
> Issue Type: Bug
> Components: Swing GUI
> Affects Versions: 2.0.13
> Reporter: Emmeran Seehuber
> Assignee: Tilman Hausherr
> Priority: Major
>
> In the pdfbox-debugger/StreamPane.java:168 you are using generics with a
> JComboBox.
> This causes a compile error when targeting JDK 1.6, as JComboBox does only
> take a generic parameter since 1.7 AFAIR. I assume that this code will not
> run on JDK 1.6, you may get it to compile with a JDK 1.7+ - but at least JDK
> 10 complains about this when compiling.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]