()
| 93 | insureNo("abstract", "Variable"); |
| 94 | } |
| 95 | private void validateForClass() |
| 96 | { |
| 97 | validateForMethod(); // volatile, transient |
| 98 | insureNo("native", "Class"); |
| 99 | insureNo("synchronized", "Class"); |
| 100 | } |
| 101 | |
| 102 | private void insureNo( String modifier, String context ) |
| 103 | { |
no test coverage detected