forked from spotbugs/spotbugs-maven-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[format] Enable formatting which just trims whitespace in this case
- Loading branch information
Showing
33 changed files
with
230 additions
and
220 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
base-parent (https://github.com/hazendaz/base-parent) | ||
Copyright 2011-2023 Hazendaz. | ||
All rights reserved. This program and the accompanying materials | ||
are made available under the terms of The Apache Software License, | ||
Version 2.0 which accompanies this distribution, and is available at | ||
https://www.apache.org/licenses/LICENSE-2.0.txt | ||
Contributors: | ||
Hazendaz (Jeremy Landis). | ||
--> | ||
<!DOCTYPE Format> | ||
<Format> | ||
<!-- Dummy format file --> | ||
</Format> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,5 +60,3 @@ | |
</plugins> | ||
</build> | ||
</project> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,4 +50,3 @@ | |
</plugins> | ||
</reporting> | ||
</project> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<!-- | ||
Copyright 2005-2023 the original author or authors. | ||
Copyright 2005-2024 the original author or authors. | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
|
@@ -39,23 +39,23 @@ | |
<a class="jxr_linenumber" name="L14" href="#L14">14</a> <em class="jxr_comment"> * limitations under the License.</em> | ||
<a class="jxr_linenumber" name="L15" href="#L15">15</a> <em class="jxr_comment"> */</em> | ||
<a class="jxr_linenumber" name="L16" href="#L16">16</a> <strong class="jxr_keyword">package</strong> org.codehaus.mojo.spotbugsmavenplugin.it; | ||
<a class="jxr_linenumber" name="L17" href="#L17">17</a> | ||
<a class="jxr_linenumber" name="L18" href="#L18">18</a> | ||
<a class="jxr_linenumber" name="L17" href="#L17">17</a> | ||
<a class="jxr_linenumber" name="L18" href="#L18">18</a> | ||
<a class="jxr_linenumber" name="L19" href="#L19">19</a> <strong class="jxr_keyword">import</strong> org.junit.jupiter.api.Test; | ||
<a class="jxr_linenumber" name="L20" href="#L20">20</a> <strong class="jxr_keyword">import</strong> org.junit.jupiter.api.Disabled; | ||
<a class="jxr_linenumber" name="L21" href="#L21">21</a> | ||
<a class="jxr_linenumber" name="L21" href="#L21">21</a> | ||
<a class="jxr_linenumber" name="L22" href="#L22">22</a> <em class="jxr_javadoccomment">/**</em> | ||
<a class="jxr_linenumber" name="L23" href="#L23">23</a> <em class="jxr_javadoccomment"> * Tests for {@link Foo}.</em> | ||
<a class="jxr_linenumber" name="L24" href="#L24">24</a> <em class="jxr_javadoccomment"> *</em> | ||
<a class="jxr_linenumber" name="L25" href="#L25">25</a> <em class="jxr_javadoccomment"> * @author [email protected] (John Doe)</em> | ||
<a class="jxr_linenumber" name="L26" href="#L26">26</a> <em class="jxr_javadoccomment"> */</em> | ||
<a class="jxr_linenumber" name="L27" href="#L27">27</a> <strong class="jxr_keyword">class</strong> <a name="FooTest" href="../../../../../org/codehaus/mojo/spotbugsmavenplugin/it/FooTest.html#FooTest">FooTest</a> { | ||
<a class="jxr_linenumber" name="L28" href="#L28">28</a> | ||
<a class="jxr_linenumber" name="L28" href="#L28">28</a> | ||
<a class="jxr_linenumber" name="L29" href="#L29">29</a> @Test | ||
<a class="jxr_linenumber" name="L30" href="#L30">30</a> <strong class="jxr_keyword">void</strong> thisAlwaysPasses() { | ||
<a class="jxr_linenumber" name="L31" href="#L31">31</a> <em class="jxr_comment">// Do nothing</em> | ||
<a class="jxr_linenumber" name="L32" href="#L32">32</a> } | ||
<a class="jxr_linenumber" name="L33" href="#L33">33</a> | ||
<a class="jxr_linenumber" name="L33" href="#L33">33</a> | ||
<a class="jxr_linenumber" name="L34" href="#L34">34</a> @Disabled | ||
<a class="jxr_linenumber" name="L35" href="#L35">35</a> @Test | ||
<a class="jxr_linenumber" name="L36" href="#L36">36</a> <strong class="jxr_keyword">void</strong> thisIsIgnored() { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.