120121122123124125126127128129130
} } if (hasFilteringExpression()) { final String defaultStateCopy = defaultState; boolean enabled = filter.evaluate(new IContext() { @Override public boolean defaultValue() { return defaultStateCopy == null; }
6667686970717273747576
{"", "default"}, })); while (!examples.isEmpty()) { final List<String> groups = Arrays.asList((String[]) examples.pop()); IContext context = new IContext() { @Override public boolean defaultValue() { return hasGroup("default"); }
102103104105106107108109110111112
{"not(@nightly or @slow)"}, })); while (!examples.isEmpty()) { final List<String> groups = Arrays.asList((String[]) examples.pop()); IContext context = new IContext() { @Override public boolean defaultValue() { return hasGroup("default"); }