You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and so on. See other muted tests by @OnlyDescriptors. All @OnlyDescriptors applications have a reason parameter.
Insignificant ones:
In K2, the name of the accessors parameter is value: isFoo(), setFoo(String isFoo) vs isFoo(), setFoo(String value). (test JavadocAccessorNamingTest.verifySpecialIsRuleIsApplied). It affects only as-java and javadoc plugins.
The text was updated successfully, but these errors were encountered:
Some existing unit tests are inconsistent with K2:
open
.EnumEntryDRIExtra
(can affect generating of external link to enum entry)and so on. See other muted tests by
@OnlyDescriptors
. All@OnlyDescriptors
applications have a reason parameter.Insignificant ones:
value
:isFoo(), setFoo(String isFoo)
vsisFoo(), setFoo(String value)
. (testJavadocAccessorNamingTest.verifySpecialIsRuleIsApplied
). It affects only as-java and javadoc plugins.The text was updated successfully, but these errors were encountered: