Skip to content

Wrong broken use detection when dealing with type (un)boxing #62

Description

@lmove
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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions