facebook

Identify class deprecations in JSP Files

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #261562 Reply

    vidhir
    Member

    Hello,

    I am working on a project where I need to identify deprecated Business Objects 6.5 API classes in JSP files.

    The project is created and all the required JARs are in place.

    Is there a way to identify the deprecated classes in JSP? Please assist

    #261644

    Riyad Kalla
    Member

    vidhir,
    The only way I could think to do this is to search for the classes being used OR you could remove the JAR containing the deprecated classes from your build path, then rebuild your project and look for all the compilation errors in it and then you would atleast know where each use of the old classes were.

    #261681

    vidhir
    Member

    Thanks for your reply, Riyad…

    would this be true for JSP files as well?

    I mean, this approach worked for Java files.. but would you think this will work for JSP files.

    Regards,
    Vidhir

    #261684

    Riyad Kalla
    Member

    Vidhir,
    Yes it will, MyEclipse will revalidate all those JSP files and mark all the errors (missing classes in this case).

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Identify class deprecations in JSP Files

You must be logged in to post in the forum log in