-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.properties
More file actions
31 lines (22 loc) · 1019 Bytes
/
Copy pathconfig.properties
File metadata and controls
31 lines (22 loc) · 1019 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# JPF AutoDocTypes configuration file.
# Classpath libraries for analyzers
SubtypeAnalyzer.classpath = lib/jpf.jar
ModelClassAnalyzer.classpath = lib/junit-4.9.jar
NativePeerAnalyzer.classpath = lib/jpf-classes.jar
# Add types below to be considered in scan.
################################ JPF listeners #################################
# Listener adapters
ListenerAdapter = gov.nasa.jpf.ListenerAdapter
ListenerAdapter.isleaf = true
ListenerAdapter.type = Listener
PropertyListenerAdapter = gov.nasa.jpf.PropertyListenerAdapter
PropertyListenerAdapter.isleaf = true
PropertyListenerAdapter.type = Listener
SearchListenerAdapter = gov.nasa.jpf.search.SearchListenerAdapter
SearchListenerAdapter.isleaf = true
SearchListenerAdapter.type = Listener
########################## JPF Instruction Factories ###########################
# jvm bytecode instruction factory
InstructionFactory = gov.nasa.jpf.jvm.bytecode.InstructionFactory
InstructionFactory.isleaf = true
InstructionFactory.type = InstructionFactory