You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
The AFU current inserts enum values using the enum name:
void test(@Sink({FlowPermission.CONDITIONAL}) boolean b1
It would be cleaner if the AFU would statically import the enum so that the
output was:
void test(@Sink({CONDITIONAL}) boolean b1
Original issue reported on code.google.com by [email protected] on 30 Apr 2014 at 6:07
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 30 Apr 2014 at 6:07The text was updated successfully, but these errors were encountered: