Searched refs:OK_IF_MISSING (Results 1 – 1 of 1) sorted by relevance
262 …static final Set<String> OK_IF_MISSING = new HashSet<>(Arrays.asList("alt", "draft", "references")… field in TestPaths.CheckDeprecated340 if (attribute.isDeprecated() || OK_IF_MISSING.contains(attribute.name)) { in show()