File tree Expand file tree Collapse file tree
soot-infoflow-summaries/src/soot/jimple/infoflow/methodSummary/data/provider Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929import org .slf4j .Logger ;
3030import org .slf4j .LoggerFactory ;
3131
32+ import soot .jimple .infoflow .collect .ConcurrentHashSet ;
3233import soot .jimple .infoflow .methodSummary .data .summary .ClassMethodSummaries ;
3334import soot .jimple .infoflow .methodSummary .data .summary .ClassSummaries ;
3435import soot .jimple .infoflow .methodSummary .data .summary .MethodClear ;
@@ -54,9 +55,9 @@ public abstract class XMLSummaryProvider extends AbstractMethodSummaryProvider {
5455
5556 protected ClassSummaries summaries = createClassSummaries ();
5657
57- protected Set <String > loadedClasses = new HashSet < String >();
58+ protected Set <String > loadedClasses = new ConcurrentHashSet < >();
5859
59- protected Set <String > subsigMethodsWithSummaries = new HashSet <String >();
60+ protected Set <String > subsigMethodsWithSummaries = new ConcurrentHashSet <String >();
6061 protected boolean hasLoadingErrors ;
6162
6263 protected XMLSummaryProvider () {
You can’t perform that action at this time.
0 commit comments