Skip to content

Commit

Permalink
I don't know where these changes came form automatically.
Browse files Browse the repository at this point in the history
  • Loading branch information
NazirMuhammadZafarIqbal committed May 22, 2023
1 parent 0f67725 commit e8f89d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions spotbugs-tests/src/test/resources/firstFile.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<BugCollection version="4.7.4-SNAPSHOT" sequence="0" timestamp="-1" analysisTimestamp="1674144996716" release="">
<BugCollection version="4.7.4-SNAPSHOT" sequence="0" timestamp="-1" analysisTimestamp="1684782249878" release="">
<Project></Project>
<BugInstance type="Test" priority="1" rank="18" abbrev="TEST" category="EXPERIMENTAL">
<Method classname="TestClass" name="TestMethod" signature="(Lorg/test/TestClass2;Ljava/util/List;)V" isStatic="false"/>
Expand All @@ -10,7 +10,7 @@
</Class>
</BugInstance>
<Errors errors="0" missingClasses="0"></Errors>
<FindBugsSummary timestamp="Thu, 19 Jan 2023 17:16:36 +0100" total_classes="0" referenced_classes="0" total_bugs="1" total_size="0" num_packages="1" java_version="17.0.2" vm_version="17.0.2+8-86" cpu_seconds="1.25" clock_seconds="0.21" peak_mbytes="230.26" alloc_mbytes="512.00" gc_seconds="0.00" priority_1="1">
<FindBugsSummary timestamp="Mon, 22 May 2023 21:04:09 +0200" total_classes="0" referenced_classes="0" total_bugs="1" total_size="0" num_packages="1" java_version="17.0.7" vm_version="17.0.7+8-LTS-224" cpu_seconds="0.00" clock_seconds="0.00" peak_mbytes="529.52" alloc_mbytes="512.00" gc_seconds="0.00" priority_1="1">
<FindBugsProfile></FindBugsProfile>
</FindBugsSummary>
<ClassFeatures></ClassFeatures>
Expand Down
4 changes: 2 additions & 2 deletions spotbugs-tests/src/test/resources/secondFile.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<BugCollection version="4.7.4-SNAPSHOT" sequence="0" timestamp="-1" analysisTimestamp="1674144996910" release="">
<BugCollection version="4.7.4-SNAPSHOT" sequence="0" timestamp="-1" analysisTimestamp="1684782249882" release="">
<Project></Project>
<BugInstance type="Test2" priority="1" rank="18" abbrev="TEST" category="EXPERIMENTAL">
<Method classname="TestClass2" name="TestMethod2" signature="(Lorg/test/TestClass;Ljava/util/List;)V" isStatic="false"/>
Expand All @@ -10,7 +10,7 @@
</Class>
</BugInstance>
<Errors errors="0" missingClasses="0"></Errors>
<FindBugsSummary timestamp="Thu, 19 Jan 2023 17:16:36 +0100" total_classes="0" referenced_classes="0" total_bugs="1" total_size="0" num_packages="1" java_version="17.0.2" vm_version="17.0.2+8-86" cpu_seconds="0.00" clock_seconds="0.00" peak_mbytes="230.33" alloc_mbytes="512.00" gc_seconds="0.00" priority_1="1">
<FindBugsSummary timestamp="Mon, 22 May 2023 21:04:09 +0200" total_classes="0" referenced_classes="0" total_bugs="1" total_size="0" num_packages="1" java_version="17.0.7" vm_version="17.0.7+8-LTS-224" cpu_seconds="0.00" clock_seconds="0.00" peak_mbytes="529.52" alloc_mbytes="512.00" gc_seconds="0.00" priority_1="1">
<FindBugsProfile></FindBugsProfile>
</FindBugsSummary>
<ClassFeatures></ClassFeatures>
Expand Down

0 comments on commit e8f89d4

Please sign in to comment.