Explorar el Código

added gitignore

Leon hace 6 años
padre
commit
596eacb042
Se han modificado 5 ficheros con 403 adiciones y 8 borrados
  1. 6
    0
      .gitignore
  2. 11
    1
      .idea/compiler.xml
  3. 7
    0
      .idea/misc.xml
  4. 369
    3
      .idea/workspace.xml
  5. 10
    4
      CR-MesoLabs-Collections-SinglyLinkedList.iml

+ 6
- 0
.gitignore Ver fichero

@@ -0,0 +1,6 @@
1
+/target/
2
+.DS_Store
3
+.classpath
4
+#.project
5
+.settings
6
+*.iml

+ 11
- 1
.idea/compiler.xml Ver fichero

@@ -1,6 +1,16 @@
1 1
 <?xml version="1.0" encoding="UTF-8"?>
2 2
 <project version="4">
3 3
   <component name="CompilerConfiguration">
4
-    <bytecodeTargetLevel target="1.8" />
4
+    <annotationProcessing>
5
+      <profile name="Maven default annotation processors profile" enabled="true">
6
+        <sourceOutputDir name="target/generated-sources/annotations" />
7
+        <sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
8
+        <outputRelativeToContentRoot value="true" />
9
+        <module name="CR-MesoLabs-Collections-SinglyLinkedList" />
10
+      </profile>
11
+    </annotationProcessing>
12
+    <bytecodeTargetLevel target="1.8">
13
+      <module name="CR-MesoLabs-Collections-SinglyLinkedList" target="1.5" />
14
+    </bytecodeTargetLevel>
5 15
   </component>
6 16
 </project>

+ 7
- 0
.idea/misc.xml Ver fichero

@@ -1,5 +1,12 @@
1 1
 <?xml version="1.0" encoding="UTF-8"?>
2 2
 <project version="4">
3
+  <component name="MavenProjectsManager">
4
+    <option name="originalFiles">
5
+      <list>
6
+        <option value="$PROJECT_DIR$/pom.xml" />
7
+      </list>
8
+    </option>
9
+  </component>
3 10
   <component name="ProjectInspectionProfilesVisibleTreeState">
4 11
     <entry key="Project Default">
5 12
       <profile-state>

+ 369
- 3
.idea/workspace.xml Ver fichero

@@ -1,8 +1,14 @@
1 1
 <?xml version="1.0" encoding="UTF-8"?>
2 2
 <project version="4">
3 3
   <component name="ChangeListManager">
4
-    <list default="true" id="4f0c6f35-1ac5-49ea-b41e-20445c07c5c6" name="Default" comment="" />
4
+    <list default="true" id="4f0c6f35-1ac5-49ea-b41e-20445c07c5c6" name="Default" comment="">
5
+      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/compiler.xml" afterPath="$PROJECT_DIR$/.idea/compiler.xml" />
6
+      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/misc.xml" afterPath="$PROJECT_DIR$/.idea/misc.xml" />
7
+      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
8
+      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/CR-MesoLabs-Collections-SinglyLinkedList.iml" afterPath="$PROJECT_DIR$/CR-MesoLabs-Collections-SinglyLinkedList.iml" />
9
+    </list>
5 10
     <ignored path="$PROJECT_DIR$/out/" />
11
+    <ignored path="$PROJECT_DIR$/target/" />
6 12
     <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
7 13
     <option name="TRACKING_ENABLED" value="true" />
8 14
     <option name="SHOW_DIALOG" value="false" />
@@ -11,11 +17,187 @@
11 17
     <option name="LAST_RESOLUTION" value="IGNORE" />
12 18
   </component>
13 19
   <component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
20
+  <component name="FileEditorManager">
21
+    <leaf>
22
+      <file leaf-file-name="pom.xml" pinned="false" current-in-tab="false">
23
+        <entry file="file://$PROJECT_DIR$/pom.xml">
24
+          <provider selected="true" editor-type-id="text-editor">
25
+            <state relative-caret-position="0">
26
+              <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
27
+              <folding />
28
+            </state>
29
+          </provider>
30
+        </entry>
31
+      </file>
32
+      <file leaf-file-name="README.md" pinned="false" current-in-tab="false">
33
+        <entry file="file://$PROJECT_DIR$/README.md">
34
+          <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
35
+            <state split_layout="SPLIT">
36
+              <first_editor relative-caret-position="0">
37
+                <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
38
+                <folding />
39
+              </first_editor>
40
+              <second_editor />
41
+            </state>
42
+          </provider>
43
+        </entry>
44
+      </file>
45
+      <file leaf-file-name="MainApplication.java" pinned="false" current-in-tab="false">
46
+        <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/singlylinkedlist/MainApplication.java">
47
+          <provider selected="true" editor-type-id="text-editor">
48
+            <state relative-caret-position="75">
49
+              <caret line="5" column="28" lean-forward="false" selection-start-line="5" selection-start-column="28" selection-end-line="5" selection-end-column="28" />
50
+              <folding />
51
+            </state>
52
+          </provider>
53
+        </entry>
54
+      </file>
55
+      <file leaf-file-name="SinglyLinkedList.java" pinned="false" current-in-tab="false">
56
+        <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/singlylinkedlist/SinglyLinkedList.java">
57
+          <provider selected="true" editor-type-id="text-editor">
58
+            <state relative-caret-position="75">
59
+              <caret line="5" column="29" lean-forward="false" selection-start-line="5" selection-start-column="29" selection-end-line="5" selection-end-column="29" />
60
+              <folding />
61
+            </state>
62
+          </provider>
63
+        </entry>
64
+      </file>
65
+      <file leaf-file-name="SinglyLinkedListTest.java" pinned="false" current-in-tab="true">
66
+        <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/singlylinkedlist/SinglyLinkedListTest.java">
67
+          <provider selected="true" editor-type-id="text-editor">
68
+            <state relative-caret-position="75">
69
+              <caret line="5" column="33" lean-forward="false" selection-start-line="5" selection-start-column="33" selection-end-line="5" selection-end-column="33" />
70
+              <folding />
71
+            </state>
72
+          </provider>
73
+        </entry>
74
+      </file>
75
+    </leaf>
76
+  </component>
77
+  <component name="FileTemplateManagerImpl">
78
+    <option name="RECENT_TEMPLATES">
79
+      <list>
80
+        <option value="Class" />
81
+      </list>
82
+    </option>
83
+  </component>
84
+  <component name="Git.Settings">
85
+    <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
86
+  </component>
87
+  <component name="GradleLocalSettings">
88
+    <option name="externalProjectsViewState">
89
+      <projects_view />
90
+    </option>
91
+  </component>
14 92
   <component name="ProjectFrameBounds">
15 93
     <option name="y" value="23" />
16 94
     <option name="width" value="1920" />
17 95
     <option name="height" value="1053" />
18 96
   </component>
