oliviercoma / fluent-builders-generator-eclipse-plugin

Automatically exported from code.google.com/p/fluent-builders-generator-eclipse-plugin
0 stars 0 forks source link

Class cast exception when class has LinkedList #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
//this doesn't work:
class Foo {

  List list = new LinkedList();

  ...
}

Original issue reported on code.google.com by szcze...@gmail.com on 21 Jun 2010 at 2:20

GoogleCodeExporter commented 8 years ago

Original comment by pwyrzy...@gmail.com on 21 Jun 2010 at 10:04