LeoYelton
LeoYelton
Hi, steven professor or group member! I found there maybe have some bug in soot.jimple.infoflow.problems.rules.SinkPropagationRule#checkForSink. I use the latest develop branch. In the logic of ``` if (getResults().addResult(new AbstractionAtSink(sinkInfo.getDefinition(), source,...
Hi professor! Thank you so much for taking the time to answer my questions. With recently deeper using of flowdroid. I feel more and more that your project is full...
resolve this file https://github.com/timsu/android-aac-enc/blob/master/src/com/googlecode/mp4parser/AbstractBox.java use this method : annotationExpr.resolve().getQualifiedName() get result: ``` com.googlecode.mp4parser.annotations./** * Mark a method with this annotation to prevent triggering the call of * AbstractBox#parseDetails() before actually...
Hi ,sometimes(not every times, very small percent possibility) parse will cause stackoverflow error
``` Caused by: java.lang.StackOverflowError at com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration.lambda$static$0(ResolvedReferenceTypeDeclaration.java:125) at com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration.getAllAncestors(ResolvedReferenceTypeDeclaration.java:115) at com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration.getAllAncestors(ResolvedReferenceTypeDeclaration.java:104) at com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassAdapter.getAllFields(ReflectionClassAdapter.java:163) at com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration.getAllFields(ReflectionClassDeclaration.java:303) at com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration.lambda$getAllFields$2(JavaParserClassDeclaration.java:121) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1384) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)...
Hi there
Not support in IDE build 213.* + I installed 2022.2.3 idea recently , this plugin has been auto banned. Please update the compile version. Thanks.
**Description** what is the priority? **Additional Context** If applicable, please provide any extra information, external links, or screenshots that could be useful.
**Describe the bug** Load on https://huggingface.co/spaces/Langflow/Langflow-Preview cause the following error on console: 145Third-party cookie will be blocked. Learn more in the Issues tab. Dark Reader: unexpected error during message passing....
**Describe the bug** I just npm install on linux on nodejs 20 and use the page given to have the access, trying to create node from the Add Nodes given...
How to run the emba docker images on docker hub? I directly pull docker pull embeddedanalyzer/emba images and run on my ubuntu My system info is as follow: uname -a...