97
+  <component name="ProjectView">
98
+    <navigator currentView="ProjectPane" proportions="" version="1">
99
+      <flattenPackages />
100
+      <showMembers />
101
+      <showModules />
102
+      <showLibraryContents />
103
+      <hideEmptyPackages />
104
+      <abbreviatePackageNames />
105
+      <autoscrollToSource />
106
+      <autoscrollFromSource />
107
+      <sortByType />
108
+      <manualOrder />
109
+      <foldersAlwaysOnTop value="true" />
110
+    </navigator>
111
+    <panes>
112
+      <pane id="ProjectPane">
113
+        <subPane>
114
+          <PATH>
115
+            <PATH_ELEMENT>
116
+              <option name="myItemId" value="singlylinkedlist" />
117
+              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
118
+            </PATH_ELEMENT>
119
+            <PATH_ELEMENT>
120
+              <option name="myItemId" value="CR-MesoLabs-Collections-SinglyLinkedList" />
121
+              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
122
+            </PATH_ELEMENT>
123
+          </PATH>
124
+          <PATH>
125
+            <PATH_ELEMENT>
126
+              <option name="myItemId" value="singlylinkedlist" />
127
+              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
128
+            </PATH_ELEMENT>
129
+            <PATH_ELEMENT>
130
+              <option name="myItemId" value="CR-MesoLabs-Collections-SinglyLinkedList" />
131
+              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
132
+            </PATH_ELEMENT>
133
+            <PATH_ELEMENT>
134
+              <option name="myItemId" value="src" />
135
+              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
136
+            </PATH_ELEMENT>
137
+            <PATH_ELEMENT>
138
+              <option name="myItemId" value="test" />
139
+              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
140
+            </PATH_ELEMENT>
141
+          </PATH>
142
+          <PATH>
143
+            <PATH_ELEMENT>
144
+              <option name="myItemId" value="singlylinkedlist" />
145
+              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
146
+            </PATH_ELEMENT>
147
+            <PATH_ELEMENT>
148
+              <option name="myItemId" value="CR-MesoLabs-Collections-SinglyLinkedList" />
149
+              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
150
+            </PATH_ELEMENT>
151
+            <PATH_ELEMENT>
152
+              <option name="myItemId" value="src" />
153
+              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
154
+            </PATH_ELEMENT>
155
+            <PATH_ELEMENT>
156
+              <option name="myItemId" value="main" />
157
+              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
158
+            </PATH_ELEMENT>
159
+          </PATH>
160
+          <PATH>
161
+            <PATH_ELEMENT>
162
+              <option name="myItemId" value="singlylinkedlist" />
163
+              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
164
+            </PATH_ELEMENT>
165
+            <PATH_ELEMENT>
166
+              <option name="myItemId" value="CR-MesoLabs-Collections-SinglyLinkedList" />
167
+              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
168
+            </PATH_ELEMENT>
169
+            <PATH_ELEMENT>
170
+              <option name="myItemId" value="src" />
171
+              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
172
+            </PATH_ELEMENT>
173
+            <PATH_ELEMENT>
174
+              <option name="myItemId" value="main" />
175
+              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
176
+            </PATH_ELEMENT>
177
+            <PATH_ELEMENT>
178
+              <option name="myItemId" value="java" />
179
+              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
180
+            </PATH_ELEMENT>
181
+            <PATH_ELEMENT>
182
+              <option name="myItemId" value="com" />
183
+              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
184
+            </PATH_ELEMENT>
185
+            <PATH_ELEMENT>
186
+              <option name="myItemId" value="zipcodewilmington" />
187
+              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
188
+            </PATH_ELEMENT>
189
+            <PATH_ELEMENT>
190
+              <option name="myItemId" value="singlylinkedlist" />
191
+              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
192
+            </PATH_ELEMENT>
193
+          </PATH>
194
+        </subPane>
195
+      </pane>
196
+      <pane id="PackagesPane" />
197
+      <pane id="Scratches" />
198
+      <pane id="Scope" />
199
+    </panes>
200
+  </component>
19 201
   <component name="PropertiesComponent">
20 202
     <property name="settings.editor.selected.configurable" value="reference.projectsettings.compiler.javacompiler" />
21 203
     <property name="project.structure.last.edited" value="Project" />
@@ -42,6 +224,61 @@
42 224
       <predefined_log_file id="idea.log" enabled="true" />
43 225
       <method />
44 226
     </configuration>
