-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Annotation @Timeable doesn't work #263
Comments
@YuriHagel/z this project will fix the problem faster if you donate a few dollars to it; just click here and pay via Stripe, it's very fast, convenient and appreciated; thanks a lot! |
any progress? |
@YuriHagel how exactly it doesn't work? Also, did you do the weaving? Read this: https://www.yegor256.com/2014/06/01/aop-aspectj-java-method-logging.html |
@yegor256 I used this article: https://aspects.jcabi.com/example-weaving.html I done as instructed but function just ignores the Timeable and continues as normal. |
@YuriHagel this means only one thing -- weaving doesn't work |
@YuriHagel it is used in many projects for many years. It does work :) |
@yegor256 To claim it works in every environment when there are 2 open issues seems a bit premature to me. I will take a closer look at the weaving then. |
Closing in favor of #249 |
Hello!
Annotation @timeable doesn't work
public class Test {
public static void main(String[] args) {
slow();
}
}
com.jcabi jcabi-aspects 0.22.6 org.aspectj aspectjrt 1.6.12 runtimeThe text was updated successfully, but these errors were encountered: