[weld-issues] [JBoss JIRA] Commented: (WELD-374) Provide sane toString() for classes
Pete Muir (JIRA)
jira-events at lists.jboss.org
Sun Aug 15 18:33:11 EDT 2010
[ https://jira.jboss.org/browse/WELD-374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12545003#action_12545003 ]
Pete Muir commented on WELD-374:
--------------------------------
Work in progress is at http://github.com/pmuir/core/tree/WELD-374 - if anyone wants to pick up some other classes, would be cool :-)
> Provide sane toString() for classes
> -----------------------------------
>
> Key: WELD-374
> URL: https://jira.jboss.org/browse/WELD-374
> Project: Weld
> Issue Type: Feature Request
> Reporter: Pete Muir
> Assignee: Nicklas Karlsson
> Priority: Critical
> Fix For: 1.1.0.BETA2
>
>
> Currently these vary in quality, some providing good info (e.g. WeldClassImpl), some too little (e.g. WeldFieldImpl) and some are just crazy.
> In general, the approach should be to delegate the toString to the Names class (see toString(Class<?> rawType, Set<Annotation> annotations, Type[] actualTypeArguments) for a good one).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the weld-issues
mailing list