Skip to content

Issue with getting callee recursively from method #6060

@navyasri1

Description

@navyasri1

I am trying to get all the methods from a method recursively by calling getACallee*() but the results stop at .execute in the below code and does not go into it and give apply and test1 in the output. I am interested to know if there's any way to get these.

public void Test(Group ptGroup) throws CommonFrameworkException, SQLException {
       final Class1 input =new Class1();
       input.setV1(v1);
  Dispatcher.execute(input,
               new CheckedFunction<Class1,
                       Void, CommonFrameworkException, SQLException>() {
           @Override
           public Void apply(Class1 daoInput) throws CommonFrameworkException, SQLException {
               test1(daoInput);
               return null;
           }
       }, Void.class);

Metadata

Metadata

Assignees

No one assigned

    Labels

    JavaStaleawaiting-responseThe CodeQL team is awaiting further input or clarification from the original reporter of this issue.questionFurther information is requested

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions