eclipse

Does Eclipse shows what are the list of classes extending current class

I am curious to know if eclipse has the feature of showing all the list of classes that are extending the current class. This feature is available in INTELLIJ..any ideas. ...

java server faces in Eclipse 3.2

Is it possible to write a java server faces application in eclipse 3.2.0 ? I am asking this because eclipse 3.2.0 is not allowing me to add tomcat 6 as a server. is it that java server faces do not work on tomcat 5.5 ?? ...

Servlet post request logging to Eclipse console

I'm writing my first JEE application, using EJBs, Servlet, JSPs and the likes. I'm using JBOSS 4.2 AS and Eclipse as and IDE, including tasks like starting and stopping the server. What I can't understand is that while logging instructions inside a jsp, like: <% System.out.println("Log this!"); %> log as expected, both in Eclipse c...

How to display custom list activity in Android?

I want to display data in list activity. How do I achieve this? TITLE Date Sub Title Button TITLE Date Sub Title Button TITLE Date Sub Title Button . . . . and so on Does a tutorial exist related to custom list activity? ...

Client stub for web service generation: what library to use?

What is the preferred way to generate the client stub from a WSDL file? I tried an Axis2 plugin, it does the job. Can WTP for eclipse generate the client stub as well? What is a better solution? Can you explain why you recommend such or such a way? p.s. Does Apache CXF have Eclipse plugins for visual generation of client stub? ...

how to add buttons Dynamically in List Activity in Android?

friends, i want to put description and buttons dynamically can any one guide how can i do that?? i have data in the form of object list/array i.e ID,Title and want to display in list activity like.. TITLE [Details Button] [Edit Button] (repeating in list activity) any help would be appriciated. ...

How to configure Eclipse formatter to not insert blank line between field declarations?

I am using Eclipse 3.5.1 (Galileo) and am having trouble with one of the auto-formatting settings. At the moment when I auto-format a blank line is inserted between each and every field declaration. The behaviour I'm looking for is to organise field declarations without a blank line between. Except in the case where there is already on...

How to initiate a debug session from a random request in Eclipse PDT with XDebug?

Hi, I use the combination of Eclipse PDT and XDebug very successfully to develop and debug my applications. So thanks to their creators, and if you haven't tried this combination, I strongly suggest you do. The only thing bugging me is, that I couldn't find a way to start a debug session by requesting a random script right in my browse...

Avoiding Aspects While Debugging in Eclipse

I am working on the big project with a number of aspects defined on business classes. I would like to avoid entering the aspect's code while debugging a code in business classes. Is there any solution for that? We are using compile time weaving and maven for compiling. ...

CFBuilder:- File dissappears from the SS/workspace off and on

What is the issue with CFBuilder? I am trying to Check out a file from SS/CFBuilder and all i get is the message 80020009: Network not found.[src=SourceSafe,guid=null] In fact even perfectly working files that are months old,suddenly become "removed from SS".As a result of which I have only "Team/Commit Changes" option for a given file...

How to include external java xerces jar files in a gwtext application in eclispe

I am new to gwt and am using the eclipse ide ,I have included the jar files in the libraries folder but when I run my code ,i get an error saying cannot emulate the source code ,can someone help ...

eclipse remote debugging

I added a Java project to Eclipse and I am running it from the command line. Since it was pre-built, I did not build it. The project, OfBiz, is enabled for remote debugging. Do I need to compile the project in Eclipse before I can remote debug into it? ...

Eclipse formatter settings for the Builder pattern.

I'm extremely frustrated with the Eclipse formatting rules for a series of qualified invocations (i.e., the Builder pattern style). For example, here is my preferred formatting for some code that creates a new Apache Commons CLI Options object: Options options = new Options() .addOption(OPTION_HELP_SHORT, OPTION_HELP, false, "pr...

Opening a php file in eclipse from windows

I have changed my .php file extension association in windows to use eclipse to open .php files. When I double-click a php file, it opens just fine as long as eclipse is not already open. If eclipse is already open it tries to open ANOTHER one. None of my other programs (UltraEdit, Winzip, etc) are retarded like this. How do I get e...

In eclipse, ctrl-click goes to the declaration of the method I clicked. For interfaces with one implementation, how can I just directly to that implementation?

I often have to debug java code which was written so that there is an interface and exactly one implementation of that interface. For instance there would be an interface Foo with exactly one implementation called FooImpl. In the following code if I ctrl-click on doThings it'll jump to Foo.java when I actually want to go to FooImpl.java...

SensorManager.registerListener wants a SensorListener despite its depreciation...

@Override protected void onResume(){ //super.onResume(); sensorManager.registerListener((SensorListener) listener, SensorManager.SENSOR_ACCELEROMETER |SensorManager.SENSOR_ORIENTATION, SensorManager.SENSOR_DELAY_NORMAL); } private SensorEventListener listener=new SensorEventLi...

What is the the [shortcut/other way] for go to definition in Eclipse+Pydev

I used to use WingIde, where in a shortcut(f4, default) which I used quite often was Goto definition, which will open the definition file, and take me to it. Is there a similar shortcut for eclipse+pydev? ...

Keep correctness of Eclipse workspace with continuous integration

IDE misconfiguration is a big source of inefficient time use in our team. I wanted to know if other teams have tried to check the health of the eclipse workspace with continuous integration. Eclipse is open source and extensible, and most (all?) of its files are in xml. So it should not be difficult to add a step to continuous integrati...

how to eclox (doxygen plugin for eclipse)

How to get eclox to work in eclipse 3.5? Im on Ubuntu 9.04. I installed Doxygen from ubuntu repositories(version 1.5.8). Then I installed eclox on eclipse through the update site. Still I don't get any option to in any menu to initiate it. Also the eclox site(eclox) doesn't seem to give any "getting started" guide. Please help. ...

Eclipse: Java class templates

In Eclipse 3.5, under Windows -> Preferences -> Java > Editor -> Templates, I can add code templates. However, these templates can only contain snippets which I can insert into an existing Java class. Is it possible to create templates for whole Java classes, which I can add for example using File -> New -> My-Java-Class? ...