Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-dev] New build errors in sept 11 release of ajc

> I think this is the tightening of a compiler loophole rather than a newly
> introduced bug - but since this program has been working since 1.0.6 I'd
> like Jim to verify my assessment!
>         protected pointcut loadExecutions( Key key ):
>                 ContainerLoader.containerLoads( *, ContainerDescriptor )
> && args(key);
>
> (please let me know if your system works as intended with this change).

Thanks, that change compiles without problem. Now I'll have to test it to
see if the semantics are the same.

> C:\Documents and Settings\Macneil Shonle\AspectBug.java:7 incompatible
> type, expected ContainerDescriptor found
> BindingTypePattern(AbstractCaching$Key, 0)

Perhaps this error message could be improved?

Thanks,
Macneil



Back to the top