forked from dbc2201/JavaCodingProblem1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathworkspace.xml
More file actions
273 lines (273 loc) · 12.9 KB
/
Copy pathworkspace.xml
File metadata and controls
273 lines (273 loc) · 12.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="AutoImportSettings">
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="b3bac6d6-f8b1-474b-a5e1-72bf67a3867c" name="Changes" comment="add sample input and sample output in the README.md">
<change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/io/github/dbc/DuplicateCharactersCounter.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/io/github/dbc/DuplicateCharactersCounter.java" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
<option name="LAST_RESOLUTION" value="IGNORE" />
</component>
<component name="FileTemplateManagerImpl">
<option name="RECENT_TEMPLATES">
<list>
<option value="Class" />
<option value="JUnit5 Test Class" />
</list>
</option>
</component>
<component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
<component name="HighlightingSettingsPerFile">
<setting file="file://$PROJECT_DIR$/pom.xml" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/src/main/java/io/github/dbc/DuplicateCharactersCounter.java" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/src/main/java/io/github/dbc/Main.java" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/src/test/java/io/github/dbc/DuplicateCharactersCounterTest.java" root0="FORCE_HIGHLIGHTING" />
</component>
<component name="MarkdownSettingsMigration">
<option name="stateVersion" value="1" />
</component>
<component name="ProjectId" id="297WBrpGDQLJBo0bA2DE9YcMx5B" />
<component name="ProjectLevelVcsManager" settingsEditedManually="true">
<ConfirmationsSetting value="2" id="Add" />
</component>
<component name="ProjectViewState">
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" />
</component>
<component name="PropertiesComponent">{
"keyToString": {
"RunOnceActivity.OpenProjectViewOnStart": "true",
"RunOnceActivity.ShowReadmeOnStart": "true",
"SONARLINT_PRECOMMIT_ANALYSIS": "true",
"com.intellij.testIntegration.createTest.CreateTestDialog.defaultLibrary": "JUnit5",
"com.intellij.testIntegration.createTest.CreateTestDialog.defaultLibrarySuperClass.JUnit5": "",
"full.screen.before.presentation.mode": "true",
"settings.editor.selected.configurable": "editing.templates"
}
}</component>
<component name="RecentsManager">
<key name="CreateTestDialog.Recents.Supers">
<recent name="" />
</key>
<key name="CreateTestDialog.RecentsKey">
<recent name="io.github.dbc" />
</key>
</component>
<component name="RunManager" selected="JUnit.DuplicateCharactersCounterTest">
<configuration name="DuplicateCharactersCounterTest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
<module name="JCP_C1_P1" />
<extension name="coverage">
<pattern>
<option name="PATTERN" value="io.github.dbc.*" />
<option name="ENABLED" value="true" />
</pattern>
</extension>
<option name="PACKAGE_NAME" value="io.github.dbc" />
<option name="MAIN_CLASS_NAME" value="io.github.dbc.DuplicateCharactersCounterTest" />
<option name="TEST_OBJECT" value="class" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<configuration name="DuplicateCharactersCounterTest.shouldReturnCount1ForNonDuplicat1Characters" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
<module name="JCP_C1_P1" />
<extension name="coverage">
<pattern>
<option name="PATTERN" value="io.github.dbc.*" />
<option name="ENABLED" value="true" />
</pattern>
</extension>
<option name="PACKAGE_NAME" value="io.github.dbc" />
<option name="MAIN_CLASS_NAME" value="io.github.dbc.DuplicateCharactersCounterTest" />
<option name="METHOD_NAME" value="shouldReturnCount1ForNonDuplicat1Characters" />
<option name="TEST_OBJECT" value="method" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<configuration name="DuplicateCharactersCounterTest.shouldReturnMapOfCorrectSize" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
<module name="JCP_C1_P1" />
<extension name="coverage">
<pattern>
<option name="PATTERN" value="io.github.dbc.*" />
<option name="ENABLED" value="true" />
</pattern>
</extension>
<option name="PACKAGE_NAME" value="io.github.dbc" />
<option name="MAIN_CLASS_NAME" value="io.github.dbc.DuplicateCharactersCounterTest" />
<option name="METHOD_NAME" value="shouldReturnMapOfCorrectSize(java.lang.String)" />
<option name="TEST_OBJECT" value="method" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<configuration name="DuplicateCharactersCounterTest.shouldThrowAnIllegalArgumentExceptionForNullInput" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
<module name="JCP_C1_P1" />
<extension name="coverage">
<pattern>
<option name="PATTERN" value="io.github.dbc.*" />
<option name="ENABLED" value="true" />
</pattern>
</extension>
<option name="PACKAGE_NAME" value="io.github.dbc" />
<option name="MAIN_CLASS_NAME" value="io.github.dbc.DuplicateCharactersCounterTest" />
<option name="METHOD_NAME" value="shouldThrowAnIllegalArgumentExceptionForNullInput" />
<option name="TEST_OBJECT" value="method" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<configuration name="Scratch" type="Java Scratch" temporary="true" nameIsGenerated="true">
<option name="MAIN_CLASS_NAME" value="Scratch" />
<option name="SCRATCH_FILE_URL" value="file://$APPLICATION_CONFIG_DIR$/scratches/scratch_54.java" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<recent_temporary>
<list>
<item itemvalue="JUnit.DuplicateCharactersCounterTest" />
<item itemvalue="Java Scratch.Scratch" />
<item itemvalue="JUnit.DuplicateCharactersCounterTest.shouldReturnMapOfCorrectSize" />
<item itemvalue="JUnit.DuplicateCharactersCounterTest.shouldThrowAnIllegalArgumentExceptionForNullInput" />
<item itemvalue="JUnit.DuplicateCharactersCounterTest.shouldReturnCount1ForNonDuplicat1Characters" />
</list>
</recent_temporary>
</component>
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
<component name="TaskManager">
<task active="true" id="Default" summary="Default task">
<changelist id="b3bac6d6-f8b1-474b-a5e1-72bf67a3867c" name="Changes" comment="" />
<created>1652464472009</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1652464472009</updated>
<workItem from="1652464473799" duration="2983000" />
</task>
<task id="LOCAL-00001" summary="initial commit">
<created>1652464516513</created>
<option name="number" value="00001" />
<option name="presentableId" value="LOCAL-00001" />
<option name="project" value="LOCAL" />
<updated>1652464516513</updated>
</task>
<task id="LOCAL-00002" summary="add the readme">
<created>1652464672069</created>
<option name="number" value="00002" />
<option name="presentableId" value="LOCAL-00002" />
<option name="project" value="LOCAL" />
<updated>1652464672069</updated>
</task>
<task id="LOCAL-00003" summary="add the starter code">
<created>1652464843098</created>
<option name="number" value="00003" />
<option name="presentableId" value="LOCAL-00003" />
<option name="project" value="LOCAL" />
<updated>1652464843098</updated>
</task>
<task id="LOCAL-00004" summary="add the test class">
<created>1652464989506</created>
<option name="number" value="00004" />
<option name="presentableId" value="LOCAL-00004" />
<option name="project" value="LOCAL" />
<updated>1652464989506</updated>
</task>
<task id="LOCAL-00005" summary="add the test class">
<created>1652465023952</created>
<option name="number" value="00005" />
<option name="presentableId" value="LOCAL-00005" />
<option name="project" value="LOCAL" />
<updated>1652465023952</updated>
</task>
<task id="LOCAL-00006" summary="add code to run the countDuplicateCharacters() method in the main() method">
<created>1652466510354</created>
<option name="number" value="00006" />
<option name="presentableId" value="LOCAL-00006" />
<option name="project" value="LOCAL" />
<updated>1652466510354</updated>
</task>
<task id="LOCAL-00007" summary="add test case 1">
<created>1652466931176</created>
<option name="number" value="00007" />
<option name="presentableId" value="LOCAL-00007" />
<option name="project" value="LOCAL" />
<updated>1652466931176</updated>
</task>
<task id="LOCAL-00008" summary="add test case 2">
<created>1652467291387</created>
<option name="number" value="00008" />
<option name="presentableId" value="LOCAL-00008" />
<option name="project" value="LOCAL" />
<updated>1652467291387</updated>
</task>
<task id="LOCAL-00009" summary="add test case 3">
<created>1652467612615</created>
<option name="number" value="00009" />
<option name="presentableId" value="LOCAL-00009" />
<option name="project" value="LOCAL" />
<updated>1652467612615</updated>
</task>
<task id="LOCAL-00010" summary="add test case 4">
<created>1652467730509</created>
<option name="number" value="00010" />
<option name="presentableId" value="LOCAL-00010" />
<option name="project" value="LOCAL" />
<updated>1652467730509</updated>
</task>
<task id="LOCAL-00011" summary="add 1 more value for the first test">
<created>1652467812895</created>
<option name="number" value="00011" />
<option name="presentableId" value="LOCAL-00011" />
<option name="project" value="LOCAL" />
<updated>1652467812895</updated>
</task>
<task id="LOCAL-00012" summary="add sample input and sample output in the README.md">
<created>1652467935271</created>
<option name="number" value="00012" />
<option name="presentableId" value="LOCAL-00012" />
<option name="project" value="LOCAL" />
<updated>1652467935271</updated>
</task>
<option name="localTasksCounter" value="13" />
<servers />
</component>
<component name="Vcs.Log.Tabs.Properties">
<option name="TAB_STATES">
<map>
<entry key="MAIN">
<value>
<State />
</value>
</entry>
</map>
</option>
</component>
<component name="VcsManagerConfiguration">
<option name="CHECK_CODE_CLEANUP_BEFORE_PROJECT_COMMIT_PROFILE" value="Default" />
<option name="CHECK_CODE_CLEANUP_BEFORE_PROJECT_COMMIT" value="true" />
<MESSAGE value="initial commit" />
<MESSAGE value="add the readme" />
<MESSAGE value="add the starter code" />
<MESSAGE value="add the test class" />
<MESSAGE value="add code to run the countDuplicateCharacters() method in the main() method" />
<MESSAGE value="add test case 1" />
<MESSAGE value="add test case 2" />
<MESSAGE value="add test case 3" />
<MESSAGE value="add test case 4" />
<MESSAGE value="add 1 more value for the first test" />
<MESSAGE value="add sample input and sample output in the README.md" />
<option name="LAST_COMMIT_MESSAGE" value="add sample input and sample output in the README.md" />
<option name="OPTIMIZE_IMPORTS_BEFORE_PROJECT_COMMIT" value="true" />
<option name="REFORMAT_BEFORE_PROJECT_COMMIT" value="true" />
<option name="REARRANGE_BEFORE_PROJECT_COMMIT" value="true" />
</component>
</project>