-
Notifications
You must be signed in to change notification settings - Fork 2k
Expand file tree
/
Copy pathNonPrivateField.expected
More file actions
8 lines (8 loc) · 1020 Bytes
/
NonPrivateField.expected
File metadata and controls
8 lines (8 loc) · 1020 Bytes
1
2
3
4
5
6
7
8
| NonPrivateFieldTest.java:8:26:8:37 | problematic1 | This non-private field is not accessed outside of its declaring type. |
| NonPrivateFieldTest.java:9:22:9:33 | problematic2 | This non-private field is not accessed outside of its declaring type. |
| NonPrivateFieldTest.java:10:22:10:33 | problematic3 | This non-private field is not accessed outside of its declaring type. |
| NonPrivateFieldTest.java:12:15:12:26 | problematic4 | This non-private field is not accessed outside of its declaring type. |
| NonPrivateFieldTest.java:13:16:13:27 | problematic5 | This non-private field is not accessed outside of its declaring type. |
| NonPrivateFieldTest.java:14:16:14:27 | problematic6 | This non-private field is not accessed outside of its declaring type. |
| NonPrivateFieldTest.java:15:22:15:33 | problematic7 | This non-private field is not accessed outside of its declaring type. |
| NonPrivateFieldTest.java:16:18:16:29 | problematic8 | This non-private field is not accessed outside of its declaring type. |