m-m-m / code

Library to parse, analyze, transform and generate code
Apache License 2.0
2 stars 3 forks source link

CodeModifiers.changeVisibility causes IllegalArgumentException #9

Closed hohwille closed 5 years ago

hohwille commented 5 years ago

CodeModifiers.changeVisibility throws an IllegalArgumentException for a legal visibility. The problem is that earlier the modifiers set was also containing the visibility and then the code changed but this method was not fixed accordingly.

hohwille commented 5 years ago

Done.