The classes have some AOP advices applied to them but it should still line up. The $advice is part of AspectJ's doing. :-)
Cheers, Scott On Thu, Jun 9, 2011 at 11:29 AM, Eric Turley <[email protected]>wrote: > I’m navigating through a stack trace, and some of these lines don’t seem > right: > > 4 at > org.jasig.cas.util.LdapUtils.getFilterWithValues_aroundBody0(LdapUtils.java:47) > > 3 at > org.jasig.cas.util.LdapUtils.getFilterWithValues_aroundBody1$advice(LdapUtils.java:44) > > 2 at > org.jasig.cas.util.LdapUtils.getFilterWithValues(LdapUtils.java:1) > > 1 at > org.jasig.cas.adaptors.ldap.FastBindLdapAuthenticationHandler.authenticateUsernamePasswordInternal(FastBindLdapAuthenticationHandler.java:30) > > > > Line 1 is fine. > > Line 2 … well, there’s no code there at all. > > Line 3 : final String[] userDomain; No, that’s wrong, and it’s not even > in the right method (getFilterWithValues_aroundBody1$advice), and there’s no > inner classes > > Line 4 is messed up, too. > > > > Is anyone else seeing this? I’m using maven, so it’s pulling from the > sources in my local repository. > > > > cas-server-core-3.4.7-sources > > > > *Eric Turley* | Sr. Platform Engineer | UTV Ignition Games > > > > -- > You are currently subscribed to [email protected] as: > [email protected] > > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user > > -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
