dmcennis / jAudioGIT

jAudio project from the original McGill collaboration between Cory McKay and Daniel McEnnis. This branch has forked from the JMir version currently distributed with JMir.
GNU Lesser General Public License v2.1
32 stars 16 forks source link

Duplicate methods named spliterator with the parameters () and () are inherited from the types Collection and Iterable #9

Open Au261 opened 8 years ago

Au261 commented 8 years ago

After import the project, there are errors in pakage cern.colt.list.adapter. Error message in class DoubleListAdapter Multiple markers at this line

dmcennis commented 8 years ago

Looks like the guys that hacked github and the other jAudio repositories hit the colt library in this archive as well. Whole sections of this project will have to be rebuilt. This code was functional and working for months since the last update - all files compiled in all versions of Java verified working in the field.

This project is imported from the original CERN Colt library. It is included as source as hackers were targeting the package binary and inserting malware on unsuspecting users. This problem can be fixed by replacing the code with a working copy of Colt. Just try not to install malware by installing a hacked jar file ;-).

Likewise, this project will have to be audited for safety - preferably after github has cleaned up its breach... Best of luck,

Daniel McEnnis.