Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 950239
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T23:32:00+00:00 2026-05-15T23:32:00+00:00

I want to trace all invocations of methods from a Foo class. Another class

  • 0

I want to trace all invocations of methods from a Foo class. Another class that would override all the methods from Foo like this…

@Override
public void blah() {
    System.out.println("blah()");
    super.blah();
}

…would do – but do I really need to override them all (over 100 methods)?

Can this be done in some smarter way, e.g., using reflection?

EDIT: To clarify – Foo is a JNI interface to a native library, and I need this to save all the calls to a file, to generate C code that does exactly what I did from Java.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T23:32:01+00:00Added an answer on May 15, 2026 at 11:32 pm

    First, if you have 100 methods in a class it is a prime candidate for refactoring.

    Then – you can make a proxy (using CGLIB or javassist) around the object, and whenever a method is invoked, report the invocation.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am loading a php file and calling this function decodeJSON want to parse
I do some i/o intensive programming in C on GNU/Linux and I would like
I want the list of all functions executed to a certain point in code,
Something is happening with one of my class's instance variables. I want to make
For example, I want to locate all ports used between 1 - 1024 without
greetings all i have an application which are made with Spring framework and deployed
How can we trace the assembly loading sequence on windows service startup? For example.
I want to develop a Windows application. Honestly I care little about cross-platforms for
Several of my Android applications show the following type message in the logcat output:
I'm working on a game for the iPhone using flash, and since memory is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.