Support Requests item #3563414, was opened at 2012-08-30 11:33
Message generated for change (Tracker Item Submitted) made by lewitt
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=744693&aid=3563414&group_id=139835

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Install Problem (example)
Group: None
Status: Open
Priority: 5
Private: No
Submitted By: Martin Lewitt (lewitt)
Assigned to: Nobody/Anonymous (nobody)
Summary: java 7 breaks backward compatibility

Initial Comment:
When building under java 7 I encountered a compile error for setListData.  It 
turns out that Oracle broke backward compatibility by make Jlist generic.  I 
only understood the problem when I found a discussion of it partway down this 
thread:

http://www.coderanch.com/t/558064/Java/java/Java

The error message is a bit cryptic, something about "must override or implement 
a supertype method".  I am not familiar with generics so I will defer to others 
for the best solution, I chose the easiest:


diff trunk/src/main/java/net/sf/mzmine/util/components/DragOrderedJList.java 
trunk/src/main/java/net/sf/mzmine/util/components/DragOrderedJList.java.original
31c31
< public class DragOrderedJList extends JList<Object> {
---
> public class DragOrderedJList extends JList {

Should I have emailed this instead?  I would like it to be searchable on the 
internet so others can find it until it is fixed in the trunk.

thanx


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=744693&aid=3563414&group_id=139835

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Mzmine-devel mailing list
Mzmine-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mzmine-devel

Reply via email to