[BUG] AnalysisSetupException: No registered default for different default interface #268
Labels
‼ priority:p1
Priority planning - level 1
🎊 resolution:resolved
Bug or feature resolved - might not have been merged to master yet
🏨 scope:infrastructure
Work regarding the general infrastructure and functioning of LiSA
🐛 type:bug
Something isn't working
Milestone
Description
Currently, it seems that the function
getDefaultFor
cannot retrieve the correct default value for the domain askedReproducibility information
This happens in version
1b8-SNAPSHOT
(tested in commit ccad56e)Expected behavior
The function
getDefaultFor
should correctly return the default domain.For example:
Actual behavior
The current exception is thrown (in case of
HeapDomain.class
):Attachments
Probably, the library used to retrive all the subclasses of a certain class cannot load them in the classpath correctly under certain circumstances
Further content
To temporarily proceed without solving this bug, you can use directly the class (for example directly the
HeapDomain.class
) without using the functiongetDefaultFor
The text was updated successfully, but these errors were encountered: