eclipse-jdt
Why does this compile? The code seems to be breaking constraints on the type parameters
In the following test, TesterClass places a constraint on the relation between its two type parameters. The method func2() seems to break that constraint, and I expect it to cause a typing compilation[详细]
2023-02-02 04:14 分类:问答Eclipse refactoring plugins
I am after more refactoring options than the default that comes in Eclipse 3.6. Can anyone list any other plugins that do refactoring and what they do ?[详细]
2023-02-01 00:17 分类:问答How to create an AST with a CAPTURE binding?
I am interested in using the Eclipse JDT to create a CAPTURE binding. I\'ve read several capture conversion tutorials, but when I copy-paste sample code snippets, I can never find a capture conversio[详细]
2023-01-30 22:28 分类:问答In an AST Visitor, how can I know which node's property I am visiting?
I\'m programming an AST Visitor (eclipse JDT). An EnumDeclaration node contains the following structural properties:[详细]
2023-01-30 06:43 分类:问答Is there a way to tell eclipse to organize import A, import A.X and import B in that order?
Please see the sample program below (just to illustrate the problem and the code as such does nothing):[详细]
2023-01-26 21:10 分类:问答Eclipse Extension Point for Updating the Classpath
Question Given a Classpath Container I\'ve written as a plugin/extension, how do I add it to the classpath, automatically?[详细]
2023-01-22 12:25 分类:问答Eclipse JDT: Is there a refactoring to replace direct field accesses with setter/getter methods?
I know I c开发者_如何学Can generate setters and getters for fields in the Eclipse source menu, but I\'m very surprised it doesn\'t offer to replace the direct field accessors with calls to the newly c[详细]
2023-01-21 00:57 分类:问答Custom content assist template for java annotations on methods
In Eclipse 3.6, I can\'t seem to get the following content assist template to work: @Column(name=\"${cursor}\")[详细]
2023-01-14 02:23 分类:问答How do I get access to my java source model (from JDT) from a GEF editor?
I have a basic GEF editor where I want to use the model from the currently open/selected java source editor to display extra开发者_Go百科 information, but I can\'t figure out how to get access to java[详细]
2023-01-10 12:13 分类:问答How does JUnit find the eclipse plug-in being tested?
I am writing a plug-in (ClassRefactoringPlugin) that examines source code in Eclipse 3.6.1.The plug-in contains a CallData class that examines a Java source file and figures out which Java elements ar[详细]
2023-01-09 21:07 分类:问答