MyBatis call procedure jump not working.

For example, if I have a statement like 

<insert …>
call SCHEMA_NAME.PACKAGE_NAME.PROCEDURE_NAME(….)
</insert>

, if I middle-click PROCEDURE_NAME, the cursor jumps to the start of the SCHEMA_NAME. If I change call to select then jumping works as expected. Is this an intended behaviour?

0

请先登录再写评论。