Version 6

    See Jira issues: Search issue and Rename issue.

     

    1. Use cases

    • Find usages/rename Seam Context Variable’s property/method
    • Find usages/rename Manage Bean’s property/method
    • Find usages/rename JavaBean property/method
    • Find usages/rename Message Bundle propery

     

    1.1 Find usages Seam Context Variable

    It should be Query Participant to work with JDT Java Search. It should find usages and add it to Search results


    1.2 Rename usages Seam Context Variable

    It should be Rename Participant to work with JDT Java Refactor. It should rename usages and add changes to Java Refactor

    If user renames setter or getter Rename Participant should warn him about renaming pair method.