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
ID: e128af67-3a6d-4250-922c-b43cf95efce2
Path: code/maracas/test-data/api-evolution-data-corpus/client/src/dataTypeIfazeMethodParamBoxing/Main.java
Line: 14
Breaking change: METHOD_REMOVED
API use: METHOD_INVOCATION
Used declaration: method1(int)
Source declaration: method1(int)
ID: de4c7049-b7b5-4258-b657-c31986ee6355
Path: code/maracas/test-data/api-evolution-data-corpus/client/src/dataTypeIfazeMethodParamUnboxing/Main.java
Line: 14
Breaking change: METHOD_REMOVED
API use: METHOD_INVOCATION
Used declaration: method1(java.lang.Integer)
Source declaration: method1(java.lang.Integer)
ID: 2cac2441-cd32-4917-8314-8437ece61b27
Path: /code/maracas/test-data/api-evolution-data-corpus/client/src/dataTypeClazzConstructorParamBoxing/Main.java
Line: 9
Breaking change: CONSTRUCTOR_REMOVED
API use: INSTANTIATION
Used declaration: testing_lib.dataTypeClazzConstructorParamBoxing.DataTypeClazzConstructorParamBoxing(int)
Source declaration: testing_lib.dataTypeClazzConstructorParamBoxing.DataTypeClazzConstructorParamBoxing(int)
ID: 7f932106-6dfe-4f89-83d0-e637d5e1f157
Path: /code/maracas/test-data/api-evolution-data-corpus/client/src/dataTypeClazzConstructorParamUnboxing/Main.java
Line: 10
Breaking change: CONSTRUCTOR_REMOVED
API use: INSTANTIATION
Used declaration: testing_lib.dataTypeClazzConstructorParamUnboxing.DataTypeClazzConstructorParamUnboxing(java.lang.Integer)
Source declaration: testing_lib.dataTypeClazzConstructorParamUnboxing.DataTypeClazzConstructorParamUnboxing(java.lang.Integer)
ID: fb202e93-0087-48af-9122-0b82f13a4941
Path: /code/maracas/test-data/api-evolution-data-corpus/client/src/dataTypeClazzMethodParamBoxing/Main.java
Line: 11
Breaking change: METHOD_REMOVED
API use: METHOD_INVOCATION
Used declaration: method1(int)
Source declaration: method1(int)
The text was updated successfully, but these errors were encountered:
lmove
changed the title
Broken use with param boxing
Wrong broken use detection when dealing with type boxing
Apr 28, 2022
lmove
changed the title
Wrong broken use detection when dealing with type boxing
Wrong broken use detection when dealing with type (un)boxing
Apr 28, 2022
JApiCmp only informas about the change as a METHOD_REMOVED BC. We will need to manually go over the newest release of the library to identify if there is any new method with the same name of the removed method with a change on the parameters types. This is not the case when dealing with a change in the return type.
The text was updated successfully, but these errors were encountered: