Return-Path: X-Original-To: apmail-struts-issues-archive@minotaur.apache.org Delivered-To: apmail-struts-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D3A28115B8 for ; Wed, 7 May 2014 20:10:37 +0000 (UTC) Received: (qmail 26821 invoked by uid 500); 7 May 2014 19:11:40 -0000 Delivered-To: apmail-struts-issues-archive@struts.apache.org Received: (qmail 13631 invoked by uid 500); 7 May 2014 18:52:59 -0000 Mailing-List: contact issues-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list issues@struts.apache.org Received: (qmail 3200 invoked by uid 99); 7 May 2014 07:47:01 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 May 2014 07:47:01 +0000 Date: Wed, 7 May 2014 07:47:01 +0000 (UTC) From: "dalater (JIRA)" To: issues@struts.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (WW-4343) Please create public get* methods or set private member to protected. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 dalater created WW-4343: --------------------------- Summary: Please create public get* methods or set private memb= er to protected. Key: WW-4343 URL: https://issues.apache.org/jira/browse/WW-4343 Project: Struts 2 Issue Type: Improvement Components: Core Interceptors Affects Versions: 2.3.16.3 Environment: Linux 3.13-1-amd64=20 #1 SMP Debian 3.13.10-1 x86_64 GNU/Linux Reporter: dalater Fix For: Future eg: in class [com.opensymphony.xwork2.validator.AnnotationActionValidatorMa= nager] ...... private ValidatorFactory validatorFactory; private ValidatorFileParser validatorFileParser; private FileManager fileManager; private boolean reloadingConfigs; ...... To make it easier to inherit the base class=EF=BC=8Cplease create public ge= t* methods or change private member to protected for those important member= s. thanks -- This message was sent by Atlassian JIRA (v6.2#6252)