Package-level declarations
Types
Reports a SwingModifier factory marked @Composable.
The rules this library contributes to detekt: how a SwingModifier is declared, taken and passed on, and what a declaration hands a component that adopts it by identity.
Reports a modifier element that describes itself to nothing: one implementing SwingModifier.InspectableElement that overrides neither name nor declaredValues.
Reports a SwingModifier factory that is not declared as an extension on the chain.
Reports a SwingModifier factory that returns the element it builds instead of the chain.
Reports then handed a factory call that takes its receiver implicitly, chaining the receiver twice.
Reports a SwingModifier factory whose body never reaches the chain it was given.
Reports a composable whose SwingModifier parameter does not default to the empty chain.
Reports a comparator argument to a table column or addColumn call that is built where the column is declared: a lambda, an object expression, or a call other than Compose runtime remember.