227
+    <configuration default="true" type="AndroidRunConfigurationType" factoryName="Android App">
228
+      <module name="" />
229
+      <option name="DEPLOY" value="true" />
230
+      <option name="ARTIFACT_NAME" value="" />
231
+      <option name="PM_INSTALL_OPTIONS" value="" />
232
+      <option name="ACTIVITY_EXTRA_FLAGS" value="" />
233
+      <option name="MODE" value="default_activity" />
234
+      <option name="TARGET_SELECTION_MODE" value="SHOW_DIALOG" />
235
+      <option name="PREFERRED_AVD" value="" />
236
+      <option name="CLEAR_LOGCAT" value="false" />
237
+      <option name="SHOW_LOGCAT_AUTOMATICALLY" value="false" />
238
+      <option name="SKIP_NOOP_APK_INSTALLATIONS" value="true" />
239
+      <option name="FORCE_STOP_RUNNING_APP" value="true" />
240
+      <option name="DEBUGGER_TYPE" value="Java" />
241
+      <option name="USE_LAST_SELECTED_DEVICE" value="false" />
242
+      <option name="PREFERRED_AVD" value="" />
243
+      <Java />
244
+      <Profilers>
245
+        <option name="ENABLE_ADVANCED_PROFILING" value="true" />
246
+        <option name="GAPID_ENABLED" value="false" />
247
+        <option name="GAPID_DISABLE_PCS" value="false" />
248
+        <option name="SUPPORT_LIB_ENABLED" value="true" />
249
+        <option name="INSTRUMENTATION_ENABLED" value="true" />
250
+      </Profilers>
251
+      <option name="DEEP_LINK" value="" />
252
+      <option name="ACTIVITY_CLASS" value="" />
253
+      <method />
254
+    </configuration>
255
+    <configuration default="true" type="AndroidTestRunConfigurationType" factoryName="Android Tests">
256
+      <module name="" />
257
+      <option name="TESTING_TYPE" value="0" />
258
+      <option name="INSTRUMENTATION_RUNNER_CLASS" value="" />
259
+      <option name="METHOD_NAME" value="" />
260
+      <option name="CLASS_NAME" value="" />
261
+      <option name="PACKAGE_NAME" value="" />
262
+      <option name="EXTRA_OPTIONS" value="" />
263
+      <option name="TARGET_SELECTION_MODE" value="SHOW_DIALOG" />
264
+      <option name="PREFERRED_AVD" value="" />
265
+      <option name="CLEAR_LOGCAT" value="false" />
266
+      <option name="SHOW_LOGCAT_AUTOMATICALLY" value="false" />
267
+      <option name="SKIP_NOOP_APK_INSTALLATIONS" value="true" />
268
+      <option name="FORCE_STOP_RUNNING_APP" value="true" />
269
+      <option name="DEBUGGER_TYPE" value="Java" />
270
+      <option name="USE_LAST_SELECTED_DEVICE" value="false" />
271
+      <option name="PREFERRED_AVD" value="" />
272
+      <Java />
273
+      <Profilers>
274
+        <option name="ENABLE_ADVANCED_PROFILING" value="true" />
275
+        <option name="GAPID_ENABLED" value="false" />
276
+        <option name="GAPID_DISABLE_PCS" value="false" />
277
+        <option name="SUPPORT_LIB_ENABLED" value="true" />
278
+        <option name="INSTRUMENTATION_ENABLED" value="true" />
279
+      </Profilers>
280
+      <method />
281
+    </configuration>
45 282
     <configuration default="true" type="Applet" factoryName="Applet">
46 283
       <option name="HTML_USED" value="false" />
47 284
       <option name="WIDTH" value="400" />
@@ -65,6 +302,22 @@
65 302
       <envs />
66 303
       <method />
67 304
     </configuration>
305
+    <configuration default="true" type="GradleRunConfiguration" factoryName="Gradle">
306
+      <ExternalSystemSettings>
307
+        <option name="executionName" />
308
+        <option name="externalProjectPath" />
309
+        <option name="externalSystemIdString" value="GRADLE" />
310
+        <option name="scriptParameters" />
311
+        <option name="taskDescriptions">
312
+          <list />
313
+        </option>
314
+        <option name="taskNames">
315
+          <list />
316
+        </option>
317
+        <option name="vmOptions" />
318
+      </ExternalSystemSettings>
319
+      <method />
320
+    </configuration>
68 321
     <configuration default="true" type="JUnit" factoryName="JUnit">
