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 =
3535 MethodDoc ( ) or
3636 ClassDoc ( )
3737
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+ */
3946module FrameworkCandidatesImpl implements SharedCharacteristics:: CandidateSig {
47+ // for documentation of the implementations here, see the QLDoc in the CandidateSig signature module.
4048 class Endpoint = DataFlow:: ParameterNode ;
4149
4250 class EndpointType = AutomodelEndpointTypes:: EndpointType ;
You can’t perform that action at this time.
0 commit comments