I have a sneaking suspicion it's my fault, sort of. I cleaned up a lot of instances where the wrong type was causing javadoc errors. In this case, the reference was in a javadoc {...@link } expression, which also didn't work because of the braces. So I removed the javadoc braces. But in the course of that fix, I think I put ${keyType} back into this expression, in a class where keys are actually Objects (generic type T, but Object as far as javadoc links are concerned). So I'll restore the javadoc link and replace with Object.
On Thu, Mar 4, 2010 at 12:25 PM, Drew Farris <drew.far...@gmail.com> wrote: > Looking at it quickly, it appears that the comments in > OpenObjectValueTypeHashMap.java.t reference ${keyType}. I doesn't > appear to break source generation, but it does cause velocity to emit > warnings. Nevertheless, it should be cleaned up. > > On Thu, Mar 4, 2010 at 2:03 AM, Robin Anil <robin.a...@gmail.com> wrote: >> Mar 4, 2010 12:09:27 PM org.apache.velocity.runtime.log.JdkLogChute log >> INFO: Null reference [template >> 'org/apache/mahout/math/map/OpenObjectValueTypeHashMap.java.t', line 196, >> column 18] : ${keyType} cannot be resolved. >> >