()
| 82 | |
| 83 | // could refactor these a bit |
| 84 | private void validateForMethod() |
| 85 | { |
| 86 | insureNo("volatile", "Method"); |
| 87 | insureNo("transient", "Method"); |
| 88 | } |
| 89 | private void validateForField() |
| 90 | { |
| 91 | insureNo("synchronized", "Variable"); |
no test coverage detected