[
http://www.stripesframework.org/jira/browse/STS-694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=11793#action_11793
]
Jon Stevens commented on STS-694:
---------------------------------
Not too many... pretty much the same ones as I posted about before.
Description Resource Path Location Type
Class is a raw type. References to generic type Class<T> should be
parameterized BindingPolicyManager.java
/stripes-svn/stripes/src/net/sourceforge/stripes/controller line 133
Java Problem
Class is a raw type. References to generic type Class<T> should be
parameterized UseActionBeanTagExtraInfo.java
/stripes-svn/stripes/src/net/sourceforge/stripes/tag line 52 Java Problem
Collection is a raw type. References to generic type Collection<E> should be
parameterized InputHiddenTag.java
/stripes-svn/stripes/src/net/sourceforge/stripes/tag line 111 Java
Problem
Collection is a raw type. References to generic type Collection<E> should be
parameterized UrlBuilder.java
/stripes-svn/stripes/src/net/sourceforge/stripes/util line 208 Java
Problem
Collection is a raw type. References to generic type Collection<E> should be
parameterized UrlBuilder.java
/stripes-svn/stripes/src/net/sourceforge/stripes/util line 243 Java
Problem
The field SpringHelperTests.AmbiguousByTypeTarget.someBeanOrOther is never read
locally SpringHelperTests.java
/stripes-svn/tests/src/net/sourceforge/stripes/integration/spring line
198 Java Problem
The field SpringHelperTests.ExplicitMisNamedTarget.someBeanOrOther is never
read locally SpringHelperTests.java
/stripes-svn/tests/src/net/sourceforge/stripes/integration/spring line
210 Java Problem
The field SpringHelperTests.ImplicitMisNamedTarget.tstActionBea is never read
locally SpringHelperTests.java
/stripes-svn/tests/src/net/sourceforge/stripes/integration/spring line
222 Java Problem
The field SpringHelperTests.InvalidSetterSignatureTarget.testActionBean is
never read locally SpringHelperTests.java
/stripes-svn/tests/src/net/sourceforge/stripes/integration/spring line
246 Java Problem
The field SpringHelperTests.NoBeanOfTypeTarget.noBeansOfType is never read
locally SpringHelperTests.java
/stripes-svn/tests/src/net/sourceforge/stripes/integration/spring line
234 Java Problem
Description Resource Path Location Type
The method afterDefaultStage() from the type
BeforeAfterMethodInterceptorTests.TestActionBean2 is never used locally
BeforeAfterMethodInterceptorTests.java
/stripes-svn/tests/src/net/sourceforge/stripes/controller line 291
Java Problem
The method afterSpecificStage() from the type
BeforeAfterMethodInterceptorTests.TestActionBean2 is never used locally
BeforeAfterMethodInterceptorTests.java
/stripes-svn/tests/src/net/sourceforge/stripes/controller line 296
Java Problem
The method afterWithParameter(String) from the type
BeforeAfterMethodInterceptorTests.TestActionBean2 is never used locally
BeforeAfterMethodInterceptorTests.java
/stripes-svn/tests/src/net/sourceforge/stripes/controller line 314
Java Problem
The method afterWithReturn() from the type
BeforeAfterMethodInterceptorTests.TestActionBean2 is never used locally
BeforeAfterMethodInterceptorTests.java
/stripes-svn/tests/src/net/sourceforge/stripes/controller line 307
Java Problem
The method afterWithReturnAndParameter(String) from the type
BeforeAfterMethodInterceptorTests.TestActionBean2 is never used locally
BeforeAfterMethodInterceptorTests.java
/stripes-svn/tests/src/net/sourceforge/stripes/controller line 320
Java Problem
The method beforeActionBeanResolutionWillNeverBeCalled() from the type
BeforeAfterMethodInterceptorTests.TestActionBean2 is never used locally
BeforeAfterMethodInterceptorTests.java
/stripes-svn/tests/src/net/sourceforge/stripes/controller line 241
Java Problem
The method beforeAfterDefaultStage() from the type
BeforeAfterMethodInterceptorTests.TestActionBean2 is never used locally
BeforeAfterMethodInterceptorTests.java
/stripes-svn/tests/src/net/sourceforge/stripes/controller line 348
Java Problem
The method beforeAfterOnSingleEvent() from the type
BeforeAfterMethodInterceptorTests.TestActionBean2 is never used locally
BeforeAfterMethodInterceptorTests.java
/stripes-svn/tests/src/net/sourceforge/stripes/controller line 354
Java Problem
The method beforeAfterSpecificStage() from the type
BeforeAfterMethodInterceptorTests.TestActionBean2 is never used locally
BeforeAfterMethodInterceptorTests.java
/stripes-svn/tests/src/net/sourceforge/stripes/controller line 342
Java Problem
The method beforeAfterWithParameter(String) from the type
BeforeAfterMethodInterceptorTests.TestActionBean2 is never used locally
BeforeAfterMethodInterceptorTests.java
/stripes-svn/tests/src/net/sourceforge/stripes/controller line 334
Java Problem
The method beforeDefaultStage() from the type
BeforeAfterMethodInterceptorTests.TestActionBean2 is never used locally
BeforeAfterMethodInterceptorTests.java
/stripes-svn/tests/src/net/sourceforge/stripes/controller line 246
Java Problem
The method beforeSpecificStage() from the type
BeforeAfterMethodInterceptorTests.TestActionBean2 is never used locally
BeforeAfterMethodInterceptorTests.java
/stripes-svn/tests/src/net/sourceforge/stripes/controller line 251
Java Problem
The method beforeTwoStages() from the type
BeforeAfterMethodInterceptorTests.TestActionBean2 is never used locally
BeforeAfterMethodInterceptorTests.java
/stripes-svn/tests/src/net/sourceforge/stripes/controller line 256
Java Problem
The method beforeWithParameter(String) from the type
BeforeAfterMethodInterceptorTests.TestActionBean2 is never used locally
BeforeAfterMethodInterceptorTests.java
/stripes-svn/tests/src/net/sourceforge/stripes/controller line 268
Java Problem
The method beforeWithReturn() from the type
BeforeAfterMethodInterceptorTests.TestActionBean2 is never used locally
BeforeAfterMethodInterceptorTests.java
/stripes-svn/tests/src/net/sourceforge/stripes/controller line 261
Java Problem
The method beforeWithReturnAndParameter(String) from the type
BeforeAfterMethodInterceptorTests.TestActionBean2 is never used locally
BeforeAfterMethodInterceptorTests.java
/stripes-svn/tests/src/net/sourceforge/stripes/controller line 274
Java Problem
The method dummyMethod() from the type
BeforeAfterMethodInterceptorTests.TestActionBean2 is never used locally
BeforeAfterMethodInterceptorTests.java
/stripes-svn/tests/src/net/sourceforge/stripes/controller line 286
Java Problem
The method getHasCalledBeforeActionBeanResolutionWillNeverBeCalled() from the
type BeforeAfterMethodInterceptorTests.TestActionBean2 is never used locally
BeforeAfterMethodInterceptorTests.java
/stripes-svn/tests/src/net/sourceforge/stripes/controller line 370
Java Problem
The method injectHere(TestBean) from the type
SpringHelperTests.ExplicitNonStandardSetterTarget is never used locally
SpringHelperTests.java
/stripes-svn/tests/src/net/sourceforge/stripes/integration/spring line 88
Java Problem
The method protectedAfterMethod() from the type
BeforeAfterMethodInterceptorTests.TestActionBean2 is never used locally
BeforeAfterMethodInterceptorTests.java
/stripes-svn/tests/src/net/sourceforge/stripes/controller line 327
Java Problem
The method protectedBeforeMethod() from the type
BeforeAfterMethodInterceptorTests.TestActionBean2 is never used locally
BeforeAfterMethodInterceptorTests.java
/stripes-svn/tests/src/net/sourceforge/stripes/controller line 281
Java Problem
The method setBean(TestBean) from the type
SpringHelperTests.ExplicitPublicSetterTarget is never used locally
SpringHelperTests.java
/stripes-svn/tests/src/net/sourceforge/stripes/integration/spring line 41
Java Problem
The method setTestActionBean(TestActionBean, TestActionBean) from the type
SpringHelperTests.InvalidSetterSignatureTarget is never used locally
SpringHelperTests.java
/stripes-svn/tests/src/net/sourceforge/stripes/integration/spring line
248 Java Problem
The method setTestActionBean(TestActionBean) from the type
SpringHelperTests.ImplicitStandardSetterTarget is never used locally
SpringHelperTests.java
/stripes-svn/tests/src/net/sourceforge/stripes/integration/spring line
118 Java Problem
The method testActionBean(TestActionBean) from the type
SpringHelperTests.ImplicitNonStandardSetterTarget is never used locally
SpringHelperTests.java
/stripes-svn/tests/src/net/sourceforge/stripes/integration/spring line
103 Java Problem
The method whee(TestActionBean) from the type
SpringHelperTests.MultipleInjectionTarget is never used locally
SpringHelperTests.java
/stripes-svn/tests/src/net/sourceforge/stripes/integration/spring line
182 Java Problem
The method whee(TestActionBean) from the type
SpringHelperTests.MultipleInjectionTarget2 is never used locally
SpringHelperTests.java
/stripes-svn/tests/src/net/sourceforge/stripes/integration/spring line
272 Java Problem
The method afterTwoStages() from the type
BeforeAfterMethodInterceptorTests.TestActionBean2 is never used locally
BeforeAfterMethodInterceptorTests.java
/stripes-svn/tests/src/net/sourceforge/stripes/controller line 301
Java Problem
> patch to remove warnings in eclipse 3.5
> ---------------------------------------
>
> Key: STS-694
> URL: http://www.stripesframework.org/jira/browse/STS-694
> Project: Stripes
> Issue Type: Improvement
> Environment: using eclipse 3.5 and svn trunk
> Reporter: Jon Stevens
> Priority: Trivial
> Fix For: Release 1.6
>
> Attachments: patch.txt
>
>
> I tend to like a build without any warnings. I just checked out the source
> code to stripes to check it out and found a bunch of areas where eclipse was
> throwing warnings. This patch just adds a bunch of <?> to the end of various
> places where eclipse 3.5 was complaining. I also use Eclipse Java->Save
> Actions to improve the look and feel of the source code without having to do
> any work. This created a slightly larger patch file. Here are my settings:
> Add 'this' qualifier to unqualified field accesses
> Add 'this' qualifier to unqualified method accesses
> Convert for loops to enhanced for loops
> Add paranoiac parentheses
> Remove unused imports
> Add missing '@Override' annotations
> Add missing '@Deprecated' annotations
> Remove unnecessary casts
> Remove unnecessary '$NON-NLS$' tags
> Remove trailing white spaces on all lines
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://www.stripesframework.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development