You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juneau.apache.org by "James Bognar (Jira)" <ji...@apache.org> on 2020/05/12 20:12:00 UTC

[jira] [Created] (JUNEAU-227) BEAN_methodVisibility and BEAN_constructorVisibility doesn't affect swap methods.

James Bognar created JUNEAU-227:
-----------------------------------

             Summary: BEAN_methodVisibility and BEAN_constructorVisibility doesn't affect swap methods.
                 Key: JUNEAU-227
                 URL: https://issues.apache.org/jira/browse/JUNEAU-227
             Project: Juneau
          Issue Type: Improvement
          Components: Code
    Affects Versions: 8.1.3
            Reporter: James Bognar
            Assignee: James Bognar
             Fix For: 8.1.4


Swap method and constructor detection is not affected by the method and constructor visibility settings.  The following executors will not be found even if you set the visibility to PROTECTED:
{code:java}
public class Foo {
   protected Foo(int f) {...}
   protected int toInt() {...}
}{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)