Lines Matching refs:on
59 flags and translates them on the fly. Flags that are ignored are listed on the
105 * Support for a "compact" nullness format -- one based on Kotlin's
140 message running metalava on master: Enhancing docs:
152 javadoc or [Dokka](https://github.com/Kotlin/dokka) on the stubs files instead
166 but not versa). It also lets you diff directly on a source tree; it does not
184 checks on the public API in the codebase and flag issues that are discouraged
188 inside method bodies to see if you're synchronizing on this or the current
213 in a targeted way. For example, running the analysis on the current version of
274 * Built on top of a full, type-resolved AST. Doclava1 was integrated with
293 API usage. (Prior to this, this was based on signature file parsing in
306 Metalava is implemented on top of IntelliJ parsing APIs (PSI and UAST). However,
334 to a source tree or a .jar file, and it constructs Items built on top of PSI:
335 PsiPackageItem, PsiClassItem, PsiMethodItem, etc. Another is textual, based on
336 signature files: TextPackageItem, TextClassItem, and so on.
355 // code operating on the class here
360 `visitItem`, or to specifically visit methods, fields and so on overriding