69 322
       <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
70 323
       <module name="" />
@@ -86,6 +339,52 @@
86 339
       <patterns />
87 340
       <method />
88 341
     </configuration>
342
+    <configuration default="true" type="JarApplication" factoryName="JAR Application">
343
+      <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
344
+      <envs />
345
+      <method />
346
+    </configuration>
347
+    <configuration default="true" type="Java Scratch" factoryName="Java Scratch">
348
+      <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
349
+      <option name="SCRATCH_FILE_ID" value="0" />
350
+      <option name="MAIN_CLASS_NAME" />
351
+      <option name="VM_PARAMETERS" />
352
+      <option name="PROGRAM_PARAMETERS" />
353
+      <option name="WORKING_DIRECTORY" />
354
+      <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
355
+      <option name="ALTERNATIVE_JRE_PATH" />
356
+      <option name="ENABLE_SWING_INSPECTOR" value="false" />
357
+      <option name="ENV_VARIABLES" />
358
+      <option name="PASS_PARENT_ENVS" value="true" />
359
+      <module name="" />
360
+      <envs />
361
+      <method />
362
+    </configuration>
363
+    <configuration default="true" type="JetRunConfigurationType" factoryName="Kotlin">
364
+      <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
365
+      <option name="MAIN_CLASS_NAME" />
366
+      <option name="VM_PARAMETERS" />
367
+      <option name="PROGRAM_PARAMETERS" />
368
+      <option name="WORKING_DIRECTORY" />
369
+      <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
370
+      <option name="ALTERNATIVE_JRE_PATH" />
371
+      <option name="PASS_PARENT_ENVS" value="true" />
372
+      <module name="CR-MesoLabs-Collections-SinglyLinkedList" />
373
+      <envs />
374
+      <method />
375
+    </configuration>
376
+    <configuration default="true" type="KotlinStandaloneScriptRunConfigurationType" factoryName="Kotlin script">
377
+      <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
378
+      <option name="filePath" />
379
+      <option name="vmParameters" />
380
+      <option name="alternativeJrePath" />
381
+      <option name="programParameters" />
382
+      <option name="passParentEnvs" value="true" />
383
+      <option name="workingDirectory" />
384
+      <option name="isAlternativeJrePathEnabled" value="false" />
385
+      <envs />
386
+      <method />
387
+    </configuration>
89 388
     <configuration default="true" type="Remote" factoryName="Remote">
90 389
       <option name="USE_SOCKET_TRANSPORT" value="true" />
91 390
       <option name="SERVER_MODE" value="false" />
@@ -122,6 +421,19 @@
122 421
       <listeners />
123 422
       <method />
124 423
     </configuration>
424
+    <configuration default="true" type="executeSpecs" factoryName="Gauge Execution">
425
+      <setting name="environment" value="" />
426
+      <setting name="specsToExecute" value="" />
427
+      <setting name="tags" value="" />
428
+      <setting name="parallelNodes" value="" />
429
+      <setting name="execInParallel" value="false" />
430
+      <setting name="programParameters" value="" />
431
+      <setting name="workingDirectory" value="" />
432
+      <setting name="moduleName" value="" />
433
+      <envMap />
434
+      <setting name="rowsRange" value="" />
435
+      <method />
436
+    </configuration>
125 437
   </component>
126 438
   <component name="ShelveChangesManager" show_recycled="false">
127 439
     <option name="remove_strategy" value="false" />
@@ -146,13 +458,14 @@
146 458
       <window_info id="Image Layers" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
147 459
       <window_info id="Capture Analysis" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
148 460
       <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="true" content_ui="tabs" />
461
+      <window_info id="Maven Projects" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
149 462
       <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
150 463
       <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
151 464
       <window_info id="Properties" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
152
-      <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
465
+      <window_info id="Terminal" active="true" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.3298647" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
153 466
       <window_info id="Capture Tool" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
154 467
       <window_info id="Designer" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
155
-      <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
468
+      <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.24973376" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
156 469
       <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
157 470
       <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
158 471
       <window_info id="UI Designer" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
@@ -174,4 +487,57 @@
174 487
     <breakpoint-manager />
175 488
     <watches-manager />
176 489
   </component>
490
+  <component name="editorHistoryManager">
491
+    <entry file="file://$PROJECT_DIR$/pom.xml">
492
+      <provider selected="true" editor-type-id="text-editor">
493
+        <state relative-caret-position="0">
494
+          <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
495
+          <folding />
496
+        </state>
497
+      </provider>
498
+    </entry>
499
+    <entry file="file://$PROJECT_DIR$/README.md">
500
+      <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
501
+        <state split_layout="SPLIT">
502
+          <first_editor relative-caret-position="0">
503
+            <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
504
+            <folding />
505
+          </first_editor>
506
+          <second_editor />
507
+        </state>
508
+      </provider>
509
+    </entry>
510
+    <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/singlylinkedlist.java">
511
+      <provider selected="true" editor-type-id="text-editor">
512
+        <state relative-caret-position="0">
513
+          <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
514
+          <folding />
515
+        </state>
516
+      </provider>
517
+    </entry>
518
+    <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/singlylinkedlist/MainApplication.java">
519
+      <provider selected="true" editor-type-id="text-editor">
520
+        <state relative-caret-position="75">
521
+          <caret line="5" column="28" lean-forward="false" selection-start-line="5" selection-start-column="28" selection-end-line="5" selection-end-column="28" />
522
+          <folding />
523
+        </state>
524
+      </provider>
525
+    </entry>
526
+    <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/singlylinkedlist/SinglyLinkedList.java">
527
+      <provider selected="true" editor-type-id="text-editor">
528
+        <state relative-caret-position="75">
529
+          <caret line="5" column="29" lean-forward="false" selection-start-line="5" selection-start-column="29" selection-end-line="5" selection-end-column="29" />
530
+          <folding />
531
+        </state>
532
+      </provider>
533
+    </entry>
534
+    <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/singlylinkedlist/SinglyLinkedListTest.java">
535
+      <provider selected="true" editor-type-id="text-editor">
536
+        <state relative-caret-position="75">
537
+          <caret line="5" column="33" lean-forward="false" selection-start-line="5" selection-start-column="33" selection-end-line="5" selection-end-column="33" />
538
+          <folding />
539
+        </state>
540
+      </provider>
541
+    </entry>
542
+  </component>
177 543
 </project>

+ 10
- 4
CR-MesoLabs-Collections-SinglyLinkedList.iml Ver fichero

@@ -1,8 +1,14 @@
1 1
 <?xml version="1.0" encoding="UTF-8"?>
2
-<module type="JAVA_MODULE" version="4">
3
-  <component name="NewModuleRootManager" inherit-compiler-output="true">
4
-    <exclude-output />
5
-    <content url="file://$MODULE_DIR$" />
2
+<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
3
+  <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_5">
4
+    <output url="file://$MODULE_DIR$/target/classes" />
5
+    <output-test url="file://$MODULE_DIR$/target/test-classes" />
6
+    <content url="file://$MODULE_DIR$">
7
+      <sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
8
+      <sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
9
+      <sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
10
+      <excludeFolder url="file://$MODULE_DIR$/target" />
11
+    </content>
6 12
     <orderEntry type="inheritedJdk" />
7 13
     <orderEntry type="sourceFolder" forTests="false" />
8 14
   </component>