score:46
You can set the compiler to generate errors or warnings (your choice) for any usage of deprecated API.
Preferences -> Java -> Compiler -> Errors/Warnings -> Deprecated and restricted API section.
Then, each use of a deprecated method or API will show up as an error/warning in the Problems view.
score:4
You can always use the grep facilities under 'Search -> File'. Eclipse can do a recursive search for @deprecated
after you check on the 'consider derived resources' option box.
score:11
[Updating eight years later, for current versions of Eclipse, with screenshots.]
First, build your projects. Once you've built your projects, the Problems view includes deprecations by default. You can group all the deprecations together.
To show the Problems view, use Window>Show View>Problems.
If deprecations don't appear after the next step, you can configure them in Preferences under Java>Compiler>Errors/Warnings.
Group deprecations together using the Problem view menu. Start by clicking the control circled below.
Once you've done that, open the "Deprecation" subtree. For example:
Source: stackoverflow.com
Related Query
- Can Eclipse Be Used To Find All Deprecated Method Calls?
- How can I find all the classes which used a known class as its property in eclipse
- Eclipse shortcut to find all children class that override a method
- Find all calls to method in java classes
- Can eclipse automically reduce all package calls to full imports?
- Can eclipse find occurences of a method signature having a particular annotation?
- How can I find all bugs that have been fixed in an Eclipse release?
- How to find whether a member variable is used in a method using code in eclipse jdt?
- How to count all the method calls in JDK using Eclipse JDT
- does eclipse have a feature whereby I can find all instances of a specific label?
- Find and remove all getter method in eclipse java
- find all references/ involved classes, enum used in a method
- Wrapping chained method calls on a separate line in Eclipse for Java
- Find methods calls in Eclipse project
- How can I change font size in Eclipse for ALL text editors?
- Find all occurrences of a function in Eclipse
- Where can I find older versions of Eclipse ADT
- Eclipse - find all classes that extend interface
- Where can I find the source code for the Android Development Tools (ADT) plugin for the Eclipse IDE?
- What is the best, free, subversion control repository that can be used with the Eclipse subversion plugin?
- Can the Eclipse Java formatter be used stand-alone
- How can I make Eclipse to break on ALL uncaught exceptions?
- How can I close all projects in an Eclipse workspace while eclipse is closed?
- How can I prevent Eclipse from supplying deprecated classes when importing?
- How can I find an anonymous inner class in Eclipse given only its synthetic name (Class$N)?
- Eclipse find references for method
- Where can I find the setting for folding / unfolding the import statements in java in eclipse by default
- How can Eclipse find JDK in Linux?
- Using eclipse find and replace all to swap arguments
- Can eclipse convert/refactor a method to a class?
More Query from same tag
- SNAPSHOT Artifacts not visible in eclipse after mvn install
- running ant with 64bit Java VM leads to unmappable UTF-8 characters
- Do we need to install intel x86 Atom system image for all API levels?
- While implementing an interface in an enum, why eclipse automatically puts a semicolon before the interface method being overridden?
- log4j in Eclipse doesn't print anything above info() despite loglevel being TRACE
- no autocompletion for MySQLi in Eclipse
- Import maven project into Eclipse/Android project
- Calling Restart workbench code only once
- Animation Listener Crashes Application
- Trying to add JUnit3 library to Java project in Eclipse ADT - "the selected JUnit version is not available."
- Android app in Eclipse: Edit text not showing on Graphical layout
- Android library project with Scala works but not scalable
- How do I view JRE's source code in Eclipse?
- How to make material navigation bar in android application
- src/main/resources not added in war class path
- Eclipse / STS with Needed Plugin
- Eclipse: How to perform a task before eclipse view starts
- How to get auto completion of Drools in Eclipse?
- How to import sqlite file into my project?
- Why tomcat server location property is greyed in Eclipse
- Eclipse C++ not building .txt files in debug
- Add Eclipse 4 RCP context function programmatically
- How are Ant vs Eclipse run buttons related?
- Unable to get java project to recognize Open CV library
- Java : Nesting an if/else statement inside a while loop
- How can i search the application name not the package name and open it?
- How do I use Xperia Ray through Eclipse for Android programming?
- What happened to Eclipse's JSDT?
- Is there a way to run programs using MapStruct without doing a maven clean install each time?
- android logcat messages invisible in eclipse