Jared Norris 6 years ago
parent
commit
ff7d283e0e
7 changed files with 359 additions and 0 deletions
  1. 1
    0
      .idea/.name
  2. 13
    0
      .idea/compiler.xml
  3. 14
    0
      .idea/misc.xml
  4. 6
    0
      .idea/vcs.xml
  5. 312
    0
      .idea/workspace.xml
  6. 11
    0
      pom.xml
  7. 2
    0
      test.iml

+ 1
- 0
.idea/.name View File

@@ -0,0 +1 @@
1
+test

+ 13
- 0
.idea/compiler.xml View File

@@ -0,0 +1,13 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="CompilerConfiguration">
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="test" />
10
+      </profile>
11
+    </annotationProcessing>
12
+  </component>
13
+</project>

+ 14
- 0
.idea/misc.xml View File

@@ -0,0 +1,14 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="ExternalStorageConfigurationManager" enabled="true" />
4
+  <component name="MavenProjectsManager">
5
+    <option name="originalFiles">
6
+      <list>
7
+        <option value="$PROJECT_DIR$/pom.xml" />
8
+      </list>
9
+    </option>
10
+  </component>
11
+  <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK">
12
+    <output url="file://$PROJECT_DIR$/out" />
13
+  </component>
14
+</project>

+ 6
- 0
.idea/vcs.xml View File

@@ -0,0 +1,6 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="VcsDirectoryMappings">
4
+    <mapping directory="" vcs="Git" />
5
+  </component>
6
+</project>

+ 312
- 0
.idea/workspace.xml View File

@@ -0,0 +1,312 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="ChangeListManager">
4
+    <list default="true" id="b025ecbd-8308-4b9f-b63f-ce99454d436f" name="Default" comment="" />
5
+    <ignored path="$PROJECT_DIR$/out/" />
6
+    <ignored path="$PROJECT_DIR$/target/" />
7
+    <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
8
+    <option name="TRACKING_ENABLED" value="true" />
9
+    <option name="SHOW_DIALOG" value="false" />
10
+    <option name="HIGHLIGHT_CONFLICTS" value="true" />
11
+    <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
12
+    <option name="LAST_RESOLUTION" value="IGNORE" />
13
+  </component>
14
+  <component name="FileEditorManager">
15
+    <leaf>
16
+      <file leaf-file-name="README.md" pinned="false" current-in-tab="true">
17
+        <entry file="file://$PROJECT_DIR$/README.md">
18
+          <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
19
+            <state split_layout="SPLIT">
20
+              <first_editor />
21
+              <second_editor />
22
+            </state>
23
+          </provider>
24
+        </entry>
25
+      </file>
26
+    </leaf>
27
+  </component>
28
+  <component name="Git.Settings">
29
+    <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
30
+  </component>
31
+  <component name="IdeDocumentHistory">
32
+    <option name="CHANGED_PATHS">
33
+      <list>
34
+        <option value="$PROJECT_DIR$/pom.xml" />
35
+      </list>
36
+    </option>
37
+  </component>
38
+  <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
39
+  <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
40
+  <component name="JsGulpfileManager">
41
+    <detection-done>true</detection-done>
42
+    <sorting>DEFINITION_ORDER</sorting>
43
+  </component>
44
+  <component name="NodePackageJsonFileManager">
45
+    <packageJsonPaths />
46
+  </component>
47
+  <component name="ProjectFrameBounds" extendedState="6">
48
+    <option name="width" value="1920" />
49
+    <option name="height" value="1080" />
50
+  </component>
51
+  <component name="ProjectView">
52
+    <navigator proportions="" version="1">
53
+      <foldersAlwaysOnTop value="true" />
54
+    </navigator>
55
+    <panes>
56
+      <pane id="PackagesPane" />
57
+      <pane id="Scope" />
58
+      <pane id="AndroidView" />
59
+      <pane id="ProjectPane">
60
+        <subPane>
61
+          <expand>
62
+            <path>
63
+              <item name="test" type="b2602c69:ProjectViewProjectNode" />
64
+              <item name="ZCW-ORM-SimpleAccount" type="462c0819:PsiDirectoryNode" />
65
+            </path>
66
+            <path>
67
+              <item name="test" type="b2602c69:ProjectViewProjectNode" />
68
+              <item name="ZCW-ORM-SimpleAccount" type="462c0819:PsiDirectoryNode" />
69
+              <item name="src" type="462c0819:PsiDirectoryNode" />
70
+            </path>
71
+            <path>
72
+              <item name="test" type="b2602c69:ProjectViewProjectNode" />
73
+              <item name="ZCW-ORM-SimpleAccount" type="462c0819:PsiDirectoryNode" />
74
+              <item name="src" type="462c0819:PsiDirectoryNode" />
75
+              <item name="main" type="462c0819:PsiDirectoryNode" />
76
+            </path>
77
+          </expand>
78
+          <select />
79
+        </subPane>
80
+      </pane>
81
+    </panes>
82
+  </component>
83
+  <component name="PropertiesComponent">
84
+    <property name="WebServerToolWindowFactoryState" value="false" />
85
+    <property name="aspect.path.notification.shown" value="true" />
86
+    <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
87
+    <property name="nodejs_npm_path_reset_for_default_project" value="true" />
88
+    <property name="project.structure.last.edited" value="Modules" />
89
+    <property name="project.structure.proportion" value="0.15" />
90
+    <property name="project.structure.side.proportion" value="0.2" />
91
+    <property name="settings.editor.selected.configurable" value="project.propGUI" />
92
+  </component>
93
+  <component name="RunDashboard">
94
+    <option name="ruleStates">
95
+      <list>
96
+        <RuleState>
97
+          <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
98
+        </RuleState>
99
+        <RuleState>
100
+          <option name="name" value="StatusDashboardGroupingRule" />
101
+        </RuleState>
102
+      </list>
103
+    </option>
104
+  </component>
105
+  <component name="RunManager">
106
+    <configuration default="true" type="Application" factoryName="Application">
107
+      <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
108
+    </configuration>
109
+    <configuration default="true" type="JUnit" factoryName="JUnit">
110
+      <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
111
+      <option name="ALTERNATIVE_JRE_PATH" />
112
+      <option name="PACKAGE_NAME" />
113
+      <option name="MAIN_CLASS_NAME" />
114
+      <option name="METHOD_NAME" />
115
+      <option name="TEST_OBJECT" value="class" />
116
+      <option name="VM_PARAMETERS" value="-ea" />
117
+      <option name="PARAMETERS" />
118
+      <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
119
+      <option name="PASS_PARENT_ENVS" value="true" />
120
+      <option name="TEST_SEARCH_SCOPE">
121
+        <value defaultName="singleModule" />
122
+      </option>
123
+      <patterns />
124
+    </configuration>
125
+    <configuration default="true" type="TestNG" factoryName="TestNG">
126
+      <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
127
+      <option name="ALTERNATIVE_JRE_PATH" />
128
+      <option name="SUITE_NAME" />
129
+      <option name="PACKAGE_NAME" />
130
+      <option name="MAIN_CLASS_NAME" />
131
+      <option name="METHOD_NAME" />
132
+      <option name="GROUP_NAME" />
133
+      <option name="TEST_OBJECT" value="CLASS" />
134
+      <option name="VM_PARAMETERS" value="-ea" />
135
+      <option name="PARAMETERS" />
136
+      <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
137
+      <option name="OUTPUT_DIRECTORY" />
138
+      <option name="PASS_PARENT_ENVS" value="true" />
139
+      <option name="TEST_SEARCH_SCOPE">
140
+        <value defaultName="singleModule" />
141
+      </option>
142
+      <option name="USE_DEFAULT_REPORTERS" value="false" />
143
+      <option name="PROPERTIES_FILE" />
144
+      <properties />
145
+      <listeners />
146
+    </configuration>
147
+  </component>
148
+  <component name="SvnConfiguration">
149
+    <configuration />
150
+  </component>
151
+  <component name="TaskManager">
152
+    <task active="true" id="Default" summary="Default task">
153
+      <changelist id="b025ecbd-8308-4b9f-b63f-ce99454d436f" name="Default" comment="" />
154
+      <created>1528901053138</created>
155
+      <option name="number" value="Default" />
156
+      <option name="presentableId" value="Default" />
157
+      <updated>1528901053138</updated>
158
+      <workItem from="1528901058054" duration="196000" />
159
+    </task>
160
+    <servers />
161
+  </component>
162
+  <component name="TimeTrackingManager">
163
+    <option name="totallyTimeSpent" value="196000" />
164
+  </component>
165
+  <component name="ToolWindowManager">
166
+    <frame x="0" y="23" width="1280" height="709" extended-state="6" />
167
+    <editor active="true" />
168
+    <layout>
169
+      <window_info anchor="right" id="Palette" />
170
+      <window_info anchor="bottom" id="TODO" order="6" />
171
+      <window_info anchor="right" id="Palette&#9;" />
172
+      <window_info id="Image Layers" />
173
+      <window_info anchor="right" id="Capture Analysis" />
174
+      <window_info anchor="bottom" id="Event Log" side_tool="true" />
175
+      <window_info anchor="right" id="Maven Projects" />
176
+      <window_info anchor="bottom" id="Database Changes" show_stripe_button="false" />
177
+      <window_info anchor="bottom" id="Run" order="2" />
178
+      <window_info anchor="bottom" id="Version Control" />
179
+      <window_info anchor="bottom" id="Terminal" />
180
+      <window_info id="Capture Tool" />
181
+      <window_info id="Designer" />
182
+      <window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.24959612" />
183
+      <window_info anchor="right" id="Database" />
184
+      <window_info id="Learn" />
185
+      <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
186
+      <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
187
+      <window_info id="UI Designer" />
188
+      <window_info anchor="right" id="Theme Preview" />
189
+      <window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
190
+      <window_info id="Favorites" side_tool="true" />
191
+      <window_info anchor="bottom" id="Find" order="1" />
192
+      <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
193
+      <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
194
+      <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
195
+      <window_info anchor="bottom" id="Message" order="0" />
196
+      <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
197
+    </layout>
198
+  </component>
199
+  <component name="TypeScriptGeneratedFilesManager">
200
+    <option name="version" value="1" />
201
+  </component>
202
+  <component name="VcsContentAnnotationSettings">
203
+    <option name="myLimit" value="2678400000" />
204
+  </component>
205
+  <component name="editorHistoryManager">
206
+    <entry file="file://$PROJECT_DIR$/test.iml">
207
+      <provider selected="true" editor-type-id="text-editor" />
208
+    </entry>
209
+    <entry file="file://$PROJECT_DIR$/pom.xml">
210
+      <provider selected="true" editor-type-id="text-editor">
211
+        <state relative-caret-position="135">
212
+          <caret line="9" selection-start-line="9" selection-end-line="9" />
213
+        </state>
214
+      </provider>
215
+    </entry>
216
+    <entry file="file://$PROJECT_DIR$/README.md">
217
+      <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
218
+        <state split_layout="SPLIT">
219
+          <first_editor />
220
+          <second_editor />
221
+        </state>
222
+      </provider>
223
+    </entry>
224
+  </component>
225
+  <component name="masterDetails">
226
+    <states>
227
+      <state key="ArtifactsStructureConfigurable.UI">
228
+        <settings>
229
+          <artifact-editor />
230
+          <splitter-proportions>
231
+            <option name="proportions">
232
+              <list>
233
+                <option value="0.2" />
234
+              </list>
235
+            </option>
236
+          </splitter-proportions>
237
+        </settings>
238
+      </state>
239
+      <state key="FacetStructureConfigurable.UI">
240
+        <settings>
241
+          <last-edited>No facets are configured</last-edited>
242
+          <splitter-proportions>
243
+            <option name="proportions">
244
+              <list>
245
+                <option value="0.2" />
246
+              </list>
247
+            </option>
248
+          </splitter-proportions>
249
+        </settings>
250
+      </state>
251
+      <state key="GlobalLibrariesConfigurable.UI">
252
+        <settings>
253
+          <splitter-proportions>
254
+            <option name="proportions">
255
+              <list>
256
+                <option value="0.2" />
257
+              </list>
258
+            </option>
259
+          </splitter-proportions>
260
+        </settings>
261
+      </state>
262
+      <state key="JdkListConfigurable.UI">
263
+        <settings>
264
+          <last-edited>1.8</last-edited>
265
+          <splitter-proportions>
266
+            <option name="proportions">
267
+              <list>
268
+                <option value="0.2" />
269
+              </list>
270
+            </option>
271
+          </splitter-proportions>
272
+        </settings>
273
+      </state>
274
+      <state key="ModuleStructureConfigurable.UI">
275
+        <settings>
276
+          <last-edited>test</last-edited>
277
+          <splitter-proportions>
278
+            <option name="proportions">
279
+              <list>
280
+                <option value="0.2" />
281
+                <option value="0.6" />
282
+              </list>
283
+            </option>
284
+          </splitter-proportions>
285
+        </settings>
286
+      </state>
287
+      <state key="ProjectJDKs.UI">
288
+        <settings>
289
+          <last-edited>1.8</last-edited>
290
+          <splitter-proportions>
291
+            <option name="proportions">
292
+              <list>
293
+                <option value="0.2" />
294
+              </list>
295
+            </option>
296
+          </splitter-proportions>
297
+        </settings>
298
+      </state>
299
+      <state key="ProjectLibrariesConfigurable.UI">
300
+        <settings>
301
+          <splitter-proportions>
302
+            <option name="proportions">
303
+              <list>
304
+                <option value="0.2" />
305
+              </list>
306
+            </option>
307
+          </splitter-proportions>
308
+        </settings>
309
+      </state>
310
+    </states>
311
+  </component>
312
+</project>

+ 11
- 0
pom.xml View File

@@ -0,0 +1,11 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project xmlns="http://maven.apache.org/POM/4.0.0"
3
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5
+    <modelVersion>4.0.0</modelVersion>
6
+
7
+    <groupId>com.google.guava</groupId>
8
+    <artifactId>test</artifactId>
9
+    <version>1.0-SNAPSHOT</version>
10
+
11
+</project>

+ 2
- 0
test.iml View File

@@ -0,0 +1,2 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<module type="JAVA_MODULE" version="4" />