eclipse-jdt
How to add a method source to an existing java file with JDT?
I\'m writing a simple eclipse plugin, which is a code generator. User can choose an existing method, then generate a new test method in corresponding test file, with JDT.[详细]
2023-03-20 04:16 分类:问答Remove jdt dependencies from XTEXT 2.0 project
how can i remove JDT deperndencies from an XTEXT 2.0 project? I tried to follow the hints here (comment 11) but i didn\'t success in removing JDT dependencies.[详细]
2023-03-19 12:46 分类:问答eclipse jdt automatic method stub generation
开发者_StackOverflowi am creating java source files using eclipse JDT & AST. There are cases that generated source files are implementing or extending something.[详细]
2023-03-18 04:45 分类:问答How to get the sources of JDT of eclipse?
I\'m trying to write an Eclipse plugin, but I found that there is no source by default. I searched in www.eclipse.org, but didn\'t find anything.[详细]
2023-03-16 11:21 分类:问答Use the eclipse compiler in a maven component
I am working on a fairly big Maven project, and develop in Java with Eclipse. To save compilation time, I would like Maven and Eclipse to share[详细]
2023-03-15 13:34 分类:问答How can I retrieve the package name of the object using eclipse development JDT API?
I need to get the source package of the any object declared in the class. This object may be declared as a class variable or met开发者_运维技巧hods local variable.[详细]
2023-03-15 02:39 分类:问答using AST to add an other super-interface
I\'m using AST to modify source code files. Now I stick at a particular problem. I have an interface, lets call it A:[详细]
2023-03-14 19:01 分类:问答Running Eclipse JDT from sources
I want 开发者_Python百科to run Eclipse Java Development Tools form source code, but I\'m stuck after checking out codes from eclipse repositories.[详细]
2023-03-14 01:35 分类:问答Creating new classes from code
Is there a way to create a new java 开发者_JAVA技巧class during execution? All the information about the class (name, modifiers, methods, fields, etc.) exists. Now I want to create that class. An idea[详细]
2023-03-11 17:55 分类:问答java.lang.NoSuchMethodError: java.lang.NoSuchMethodError
Running Tomcat 7 through eclipse The error reported is: javax.servlet.ServletException: java.lang.NoSuchMethodError: org.eclipse.jdt.internal.compiler.Compilatio开发者_如何学编程nResult.getProblems()[详细]
2023-03-09 14:13 分类:问答