jcabi / jcabi-aspects

Collection of AspectJ Java Aspects to facilitate aspect-oriented programming patterns: logging, caching, validating, etc.
https://aspects.jcabi.com
Other
530 stars 150 forks source link

References to generic types should be parameterized #165

Open simonjenga opened 9 years ago

simonjenga commented 9 years ago

com.jcabi.aspects.aj.MethodScheduler.instantiate(JoinPoint) at else if (object instanceof Callable) {

com.jcabi.aspects.aj.MethodAsyncRunner.wrap(ProceedingJoinPoint) at if (result instanceof Future) {

dmarkov commented 9 years ago

@yegor256 dispatch this issue please