Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » JDT Weaving/Using call hierarchy in DSL(JDT Weaving/Using call hierarchy in DSL)
JDT Weaving/Using call hierarchy in DSL [message #1458579] Sat, 01 November 2014 10:45 Go to next message
Eclipse UserFriend
Hi there,
I am implementing an eclipse plugin for a DSL.
I would like to offer JDT stuff like Call Hierarchy, etc. for my DSL files.

Afaik, I have to use JDT Weaving and register a CUProvider. I have done this, am getting no errors (and weaveinfo Join Point). However, it does not seem to get ever called; a breakpoint in my CUProvider impementation does not get hit.

Currently, my custom builder constructs Java Classfiles, which can be seen by the Call Hierarchy, althrough I cannot jump to the source code, since the Java class file editor opens. Can I use these classfiles (since they have the necessary information in it) or should I extend the CompilationUnit class on my own?

What would be the easiest way to integrate the JDT Call Hierarchy View into my DSL?

PS: I am not entirely sure if I am on the right subforum.

Thank you very much.

[Updated on: Sat, 01 November 2014 10:46] by Moderator

Re: JDT Weaving/Using call hierarchy in DSL [message #1699884 is a reply to message #1458579] Sun, 28 June 2015 09:32 Go to previous message
Eclipse UserFriend
Found this unanswered question during inbox cleanup.
Perhaps this has been answered meanwhile, e.g., in the Xtext forum, or is it still relevant for you?
Previous Topic:Resolve bindings without any working copies
Next Topic:JDWP: Rogue Step Out
Goto Forum:
  


Current Time: Fri Apr 18 10:40:51 EDT 2025

Powered by FUDForum. Page generated in 0.02679 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top