Skip to content

Fix Usage of ReflectionAllocations Analysis #357

@johannesduesing

Description

@johannesduesing

As discussed in #353, we currently see error output during tests that suggests the PointsToCallGraphKey tries to load the configured ReflectionAllocationsAnalysisScheduler and fails doing so, since it appends and prepends text to obtain the total name: org.opalj.tac.fpcf.analyses.pointsto.TypeBasedReflectionAllocationsAnalysisSchedulerAnalysisScheduler. This class obviously does not exist, therefore loading fails. There seem to be multiple instance of this error.

However, the test cases are still pass - this is likely a bug. On top of that, that particular analysis may not always be required. This should be adapted accordingly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions