-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathworkspace.xml
More file actions
350 lines (350 loc) · 16.1 KB
/
workspace.xml
File metadata and controls
350 lines (350 loc) · 16.1 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
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
<?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 a badge, change name for the workflow" />
<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://$APPLICATION_CONFIG_DIR$/scratches/scratch_54.java" root0="FORCE_HIGHLIGHTING" />
<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": "false",
"last_opened_file_path": "C:/Users/divya/Exercism/java/need-for-speed",
"project.structure.last.edited": "Project",
"project.structure.proportion": "0.15",
"project.structure.side.proportion": "0.0",
"settings.editor.selected.configurable": "preferences.pluginManager"
},
"keyToStringList": {
"DatabaseDriversLRU": [
"mysql"
],
"com.intellij.ide.scratch.ScratchImplUtil$2/New Scratch File": [
"Markdown"
]
}
}</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.shouldReturnEmptyMapForEmptyInput" 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="shouldReturnEmptyMapForEmptyInput(java.lang.String)" />
<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 (1)" 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(java.lang.String)" />
<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="JUnit.DuplicateCharactersCounterTest.shouldReturnEmptyMapForEmptyInput" />
<item itemvalue="JUnit.DuplicateCharactersCounterTest.shouldThrowAnIllegalArgumentExceptionForNullInput (1)" />
<item itemvalue="JUnit.DuplicateCharactersCounterTest.shouldReturnMapOfCorrectSize" />
<item itemvalue="Java Scratch.Scratch" />
</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="3459000" />
<workItem from="1652551743403" duration="2511000" />
<workItem from="1652622259082" duration="160000" />
<workItem from="1652631231540" duration="1640000" />
<workItem from="1652638374278" duration="312000" />
<workItem from="1652815591071" duration="2935000" />
</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>
<task id="LOCAL-00013" summary="add links and citation">
<created>1652468435970</created>
<option name="number" value="00013" />
<option name="presentableId" value="LOCAL-00013" />
<option name="project" value="LOCAL" />
<updated>1652468435970</updated>
</task>
<task id="LOCAL-00014" summary="add better name for printing names of parameterized test">
<created>1652551923621</created>
<option name="number" value="00014" />
<option name="presentableId" value="LOCAL-00014" />
<option name="project" value="LOCAL" />
<updated>1652551923621</updated>
</task>
<task id="LOCAL-00015" summary="make test file read-only">
<created>1652552720625</created>
<option name="number" value="00015" />
<option name="presentableId" value="LOCAL-00015" />
<option name="project" value="LOCAL" />
<updated>1652552720625</updated>
</task>
<task id="LOCAL-00016" summary="use the @NullSource and @EmptySource annotations for tests">
<created>1652553063899</created>
<option name="number" value="00016" />
<option name="presentableId" value="LOCAL-00016" />
<option name="project" value="LOCAL" />
<updated>1652553063899</updated>
</task>
<task id="LOCAL-00017" summary="add proper test names">
<created>1652633662838</created>
<option name="number" value="00017" />
<option name="presentableId" value="LOCAL-00017" />
<option name="project" value="LOCAL" />
<updated>1652633662838</updated>
</task>
<task id="LOCAL-00018" summary="change maven target version to 11">
<created>1652816083393</created>
<option name="number" value="00018" />
<option name="presentableId" value="LOCAL-00018" />
<option name="project" value="LOCAL" />
<updated>1652816083393</updated>
</task>
<task id="LOCAL-00019" summary="add maven plugins to run junit5 test with maven">
<created>1652819174296</created>
<option name="number" value="00019" />
<option name="presentableId" value="LOCAL-00019" />
<option name="project" value="LOCAL" />
<updated>1652819174296</updated>
</task>
<task id="LOCAL-00020" summary="add a badge, change name for the workflow">
<created>1652819472258</created>
<option name="number" value="00020" />
<option name="presentableId" value="LOCAL-00020" />
<option name="project" value="LOCAL" />
<updated>1652819472258</updated>
</task>
<option name="localTasksCounter" value="21" />
<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" />
<MESSAGE value="add links and citation" />
<MESSAGE value="add better name for printing names of parameterized test" />
<MESSAGE value="make test file read-only" />
<MESSAGE value="use the @NullSource and @EmptySource annotations for tests" />
<MESSAGE value="add proper test names" />
<MESSAGE value="change maven target version to 11" />
<MESSAGE value="add maven plugins to run junit5 test with maven" />
<MESSAGE value="add a badge, change name for the workflow" />
<option name="LAST_COMMIT_MESSAGE" value="add a badge, change name for the workflow" />
<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>