[
https://issues.apache.org/jira/browse/SANDBOX-471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13937186#comment-13937186
]
Benedikt Ritter commented on SANDBOX-471:
-----------------------------------------
Hi André,
is it really part of the check style rules that there are no white spaces for
annotation properties? What I mean is:
{code}
- @Test( expected = PropertyNotReadableException.class )
+ @Test(expected = PropertyNotReadableException.class)
{code}
The first looks right to me.
> Typos and codestyle violations
> ------------------------------
>
> Key: SANDBOX-471
> URL: https://issues.apache.org/jira/browse/SANDBOX-471
> Project: Commons Sandbox
> Issue Type: Improvement
> Components: BeanUtils2
> Reporter: Andre Diermann
> Priority: Minor
> Attachments: Commons-Sandbox-471.patch
>
>
> The GetPropertyTestCase contained two typos in method names and some
> codestyle violations in regards to Maven codestyle.
> This patch corrected the typos and reformatted the code.
> (Since it's a small and minor priority patch I hope it's ok to do both in one
> patch?!)
--
This message was sent by Atlassian JIRA
(v6.2#6252)