File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,16 @@ newtype JavaRelatedLocationType =
35
35
MethodDoc ( ) or
36
36
ClassDoc ( )
37
37
38
- // for documentation of the implementations here, see the QLDoc in the CandidateSig signature module.
38
+ /**
39
+ * A candidates implementation for framework mode.
40
+ *
41
+ * Some important notes:
42
+ * - This mode is using parameters as endpoints.
43
+ * - Sink- and neutral-information is being used from MaD models.
44
+ * - When available, we use method- and class-java-docs as related locations.
45
+ */
39
46
module FrameworkCandidatesImpl implements SharedCharacteristics:: CandidateSig {
47
+ // for documentation of the implementations here, see the QLDoc in the CandidateSig signature module.
40
48
class Endpoint = DataFlow:: ParameterNode ;
41
49
42
50
class EndpointType = AutomodelEndpointTypes:: EndpointType ;
You can’t perform that action at this time.
0 commit comments