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
I added a new default method to a class and only set SourceIncompatible to true. The BinaryIncompatible is set to false. The configuration is below: <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications> <breakBuildOnSourceIncompatibleModifications>true</breakBuildOnSourceIncompatibleModifications>
But japicmp plugin detects that there is METHOD_NEW_DEFAULT. The version of japicmp is 0.17.1.1_m325.
Should adding default method to an interface be detected as METHOD_NEW_DEFAULT when only SourceIncompatible is set to true ?
The text was updated successfully, but these errors were encountered:
Hello community,
I added a new default method to a class and only set SourceIncompatible to true. The BinaryIncompatible is set to false. The configuration is below:
<breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications> <breakBuildOnSourceIncompatibleModifications>true</breakBuildOnSourceIncompatibleModifications>
But japicmp plugin detects that there is METHOD_NEW_DEFAULT. The version of japicmp is 0.17.1.1_m325.
Should adding default method to an interface be detected as METHOD_NEW_DEFAULT when only SourceIncompatible is set to true ?
The text was updated successfully, but these errors were encountered: