[
https://issues.apache.org/jira/browse/DERBY-3760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12612428#action_12612428
]
Kristian Waagan commented on DERBY-3760:
----------------------------------------
3) I meant it is just a spelling error. "strongger" -> "stronger"
4) No, and yes... With trailing whitespace I mean lines like those below,
using "_" as a marker for space/tabs.
____public_void_s(a,_b)_{
________return_(a+b);_______ <== Trailing whitespace.
____}
____ <== Trailing whitespace
____public_void_d(a,_b)_{
The extra whitespace doesn't hurt the code, they just light up in my editor :)
We do have some guidelines for code, but as long as you use 4 spaces for
indentation in new code (no tabs), keep lines below 80 characters and write
clear code you're safe :)
When editing existing code people tend to do different things regarding spaces
and tabs.
I tend to always use spaces, unless I edit/add a single line and all
surrounding code uses tabs.
> Convert "org.apache.derbyTesting.functionTests.tests.lang.miscerrors.sql" to
> junit.
> ------------------------------------------------------------------------------------
>
> Key: DERBY-3760
> URL: https://issues.apache.org/jira/browse/DERBY-3760
> Project: Derby
> Issue Type: Test
> Components: Test
> Environment: windows xp, sp2.
> Reporter: Junjie Peng
> Assignee: Junjie Peng
> Attachments: derby-3760-1-patch.txt, derby-3760-1-stat.txt,
> derby-3760-2-patch.txt, derby-3760-2-stat.txt
>
> Original Estimate: 120h
> Remaining Estimate: 120h
>
> Convert "org.apache.derbyTesting.functionTests.tests.lang.miscerrors.sql" to
> junit. It it a part of 2008 GSOC.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.