[jira] Updated: (BEANUTILS-265) Allow access to public methods from not public classes

2007-02-06 Thread Tom Schindl (JIRA)

 [ 
https://issues.apache.org/jira/browse/BEANUTILS-265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tom Schindl updated BEANUTILS-265:
--

Attachment: beanutils.txt

 Allow access to public methods from not public classes
 --

 Key: BEANUTILS-265
 URL: https://issues.apache.org/jira/browse/BEANUTILS-265
 Project: Commons BeanUtils
  Issue Type: New Feature
  Components: Bean / Property Utils
Affects Versions: 1.7.0
Reporter: Tom Schindl
 Attachments: beanutils.txt


 Currently BeanUtils doesn't provide the possibility to access getters and 
 setters in classes who are package-scoped!
 ---8---
 class HiddenBean {
   private String a;
   
   protected HiddenBean() {
   
   }
   
   public void setA(String a) {
   this.a = a;
   }
   
   public String getA() {
   return this.a;
   }
 }
 public class PublicBean extends HiddenBean {
 }
 ---8---

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Created: (BEANUTILS-265) Allow access to public methods from not public classes

2006-11-23 Thread Tom Schindl (JIRA)
Allow access to public methods from not public classes
--

 Key: BEANUTILS-265
 URL: http://issues.apache.org/jira/browse/BEANUTILS-265
 Project: Commons BeanUtils
  Issue Type: New Feature
  Components: Bean / Property Utils
Affects Versions: 1.7.0
Reporter: Tom Schindl


Currently BeanUtils doesn't provide the possibility to access getters and 
setters in classes who are package-scoped!
---8---
class HiddenBean {
private String a;

protected HiddenBean() {

}

public void setA(String a) {
this.a = a;
}

public String getA() {
return this.a;
}
}

public class PublicBean extends HiddenBean {

}
---8---

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (LANG-197) [lang] Extending VariableFormatter to use FormatPatterns

2006-06-13 Thread Tom Schindl (JIRA)
[ 
http://issues.apache.org/jira/browse/LANG-197?page=comments#action_12415991 ] 

Tom Schindl commented on LANG-197:
--

Well that's sad because I think would not have been a great deal to add this 
functionality and it would make VariableFormatter much more feature rich so I 
have to maintain my I own fork but that's not a problem.

 [lang] Extending VariableFormatter to use FormatPatterns
 

  Key: LANG-197
  URL: http://issues.apache.org/jira/browse/LANG-197
  Project: Commons Lang
 Type: Improvement

 Versions: 2.1
  Environment: Operating System: All
 Platform: Other
 Reporter: Tom Schindl
 Priority: Minor
  Fix For: 3.0
  Attachments: VariableFormatterWithFormating.java, 
 VariableFormatterWithFormatingTest.java, patch.txt

 It would be great to extend VariableFormatter to use Format-Patterns like
 MessageFormat does it.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (LANG-197) [lang] Extending VariableFormatter to use FormatPatterns

2006-05-18 Thread Tom Schindl (JIRA)
 [ http://issues.apache.org/jira/browse/LANG-197?page=all ]

Tom Schindl updated LANG-197:
-

Attachment: patch.txt

 [lang] Extending VariableFormatter to use FormatPatterns
 

  Key: LANG-197
  URL: http://issues.apache.org/jira/browse/LANG-197
  Project: Commons Lang
 Type: Improvement

 Versions: 2.1
  Environment: Operating System: All
 Platform: Other
 Reporter: Tom Schindl
 Priority: Minor
  Fix For: 2.2
  Attachments: VariableFormatterWithFormating.java, 
 VariableFormatterWithFormatingTest.java, patch.txt

 It would be great to extend VariableFormatter to use Format-Patterns like
 MessageFormat does it.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]