Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
wisberg 144143c297 initial version il y a 21 ans
..
Driver.java initial version il y a 21 ans
Readme.txt initial version il y a 21 ans

Readme.txt

Mode: VM Run
Title: empty and singular patterns on modifiers and throws

This test identifies sets of methods based on the patterns on
modifiers and throws.

If the modifier pattern is empty, then the constraint on
methods means "quantify over methods that may or may not have any
modifier".

If the modifier pattern is a single value,
then the constraint means "quantify over methods that have that
modifier value".

The same rule applies for pattern in the throws clause.