Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

Readme.txt 482B

21 år sedan
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.