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

  • Home
  • SEARCH
  • 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 7699627
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T22:31:24+00:00 2026-05-31T22:31:24+00:00

I am looking for an event or notification that enables me to react in

  • 0

I am looking for an event or notification that enables me to react in my Eclipse-Plugin when methods of a (java)classes are changed (renamed or removed/added).
I am particularly interested in the IJavaElement representation of the method that is changed.

Does some kind of event exists that provides me with this kind of information?

  • 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-31T22:31:25+00:00Added an answer on May 31, 2026 at 10:31 pm

    this is my plugin.xml

    <extension
         point="org.eclipse.ltk.core.refactoring.renameParticipants">
      <renameParticipant
            class="bookmark.renameparticipant.JavaElementRenameParticipant"
            id="bookmark-pp.bookmark.renameParticipant1"
            name="name">
         <enablement>
            <with
                  variable="element">
               <or>
                  <instanceof
                        value="org.eclipse.jdt.core.ICompilationUnit">
                  </instanceof>
                  <instanceof
                        value="org.eclipse.jdt.core.IType">
                  </instanceof>
                  <instanceof
                        value="org.eclipse.jdt.core.IMethod">
                  </instanceof>
                  <instanceof
                        value="org.eclipse.jdt.core.IField">
                  </instanceof></or>
            </with>
         </enablement>
      </renameParticipant>
    

    and my source of my rename participant:

    I set a breakpoint in the init-method of the participant, but if I use CTRL+2+R in Eclipse not even the init is called:

    @Override
        protected boolean initialize(Object element) {
    
            if (!(element instanceof IJavaElement)) {
                return false;
            }
    
            oldHandleId = ((IJavaElement) element).getHandleIdentifier();
            detectElementType((IJavaElement) element);
    
            newHandleId = generateNewHandleId(oldHandleId);
    
            if (!initSuccessful()) {
                return false;
            }
    
            return true;
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am looking for some kind of notification event that my plugin can react
I'm looking for a method or an event that would get fired when a
I'm looking to log unhandled javascript exceptions. Is there an event that fires when
I was looking for an event that is able to run some code after
Similar to the promises pattern I'm looking for an event pattern that avoids needing
I have a barcode scanner and laptop (ofcourse :)), I'm looking for simple event
Looking ahead in the likely event we will build a server farm rather than
I am currently looking at the unload event of a window to try to
I'm looking to find the Javascript Event I need to put into jQuery's .bind
How do you invoke a tkinter event from a separate object? I'm looking for

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.