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.
As discussed in #353, we currently see error output during tests that suggests the
PointsToCallGraphKeytries to load the configuredReflectionAllocationsAnalysisSchedulerand 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.