Skip to content

Commit 6be11d9

Browse files
author
Stephan Brandauer
committed
document FrameworkCandidatesImpl
1 parent d2d884b commit 6be11d9

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

java/ql/src/Telemetry/AutomodelFrameworkModeCharacteristics.qll

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
*/
3946
module 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;

0 commit comments

Comments
 (0)