Hi, all: We are considering upgrade to the latest UIMA 2.8.0 release. One thing we immediately noticed was that the Java classes generated from our type system using JCasGen now exhibit the following warnings:
*FSGenerator is a raw type. References to generic type FSGenerator<T> should be parameterized AAA_Type.java* Do we have to do something differently to avoid such warnings? We prefer not to suppress such warnings, because in our own code we advocate to always parameterize the types if applicable. Any advice would be appreciated. Thanks! -- James
