You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2020/03/08 10:18:35 UTC

[jmeter] branch master updated: Apply autostyle to make spotbugs happy

This is an automated email from the ASF dual-hosted git repository.

fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new 1673248  Apply autostyle to make spotbugs happy
1673248 is described below

commit 167324893e5fbfeca86d62d6ee6a01cdd56de829
Author: Felix Schumacher <fe...@internetallee.de>
AuthorDate: Sun Mar 8 11:18:12 2020 +0100

    Apply autostyle to make spotbugs happy
---
 .../test/groovy/org/apache/jmeter/engine/util/FunctionParserSpec.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/core/src/test/groovy/org/apache/jmeter/engine/util/FunctionParserSpec.groovy b/src/core/src/test/groovy/org/apache/jmeter/engine/util/FunctionParserSpec.groovy
index 5913437..039f123 100644
--- a/src/core/src/test/groovy/org/apache/jmeter/engine/util/FunctionParserSpec.groovy
+++ b/src/core/src/test/groovy/org/apache/jmeter/engine/util/FunctionParserSpec.groovy
@@ -59,4 +59,4 @@ class FunctionParserSpec extends Specification {
             return "__func()"
         }
     }
-}
\ No newline at end of file
+}


Re: [jmeter] branch master updated: Apply autostyle to make spotbugs happy

Posted by Felix Schumacher <fe...@internetallee.de>.
Am 08.03.20 um 12:59 schrieb Vladimir Sitnikov:
> Felix>     new 1673248  Apply autostyle to make spotbugs happy
>
> 1) Technically speaking, this has nothing to do with spotbugs.

You are probably right, but somehow I read spotbugs failing and the nice
suggestion to use autostyleApply, so I used that as the commit message.


>
> 2) If you install editorconfig plugin, it would likely insert the final
> newline automatically (see insert_final_newline in .editorconfig)

Will have a look into it.

Felix

>
> Vladimir
>

Re: [jmeter] branch master updated: Apply autostyle to make spotbugs happy

Posted by Vladimir Sitnikov <si...@gmail.com>.
Felix>     new 1673248  Apply autostyle to make spotbugs happy

1) Technically speaking, this has nothing to do with spotbugs.

2) If you install editorconfig plugin, it would likely insert the final
newline automatically (see insert_final_newline in .editorconfig)

Vladimir