Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Parameter construction pointcut?

> Looking at the source code like this:
> logger.debug("Entry number: " + i + " is " + String.valueOf(entry[i]));

In general, it's undecidable what might be a parameter for debug(..).
Reachbility is not decidable for Turing complete languages.

Eric

-- 
Eric Bodden
Sable Research Group
McGill University, Montréal, Canada


Back to the top