phax / jcodemodel

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

Add subtype relation for AbstractJType #13

Closed sviperll closed 9 years ago

sviperll commented 9 years ago

with full generics and wildcards processing.

isSubtypeOf method is like isAssignableFrom, except that it uses full type information, not just erased types as before Java 5.

phax commented 9 years ago

I trust your code :)

phax commented 9 years ago

Do you need a release or shall I wait for further changes?

sviperll commented 9 years ago

I have sincerely hoped for some sort of review :) Type systems are still tricky subject, two pairs of eyes are better the one.

sviperll commented 9 years ago

I'd like to have new release soon, but not in a hurry of any sort :)

phax commented 9 years ago

Okidoki