y0n3l / abc4j

Automatically exported from code.google.com/p/abc4j
2 stars 0 forks source link

Class cast in TuneBook #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
when invoking 

Tune[] tunes = book.getTunesHeaders();

I get a

java.lang.ClassCastException: abc.parser.TuneBook$TranscribedTune
   at abc.parser.TuneBook.getTunesHeaders(TuneBook.java:206)
   at Main.main(Main.java:27)

Original issue reported on code.google.com by lionel.g...@gmail.com on 12 Oct 2006 at 8:02

GoogleCodeExporter commented 9 years ago

Original comment by lionel.g...@gmail.com on 18 Oct 2006 at 1:40

GoogleCodeExporter commented 9 years ago
solved in 2.0

Original comment by lionel.g...@gmail.com on 29 Jan 2007 at 2:48