-
Notifications
You must be signed in to change notification settings - Fork 22
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
AJC is not executed correctly #48
Comments
@yegor256 could you dispatch this issue? It is blocking yegor256/qulice#706 |
@krzyk I will find a developer for the task soon... |
@krzyk thanks for the report, I topped your acc for 15 mins, payment ID |
@nesterov-n please pick this up, and keep in mind these instructions. Any technical questions - ask right here; This task's budget is 30 mins. This is exactly how much will be paid when the problem explained above is solved. See this for more information |
@krzyk Where can I find sample project to reproduce issue? |
@nesterov-n I've updated the issue with an example project |
@dmarkov please assign someone else |
@nesterov-n 30 points was deducted from your rating |
@nesterov-n got it, someone else will be assigned soon |
@yegor256 any chance to proceed with this one? |
@dmarkov pls assign @amihaiemil to this |
@yegor256 OK @amihaiemil please proceed, this task is yours |
@krzyk I left 2 comments on the #41 and currently waiting for a reply there. There are 2 ways of dealing with this ticket.
and
Br, |
@amihaiemil OK |
@dmarkov I need more time. Waiting for Yegor's approval on the PR. |
@amihaiemil OK, no problem, take your time |
@yegor256 ping |
1 similar comment
@yegor256 ping |
@amihaiemil I'm here |
@krzyk the pr has been merged and closed |
@amihaiemil When I try on a test project, I see only test classes (ending with |
@krzyk Are you sure? what project are you testing with? Last time I checked with the findbugs-annotations project it worked ok |
@amihaiemil yes, I'm sure. I'm testing on a project that inherits from jcabi-parent, and I override the version of the jcabi-maven-plugin. There are only junit classes in the unwoven directory. |
@amihaiemil findbugs-annotations doesn't have test clases |
@krzyk Ok, I'll have a look into it as soon as I have time |
@yegor256 can we release new version of jcabi-maven-plugin? |
@yegor256 sorry, it was too soon, let's wait for the second PR to merge |
@krzyk pr was closed, you can have a look |
@krzyk ping |
@amihaiemil thanks |
@yegor256 could we release a new version of jcabi-maven-plugin? |
@krzyk the latest is 0.14.1 and it has all recent changes |
@dmarkov this ticket is closed |
@amihaiemil Many thanks! 30 mins were added to your account in Transaction ID +30 added to your rating, current score is: +330 |
After changes done in #41 (4411738) ajc doesn't weave the project that is using jcabi-maven-plugin.
Attached is an example project that does weaving in 4e3c15e and stops doing it in 4411738
The expected tail output for command:
is:
(without the
09:13:16.034
andin 806.87µs
as it will vary).But what I get is:
Notice the missing
@Loggable
aspect above, there is noERROR com.qulice.foo.Main - #main(['a', 'b', 'c'])
.This is blocking #46 and yegor256/qulice#706.
findbugs-annotations.zip
The text was updated successfully, but these errors were encountered: