You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Readme.txt 482B

21 years ago
123456789101112131415161718192021
  1. Mode: VM Run
  2. Title: empty and singular patterns on modifiers and throws
  3. This test identifies sets of methods based on the patterns on
  4. modifiers and throws.
  5. If the modifier pattern is empty, then the constraint on
  6. methods means "quantify over methods that may or may not have any
  7. modifier".
  8. If the modifier pattern is a single value,
  9. then the constraint means "quantify over methods that have that
  10. modifier value".
  11. The same rule applies for pattern in the throws clause.