Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Failed to apply sootup.interceptors.NopEliminator #1120

Open
palaniappan1 opened this issue Oct 22, 2024 · 2 comments
Open

[Bug]: Failed to apply sootup.interceptors.NopEliminator #1120

palaniappan1 opened this issue Oct 22, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@palaniappan1
Copy link
Collaborator

What happened?

Failed to apply the NopEliminator.
More can be found in the branch failed-jars-branch-20241014

Version

Latest develop branch

Relevant log output

java.lang.IllegalStateException: Failed to apply sootup.interceptors.NopEliminator@1e1a0406 to <io.github.adven27.concordion.extensions.exam.core.logger.LoggingFormatterExtension$LoggingFormatterListener: void afterExample(org.concordion.api.listener.ExampleEvent)>
	at sootup.java.bytecode.frontend.conversion.AsmMethodSource.resolveBody(AsmMethodSource.java:242)
	at sootup.core.model.SootMethod.lazyBodyInitializer(SootMethod.java:98)
	at com.google.common.base.Suppliers$NonSerializableMemoizingSupplier.get(Suppliers.java:200)
	at sootup.core.model.SootMethod.getBody(SootMethod.java:177)
	at sootup.java.bytecode.frontend.inputlocation.BaseFixJarsTest.assertMethodConversion(BaseFixJarsTest.java:28)
	at sootup.java.bytecode.frontend.inputlocation.FixJars.executeexamcorejar(FixJars.java:16)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
@palaniappan1 palaniappan1 added the bug Something isn't working label Oct 22, 2024
@swissiety
Copy link
Collaborator

swissiety commented Oct 24, 2024

possibly the same as #1112

@sahilagichani14 sahilagichani14 self-assigned this Dec 13, 2024
@sahilagichani14
Copy link
Collaborator

PR at: #1146

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants