Just a Test

This commit is contained in:
bly 2023-01-03 00:54:46 +01:00
parent 69fd4c7e7d
commit e6969143c5
2 changed files with 18 additions and 3 deletions

19
.idea/workspace.xml generated
View file

@ -1,7 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="AutoImportSettings">
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="9b57ac51-c870-474b-9dfd-64a5fc490635" name="Changes" comment="First Creation" /> <list default="true" id="9b57ac51-c870-474b-9dfd-64a5fc490635" name="Changes" comment="First Creation">
<change beforePath="$PROJECT_DIR$/src/Main.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Main.java" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
@ -14,6 +19,9 @@
</list> </list>
</option> </option>
</component> </component>
<component name="MarkdownSettingsMigration">
<option name="stateVersion" value="1" />
</component>
<component name="ProjectId" id="2Jn9jTd9EocdVDpvvPMYxSrBjXm" /> <component name="ProjectId" id="2Jn9jTd9EocdVDpvvPMYxSrBjXm" />
<component name="ProjectLevelVcsManager" settingsEditedManually="true" /> <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
<component name="ProjectViewState"> <component name="ProjectViewState">
@ -42,7 +50,14 @@
<option name="project" value="LOCAL" /> <option name="project" value="LOCAL" />
<updated>1672703433480</updated> <updated>1672703433480</updated>
</task> </task>
<option name="localTasksCounter" value="2" /> <task id="LOCAL-00002" summary="First Creation">
<created>1672703559416</created>
<option name="number" value="00002" />
<option name="presentableId" value="LOCAL-00002" />
<option name="project" value="LOCAL" />
<updated>1672703559416</updated>
</task>
<option name="localTasksCounter" value="3" />
<servers /> <servers />
</component> </component>
<component name="Vcs.Log.Tabs.Properties"> <component name="Vcs.Log.Tabs.Properties">

View file

@ -109,7 +109,7 @@ public class Main {
} }
//now everything is finished and the filemap (hashmap with all dups) can be printed out in a nice view //now everything is finished and the Filemap (hashmap with all Dups) can be printed out in a nice view
//System.out.println(fileMap); //System.out.println(fileMap);
for (String md5: fileMap.keySet()) { for (String md5: fileMap.keySet()) {