@@ -13,17 +13,17 @@ private import AutomodelEndpointTypes
1313private import AutomodelJavaUtil
1414
1515from
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
2020where
2121 endpoint .getExtensibleType ( ) = extensibleType and
2222 meta .hasMetadata ( endpoint , package , type , subtypes , name , signature , input , output , parameterName ) and
2323 // Extract positive examples of sinks belonging to the existing ATM query configurations.
24- CharacteristicsImpl:: isKnownAs ( endpoint , sinkType , _)
24+ CharacteristicsImpl:: isKnownAs ( endpoint , endpointType , _)
2525select endpoint ,
26- sinkType + "\nrelated locations: $@, $@." + "\nmetadata: $@, $@, $@, $@, $@, $@, $@, $@, $@." , //
26+ endpointType + "\nrelated locations: $@, $@." + "\nmetadata: $@, $@, $@, $@, $@, $@, $@, $@, $@." , //
2727 CharacteristicsImpl:: getRelatedLocationOrCandidate ( endpoint , MethodDoc ( ) ) , "MethodDoc" , //
2828 CharacteristicsImpl:: getRelatedLocationOrCandidate ( endpoint , ClassDoc ( ) ) , "ClassDoc" , //
2929 package , "package" , //
0 commit comments