aspose file tools
The moose likes Java in General and the fly likes Generics compiler error Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Generics compiler error" Watch "Generics compiler error" New topic
Author

Generics compiler error

Bob Sturim
Greenhorn

Joined: Sep 19, 2005
Posts: 2
I'm using generics in a simple class. I'm getting a compile time error and for the life of me, I can't figure it out. Any held would be appreciated. My class is:



BaseDTO is a base class which, for the purposes of this discussions, contains a single property, Long id.

The compiler complains at the two put statements:



Thanks!
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Generics compiler error
 
Similar Threads
Generics
Generics
generics / adding to wildcard Collection
Generics
Generics