-
Notifications
You must be signed in to change notification settings - Fork 305
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix wrong modifiers on imported array type class objects
The Reflection API considers the visibility of an array type class object to be equal to the visibility of the element type class object. ArchUnit so far considered every array type class object as public. Since we usually strive for being as similar to the Reflection API as possible, we fix this now by deriving the visibility from the element type as well. Signed-off-by: Peter Gafert <peter.gafert@archunit.org>
- Loading branch information
1 parent
a7ff56f
commit 3eaaeaf
Showing
3 changed files
with
93 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters