Uploaded image for project: 'Struts 2'
  1. Struts 2
  2. WW-4343

Please create public get* methods or set private member to protected.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.3.16.3
    • 2.3.20
    • Core Interceptors
    • None
    • Linux 3.13-1-amd64
      #1 SMP Debian 3.13.10-1 x86_64 GNU/Linux

    Description

      eg: in class [com.opensymphony.xwork2.validator.AnnotationActionValidatorManager]
      ......
      private ValidatorFactory validatorFactory;
      private ValidatorFileParser validatorFileParser;
      private FileManager fileManager;
      private boolean reloadingConfigs;
      ......

      To make it easier to inherit the base class,please create public get* methods or change private member to protected for those important members.

      thanks

      Attachments

        Activity

          People

            Unassigned Unassigned
            dalater dalater
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: