@@ -13,17 +13,17 @@ private import AutomodelEndpointTypes
13
13
private import AutomodelJavaUtil
14
14
15
15
from
16
- Endpoint endpoint , SinkType sinkType , FrameworkModeMetadataExtractor meta , DollarAtString package ,
17
- DollarAtString type , DollarAtString subtypes , DollarAtString name , DollarAtString signature ,
18
- DollarAtString input , DollarAtString output , DollarAtString parameterName ,
19
- DollarAtString extensibleType
16
+ Endpoint endpoint , EndpointType endpointType , FrameworkModeMetadataExtractor meta ,
17
+ DollarAtString package , DollarAtString type , DollarAtString subtypes , DollarAtString name ,
18
+ DollarAtString signature , DollarAtString input , DollarAtString output ,
19
+ DollarAtString parameterName , DollarAtString extensibleType
20
20
where
21
21
endpoint .getExtensibleType ( ) = extensibleType and
22
22
meta .hasMetadata ( endpoint , package , type , subtypes , name , signature , input , output , parameterName ) and
23
23
// Extract positive examples of sinks belonging to the existing ATM query configurations.
24
- CharacteristicsImpl:: isKnownAs ( endpoint , sinkType , _)
24
+ CharacteristicsImpl:: isKnownAs ( endpoint , endpointType , _)
25
25
select endpoint ,
26
- sinkType + "\nrelated locations: $@, $@." + "\nmetadata: $@, $@, $@, $@, $@, $@, $@, $@, $@." , //
26
+ endpointType + "\nrelated locations: $@, $@." + "\nmetadata: $@, $@, $@, $@, $@, $@, $@, $@, $@." , //
27
27
CharacteristicsImpl:: getRelatedLocationOrCandidate ( endpoint , MethodDoc ( ) ) , "MethodDoc" , //
28
28
CharacteristicsImpl:: getRelatedLocationOrCandidate ( endpoint , ClassDoc ( ) ) , "ClassDoc" , //
29
29
package , "package" , //
0 commit comments