Fixed another Random Crash that happened when a file size is near 0
This commit is contained in:
parent
553adbb9b6
commit
9e3b24e825
1 changed files with 11 additions and 3 deletions
14
.idea/workspace.xml
generated
14
.idea/workspace.xml
generated
|
@ -9,7 +9,7 @@
|
||||||
<option name="autoReloadType" value="SELECTIVE" />
|
<option name="autoReloadType" value="SELECTIVE" />
|
||||||
</component>
|
</component>
|
||||||
<component name="ChangeListManager">
|
<component name="ChangeListManager">
|
||||||
<list default="true" id="9b57ac51-c870-474b-9dfd-64a5fc490635" name="Changes" comment="fixed A bug where it just randomly crashes and added the ability to delete duplicate files with -d paramater">
|
<list default="true" id="9b57ac51-c870-474b-9dfd-64a5fc490635" name="Changes" comment="Fixed another Random Crash that happened when a file size is near 0">
|
||||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||||
<change beforePath="$PROJECT_DIR$/src/Main.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Main.java" afterDir="false" />
|
<change beforePath="$PROJECT_DIR$/src/Main.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Main.java" afterDir="false" />
|
||||||
</list>
|
</list>
|
||||||
|
@ -143,7 +143,14 @@
|
||||||
<option name="project" value="LOCAL" />
|
<option name="project" value="LOCAL" />
|
||||||
<updated>1672798827144</updated>
|
<updated>1672798827144</updated>
|
||||||
</task>
|
</task>
|
||||||
<option name="localTasksCounter" value="10" />
|
<task id="LOCAL-00010" summary="Fixed another Random Crash that happened when a file size is near 0">
|
||||||
|
<created>1672874587158</created>
|
||||||
|
<option name="number" value="00010" />
|
||||||
|
<option name="presentableId" value="LOCAL-00010" />
|
||||||
|
<option name="project" value="LOCAL" />
|
||||||
|
<updated>1672874587158</updated>
|
||||||
|
</task>
|
||||||
|
<option name="localTasksCounter" value="11" />
|
||||||
<servers />
|
<servers />
|
||||||
</component>
|
</component>
|
||||||
<component name="Vcs.Log.Tabs.Properties">
|
<component name="Vcs.Log.Tabs.Properties">
|
||||||
|
@ -176,7 +183,8 @@
|
||||||
<MESSAGE value="Fixed Duplicates in HashMap" />
|
<MESSAGE value="Fixed Duplicates in HashMap" />
|
||||||
<MESSAGE value="test" />
|
<MESSAGE value="test" />
|
||||||
<MESSAGE value="fixed A bug where it just randomly crashes and added the ability to delete duplicate files with -d paramater" />
|
<MESSAGE value="fixed A bug where it just randomly crashes and added the ability to delete duplicate files with -d paramater" />
|
||||||
<option name="LAST_COMMIT_MESSAGE" value="fixed A bug where it just randomly crashes and added the ability to delete duplicate files with -d paramater" />
|
<MESSAGE value="Fixed another Random Crash that happened when a file size is near 0" />
|
||||||
|
<option name="LAST_COMMIT_MESSAGE" value="Fixed another Random Crash that happened when a file size is near 0" />
|
||||||
</component>
|
</component>
|
||||||
<component name="XDebuggerManager">
|
<component name="XDebuggerManager">
|
||||||
<breakpoint-manager>
|
<breakpoint-manager>
|
||||||
|
|
Reference in a new issue