eclipse-jdt
Resolved field/information - what does it mean?
I\'m using the implementation of IField interface. I have a problem with understanding \'resolved field\' - what does it mean?[详细]
2023-03-05 23:29 分类:问答How do I disable auto-indent in Eclipse Helios (Java)?
I swear I looked everywhere, and disabled almost everything (insertion of matching brackets etc), but when I type an opening brace and hit enter, it auto-indents the next line with a tab. Is there a w[详细]
2023-02-28 03:38 分类:问答Running JDT compiler from command line with Eclipse configuration file
This help page describes how to run the Eclipse formatter from the command line, giving it formatting settings exported from Eclipse. This is great, for example, for creating a formatting Ant task tha[详细]
2023-02-27 03:55 分类:问答How can I code for calculating a CompilationUnit lines of code in
I would like to calcualate开发者_StackOverflow a compilation unit lines of code intuitively. How can I use the method of CompilationUnit: CompilationUnit.getLineNumber([THELASTLINE].getPosition()) to[详细]
2023-02-27 02:41 分类:问答import javax.crypto.Cipher on ubuntu fails in eclipse with JDT
I am using the Eclipse JDT to build/run liferay for hot deployment & debugging according to those steps:[详细]
2023-02-26 03:15 分类:问答ISelection -- How can I get ClassLoader for the selected class in the navigator
I am new to Eclipse plugin development, and I am trying to develop a plugin where I am required to load a class which is sel开发者_开发技巧ected in the Navigator.[详细]
2023-02-18 19:13 分类:问答Simple JDT example of code generation
I\'m trying to write an Eclipse plugin. It will have dependencies on the RCP for basic stuff and JDT for Java code generation. It consists of a Wizard / WizardPage which asks for a package and a few c[详细]
2023-02-16 00:58 分类:问答In Java, can "void" be considered a primitive type?
I\'ve noticed eclipse JDT uses void as a pr开发者_高级运维imitive type. Can this be considered correct?I find that, in cases like this, you can\'t beat going to the Java Language Specification. It is[详细]
2023-02-05 01:10 分类:问答Unwanted navigator-like input field at the top of each editor tab in eclipse debugger perspective
I\'m not sure what I have pressed when debugging, but now all开发者_C百科 my editor tabs have additional input field at the top which shows something like pkg->class->method. Thankfully, this navigati[详细]
2023-02-04 13:47 分类:问答Is there a way to make Eclipse add static imports without autocomplete?
Eclipse can add unambiguous classes with an \"on-save\" action, but it will not resolve static functions. I don\'t always use autocomplete, and going back to trigger it is cumbersome.[详细]
2023-02-03 12:52 分类:问答