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
372 lines (372 loc) · 17.2 KB
/
Copy pathworkspace.xml
File metadata and controls
372 lines (372 loc) · 17.2 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
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
<?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 an if() block along with a condition">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/io/github/dbc/Main.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/io/github/dbc/Main.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",
"WebServerToolWindowFactoryState": "false",
"com.intellij.testIntegration.createTest.CreateTestDialog.defaultLibrary": "JUnit5",
"com.intellij.testIntegration.createTest.CreateTestDialog.defaultLibrarySuperClass.JUnit5": "",
"full.screen.before.presentation.mode": "true",
"node.js.detected.package.eslint": "true",
"node.js.detected.package.tslint": "true",
"node.js.selected.package.eslint": "(autodetect)",
"node.js.selected.package.tslint": "(autodetect)",
"project.structure.last.edited": "Project",
"project.structure.proportion": "0.0",
"project.structure.side.proportion": "0.0",
"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="Main" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
<option name="MAIN_CLASS_NAME" value="io.github.dbc.Main" />
<module name="JCP_C1_P1" />
<extension name="coverage">
<pattern>
<option name="PATTERN" value="io.github.dbc.*" />
<option name="ENABLED" value="true" />
</pattern>
</extension>
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<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.shouldReturnCount1ForNonDuplicateCharacters" 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="shouldReturnCount1ForNonDuplicateCharacters" />
<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="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.shouldReturnMapOfCorrectSize" />
<item itemvalue="JUnit.DuplicateCharactersCounterTest.shouldReturnCount1ForNonDuplicateCharacters" />
<item itemvalue="Application.Main" />
<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="710000" />
<workItem from="1652552767032" duration="13000" />
<workItem from="1652555356575" duration="289000" />
<workItem from="1652621081738" duration="887000" />
<workItem from="1652622082785" duration="2326000" />
</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="add an object of type HashMap<Character, Integer>">
<created>1652621709433</created>
<option name="number" value="00015" />
<option name="presentableId" value="LOCAL-00015" />
<option name="project" value="LOCAL" />
<updated>1652621709433</updated>
</task>
<task id="LOCAL-00016" summary="add for loop till string.length()">
<created>1652621740612</created>
<option name="number" value="00016" />
<option name="presentableId" value="LOCAL-00016" />
<option name="project" value="LOCAL" />
<updated>1652621740612</updated>
</task>
<task id="LOCAL-00017" summary="initialize a field of type character">
<created>1652621772084</created>
<option name="number" value="00017" />
<option name="presentableId" value="LOCAL-00017" />
<option name="project" value="LOCAL" />
<updated>1652621772084</updated>
</task>
<task id="LOCAL-00018" summary="add an if() block along with a condition inside the for loop">
<created>1652621822572</created>
<option name="number" value="00018" />
<option name="presentableId" value="LOCAL-00018" />
<option name="project" value="LOCAL" />
<updated>1652621822572</updated>
</task>
<task id="LOCAL-00019" summary="call the map.put() method">
<created>1652621847760</created>
<option name="number" value="00019" />
<option name="presentableId" value="LOCAL-00019" />
<option name="project" value="LOCAL" />
<updated>1652621847760</updated>
</task>
<task id="LOCAL-00020" summary="add an else block">
<created>1652621859246</created>
<option name="number" value="00020" />
<option name="presentableId" value="LOCAL-00020" />
<option name="project" value="LOCAL" />
<updated>1652621859246</updated>
</task>
<task id="LOCAL-00021" summary="update the return statement">
<created>1652621872572</created>
<option name="number" value="00021" />
<option name="presentableId" value="LOCAL-00021" />
<option name="project" value="LOCAL" />
<updated>1652621872572</updated>
</task>
<task id="LOCAL-00022" summary="add the solution code for the required problem statement.">
<created>1652621967650</created>
<option name="number" value="00022" />
<option name="presentableId" value="LOCAL-00022" />
<option name="project" value="LOCAL" />
<updated>1652621967651</updated>
</task>
<task id="LOCAL-00023" summary="add an if() block along with a condition">
<created>1652633278063</created>
<option name="number" value="00023" />
<option name="presentableId" value="LOCAL-00023" />
<option name="project" value="LOCAL" />
<updated>1652633278063</updated>
</task>
<option name="localTasksCounter" value="24" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="3" />
</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="add an object of type HashMap<Character, Integer>" />
<MESSAGE value="add for loop till string.length()" />
<MESSAGE value="initialize a field of type character" />
<MESSAGE value="add an if() block along with a condition inside the for loop" />
<MESSAGE value="call the map.put() method" />
<MESSAGE value="add an else block" />
<MESSAGE value="update the return statement" />
<MESSAGE value="add the solution code for the required problem statement." />
<MESSAGE value="add an if() block along with a condition" />
<option name="LAST_COMMIT_MESSAGE" value="add an if() block along with a condition" />
<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>