phax / jcodemodel

A heavily extended fork of the com.sun.codemodel (from 2013/09)
Other
92 stars 34 forks source link

Fix parameter substitution. #12

Closed sviperll closed 10 years ago

sviperll commented 10 years ago

clazz.size() was always zero since new list contains no elements even if initial capacity is passed. So no substitution was run at all.