rboss 0.6.2 → 0.7.0
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +2 -2
- data/README.md +144 -3
- data/bin/rboss-cli +20 -9
- data/bin/twiddle +11 -10
- data/lib/rboss.rb +4 -0
- data/lib/rboss/cli/invoker.rb +28 -12
- data/lib/rboss/cli/mappings/resources/connector.yaml +2 -2
- data/lib/rboss/cli/mappings/resources/datasource.yaml +57 -69
- data/lib/rboss/cli/mappings/resources/server.yaml +28 -38
- data/lib/rboss/cli/resource.rb +5 -8
- data/lib/rboss/cli/result_parser.rb +1 -1
- data/lib/rboss/twiddle.rb +0 -5
- data/lib/rboss/twiddle/mbean.rb +1 -1
- data/lib/rboss/version.rb +1 -1
- data/lib/rboss/view/colorizers.rb +11 -22
- data/lib/rboss/view/formatters.rb +3 -14
- data/lib/rboss/view/health_checkers.rb +3 -34
- data/lib/rboss/view/table_builder.rb +13 -37
- data/rboss.iml +206 -0
- data/rboss.ipr +577 -0
- metadata +4 -2
data/rboss.ipr
ADDED
@@ -0,0 +1,577 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<project version="4">
|
3
|
+
<component name="ASMPluginConfiguration">
|
4
|
+
<asm skipDebug="false" skipFrames="false" skipCode="false" expandFrames="false" />
|
5
|
+
<groovy codeStyle="LEGACY" />
|
6
|
+
</component>
|
7
|
+
<component name="AntConfiguration">
|
8
|
+
<defaultAnt bundledAnt="true" />
|
9
|
+
</component>
|
10
|
+
<component name="BuildJarProjectSettings">
|
11
|
+
<option name="BUILD_JARS_ON_MAKE" value="false" />
|
12
|
+
</component>
|
13
|
+
<component name="BuildServerSettings">
|
14
|
+
<option name="HISTORY" value="" />
|
15
|
+
<option name="LOGIN" value="" />
|
16
|
+
<option name="SERVER_URL" value="http://buildserver" />
|
17
|
+
<option name="PASSWORD" />
|
18
|
+
<option name="REMEMBER_ME" value="false" />
|
19
|
+
<option name="USE_IDEA_PROXY_SETTINGS" value="true" />
|
20
|
+
<option name="INSPECTIONS_BUILD_TYPE_NAME" />
|
21
|
+
<option name="INSPECTIONS_PROJECT_ID" />
|
22
|
+
<option name="INSPECTIONS_BUILD_TYPE_ID" />
|
23
|
+
<option name="DUPLICATES_BUILD_TYPE_NAME" />
|
24
|
+
<option name="DUPLICATES_PROJECT_ID" />
|
25
|
+
<option name="DUPLICATES_BUILD_TYPE_ID" />
|
26
|
+
<option name="PERFORM_COMMIT" value="true" />
|
27
|
+
<option name="REQUEST_CONFIRMATON" value="false" />
|
28
|
+
<option name="STATUS_DIALOG_SPLITTER_PROPORTION" value="0.8" />
|
29
|
+
<option name="FILTER_BY_USER" value="true" />
|
30
|
+
<option name="FILTER_REMOTE_RUN_TREE" value="false" />
|
31
|
+
<option name="FILTER_BY_STATUS" value="false" />
|
32
|
+
<option name="SHOW_CLOSE_PROMPT" value="true" />
|
33
|
+
</component>
|
34
|
+
<component name="CodeStyleSettingsManager">
|
35
|
+
<option name="PER_PROJECT_SETTINGS">
|
36
|
+
<value>
|
37
|
+
<ADDITIONAL_INDENT_OPTIONS fileType="java">
|
38
|
+
<option name="INDENT_SIZE" value="4" />
|
39
|
+
<option name="CONTINUATION_INDENT_SIZE" value="8" />
|
40
|
+
<option name="TAB_SIZE" value="4" />
|
41
|
+
<option name="USE_TAB_CHARACTER" value="false" />
|
42
|
+
<option name="SMART_TABS" value="false" />
|
43
|
+
<option name="LABEL_INDENT_SIZE" value="0" />
|
44
|
+
<option name="LABEL_INDENT_ABSOLUTE" value="false" />
|
45
|
+
<option name="USE_RELATIVE_INDENTS" value="false" />
|
46
|
+
</ADDITIONAL_INDENT_OPTIONS>
|
47
|
+
<ADDITIONAL_INDENT_OPTIONS fileType="jsp">
|
48
|
+
<option name="INDENT_SIZE" value="4" />
|
49
|
+
<option name="CONTINUATION_INDENT_SIZE" value="8" />
|
50
|
+
<option name="TAB_SIZE" value="4" />
|
51
|
+
<option name="USE_TAB_CHARACTER" value="false" />
|
52
|
+
<option name="SMART_TABS" value="false" />
|
53
|
+
<option name="LABEL_INDENT_SIZE" value="0" />
|
54
|
+
<option name="LABEL_INDENT_ABSOLUTE" value="false" />
|
55
|
+
<option name="USE_RELATIVE_INDENTS" value="false" />
|
56
|
+
</ADDITIONAL_INDENT_OPTIONS>
|
57
|
+
<ADDITIONAL_INDENT_OPTIONS fileType="xml">
|
58
|
+
<option name="INDENT_SIZE" value="4" />
|
59
|
+
<option name="CONTINUATION_INDENT_SIZE" value="8" />
|
60
|
+
<option name="TAB_SIZE" value="4" />
|
61
|
+
<option name="USE_TAB_CHARACTER" value="false" />
|
62
|
+
<option name="SMART_TABS" value="false" />
|
63
|
+
<option name="LABEL_INDENT_SIZE" value="0" />
|
64
|
+
<option name="LABEL_INDENT_ABSOLUTE" value="false" />
|
65
|
+
<option name="USE_RELATIVE_INDENTS" value="false" />
|
66
|
+
</ADDITIONAL_INDENT_OPTIONS>
|
67
|
+
</value>
|
68
|
+
</option>
|
69
|
+
</component>
|
70
|
+
<component name="CompilerConfiguration">
|
71
|
+
<option name="DEFAULT_COMPILER" value="Eclipse" />
|
72
|
+
<resourceExtensions>
|
73
|
+
<entry name=".+\.(properties|xml|html|dtd|tld)" />
|
74
|
+
<entry name=".+\.(gif|png|jpeg|jpg)" />
|
75
|
+
</resourceExtensions>
|
76
|
+
<wildcardResourcePatterns>
|
77
|
+
<entry name="?*.properties" />
|
78
|
+
<entry name="?*.xml" />
|
79
|
+
<entry name="?*.gif" />
|
80
|
+
<entry name="?*.png" />
|
81
|
+
<entry name="?*.jpeg" />
|
82
|
+
<entry name="?*.jpg" />
|
83
|
+
<entry name="?*.html" />
|
84
|
+
<entry name="?*.dtd" />
|
85
|
+
<entry name="?*.tld" />
|
86
|
+
<entry name="?*.ftl" />
|
87
|
+
</wildcardResourcePatterns>
|
88
|
+
<annotationProcessing enabled="false" useClasspath="true" />
|
89
|
+
</component>
|
90
|
+
<component name="CopyrightManager" default="">
|
91
|
+
<copyright>
|
92
|
+
<option name="notice" value="The MIT License Copyright (c) &#36;today.year Marcelo Guimarães <ataxexe@gmail.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE." />
|
93
|
+
<option name="keyword" value="Copyright" />
|
94
|
+
<option name="allowReplaceKeyword" value="" />
|
95
|
+
<option name="myName" value="MIT" />
|
96
|
+
<option name="myLocal" value="true" />
|
97
|
+
</copyright>
|
98
|
+
<module2copyright />
|
99
|
+
</component>
|
100
|
+
<component name="CppTools.Loader" reportImplicitCastToBool="false" reportNameReferencedOnce="false" version="3" compilerSelect="AUTO" />
|
101
|
+
<component name="DependencyValidationManager">
|
102
|
+
<option name="SKIP_IMPORT_STATEMENTS" value="false" />
|
103
|
+
</component>
|
104
|
+
<component name="EclipseCompilerSettings">
|
105
|
+
<option name="GENERATE_NO_WARNINGS" value="true" />
|
106
|
+
<option name="DEPRECATION" value="false" />
|
107
|
+
</component>
|
108
|
+
<component name="Encoding" useUTFGuessing="true" native2AsciiForPropertiesFiles="false" />
|
109
|
+
<component name="EntryPointsManager">
|
110
|
+
<entry_points version="2.0" />
|
111
|
+
</component>
|
112
|
+
<component name="GradleUISettings">
|
113
|
+
<setting name="root" />
|
114
|
+
</component>
|
115
|
+
<component name="GradleUISettings2">
|
116
|
+
<setting name="root" />
|
117
|
+
</component>
|
118
|
+
<component name="IdProvider" IDEtalkID="341D3F461538AB1553F4B14FA132AACE" />
|
119
|
+
<component name="InspectionPassRegistrar">
|
120
|
+
<option name="LOAD_NEW_PROBLEMS" value="true" />
|
121
|
+
</component>
|
122
|
+
<component name="InspectionProjectProfileManager">
|
123
|
+
<profiles>
|
124
|
+
<profile version="1.0" is_locked="false">
|
125
|
+
<option name="myName" value="Project Default" />
|
126
|
+
<option name="myLocal" value="false" />
|
127
|
+
<inspection_tool class="Fix shebang" enabled="true" level="WARNING" enabled_by_default="true">/bin/sh#/bin/bash</inspection_tool>
|
128
|
+
<inspection_tool class="SpellCheckingInspection" enabled="false" level="TYPO" enabled_by_default="false">
|
129
|
+
<option name="processCode" value="true" />
|
130
|
+
<option name="processLiterals" value="true" />
|
131
|
+
<option name="processComments" value="true" />
|
132
|
+
</inspection_tool>
|
133
|
+
</profile>
|
134
|
+
</profiles>
|
135
|
+
<option name="PROJECT_PROFILE" value="Project Default" />
|
136
|
+
<option name="USE_PROJECT_PROFILE" value="true" />
|
137
|
+
<version value="1.0" />
|
138
|
+
</component>
|
139
|
+
<component name="JavadocGenerationManager">
|
140
|
+
<option name="OUTPUT_DIRECTORY" />
|
141
|
+
<option name="OPTION_SCOPE" value="protected" />
|
142
|
+
<option name="OPTION_HIERARCHY" value="true" />
|
143
|
+
<option name="OPTION_NAVIGATOR" value="true" />
|
144
|
+
<option name="OPTION_INDEX" value="true" />
|
145
|
+
<option name="OPTION_SEPARATE_INDEX" value="true" />
|
146
|
+
<option name="OPTION_DOCUMENT_TAG_USE" value="false" />
|
147
|
+
<option name="OPTION_DOCUMENT_TAG_AUTHOR" value="false" />
|
148
|
+
<option name="OPTION_DOCUMENT_TAG_VERSION" value="false" />
|
149
|
+
<option name="OPTION_DOCUMENT_TAG_DEPRECATED" value="true" />
|
150
|
+
<option name="OPTION_DEPRECATED_LIST" value="true" />
|
151
|
+
<option name="OTHER_OPTIONS" value="" />
|
152
|
+
<option name="HEAP_SIZE" />
|
153
|
+
<option name="LOCALE" />
|
154
|
+
<option name="OPEN_IN_BROWSER" value="true" />
|
155
|
+
</component>
|
156
|
+
<component name="Palette2">
|
157
|
+
<group name="Swing">
|
158
|
+
<item class="com.intellij.uiDesigner.HSpacer" tooltip-text="Horizontal Spacer" icon="/com/intellij/uiDesigner/icons/hspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
|
159
|
+
<default-constraints vsize-policy="1" hsize-policy="6" anchor="0" fill="1" />
|
160
|
+
</item>
|
161
|
+
<item class="com.intellij.uiDesigner.VSpacer" tooltip-text="Vertical Spacer" icon="/com/intellij/uiDesigner/icons/vspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
|
162
|
+
<default-constraints vsize-policy="6" hsize-policy="1" anchor="0" fill="2" />
|
163
|
+
</item>
|
164
|
+
<item class="javax.swing.JPanel" icon="/com/intellij/uiDesigner/icons/panel.png" removable="false" auto-create-binding="false" can-attach-label="false">
|
165
|
+
<default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3" />
|
166
|
+
</item>
|
167
|
+
<item class="javax.swing.JScrollPane" icon="/com/intellij/uiDesigner/icons/scrollPane.png" removable="false" auto-create-binding="false" can-attach-label="true">
|
168
|
+
<default-constraints vsize-policy="7" hsize-policy="7" anchor="0" fill="3" />
|
169
|
+
</item>
|
170
|
+
<item class="javax.swing.JButton" icon="/com/intellij/uiDesigner/icons/button.png" removable="false" auto-create-binding="true" can-attach-label="false">
|
171
|
+
<default-constraints vsize-policy="0" hsize-policy="3" anchor="0" fill="1" />
|
172
|
+
<initial-values>
|
173
|
+
<property name="text" value="Button" />
|
174
|
+
</initial-values>
|
175
|
+
</item>
|
176
|
+
<item class="javax.swing.JRadioButton" icon="/com/intellij/uiDesigner/icons/radioButton.png" removable="false" auto-create-binding="true" can-attach-label="false">
|
177
|
+
<default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" />
|
178
|
+
<initial-values>
|
179
|
+
<property name="text" value="RadioButton" />
|
180
|
+
</initial-values>
|
181
|
+
</item>
|
182
|
+
<item class="javax.swing.JCheckBox" icon="/com/intellij/uiDesigner/icons/checkBox.png" removable="false" auto-create-binding="true" can-attach-label="false">
|
183
|
+
<default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" />
|
184
|
+
<initial-values>
|
185
|
+
<property name="text" value="CheckBox" />
|
186
|
+
</initial-values>
|
187
|
+
</item>
|
188
|
+
<item class="javax.swing.JLabel" icon="/com/intellij/uiDesigner/icons/label.png" removable="false" auto-create-binding="false" can-attach-label="false">
|
189
|
+
<default-constraints vsize-policy="0" hsize-policy="0" anchor="8" fill="0" />
|
190
|
+
<initial-values>
|
191
|
+
<property name="text" value="Label" />
|
192
|
+
</initial-values>
|
193
|
+
</item>
|
194
|
+
<item class="javax.swing.JTextField" icon="/com/intellij/uiDesigner/icons/textField.png" removable="false" auto-create-binding="true" can-attach-label="true">
|
195
|
+
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
|
196
|
+
<preferred-size width="150" height="-1" />
|
197
|
+
</default-constraints>
|
198
|
+
</item>
|
199
|
+
<item class="javax.swing.JPasswordField" icon="/com/intellij/uiDesigner/icons/passwordField.png" removable="false" auto-create-binding="true" can-attach-label="true">
|
200
|
+
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
|
201
|
+
<preferred-size width="150" height="-1" />
|
202
|
+
</default-constraints>
|
203
|
+
</item>
|
204
|
+
<item class="javax.swing.JFormattedTextField" icon="/com/intellij/uiDesigner/icons/formattedTextField.png" removable="false" auto-create-binding="true" can-attach-label="true">
|
205
|
+
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
|
206
|
+
<preferred-size width="150" height="-1" />
|
207
|
+
</default-constraints>
|
208
|
+
</item>
|
209
|
+
<item class="javax.swing.JTextArea" icon="/com/intellij/uiDesigner/icons/textArea.png" removable="false" auto-create-binding="true" can-attach-label="true">
|
210
|
+
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
|
211
|
+
<preferred-size width="150" height="50" />
|
212
|
+
</default-constraints>
|
213
|
+
</item>
|
214
|
+
<item class="javax.swing.JTextPane" icon="/com/intellij/uiDesigner/icons/textPane.png" removable="false" auto-create-binding="true" can-attach-label="true">
|
215
|
+
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
|
216
|
+
<preferred-size width="150" height="50" />
|
217
|
+
</default-constraints>
|
218
|
+
</item>
|
219
|
+
<item class="javax.swing.JEditorPane" icon="/com/intellij/uiDesigner/icons/editorPane.png" removable="false" auto-create-binding="true" can-attach-label="true">
|
220
|
+
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
|
221
|
+
<preferred-size width="150" height="50" />
|
222
|
+
</default-constraints>
|
223
|
+
</item>
|
224
|
+
<item class="javax.swing.JComboBox" icon="/com/intellij/uiDesigner/icons/comboBox.png" removable="false" auto-create-binding="true" can-attach-label="true">
|
225
|
+
<default-constraints vsize-policy="0" hsize-policy="2" anchor="8" fill="1" />
|
226
|
+
</item>
|
227
|
+
<item class="javax.swing.JTable" icon="/com/intellij/uiDesigner/icons/table.png" removable="false" auto-create-binding="true" can-attach-label="false">
|
228
|
+
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
|
229
|
+
<preferred-size width="150" height="50" />
|
230
|
+
</default-constraints>
|
231
|
+
</item>
|
232
|
+
<item class="javax.swing.JList" icon="/com/intellij/uiDesigner/icons/list.png" removable="false" auto-create-binding="true" can-attach-label="false">
|
233
|
+
<default-constraints vsize-policy="6" hsize-policy="2" anchor="0" fill="3">
|
234
|
+
<preferred-size width="150" height="50" />
|
235
|
+
</default-constraints>
|
236
|
+
</item>
|
237
|
+
<item class="javax.swing.JTree" icon="/com/intellij/uiDesigner/icons/tree.png" removable="false" auto-create-binding="true" can-attach-label="false">
|
238
|
+
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
|
239
|
+
<preferred-size width="150" height="50" />
|
240
|
+
</default-constraints>
|
241
|
+
</item>
|
242
|
+
<item class="javax.swing.JTabbedPane" icon="/com/intellij/uiDesigner/icons/tabbedPane.png" removable="false" auto-create-binding="true" can-attach-label="false">
|
243
|
+
<default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3">
|
244
|
+
<preferred-size width="200" height="200" />
|
245
|
+
</default-constraints>
|
246
|
+
</item>
|
247
|
+
<item class="javax.swing.JSplitPane" icon="/com/intellij/uiDesigner/icons/splitPane.png" removable="false" auto-create-binding="false" can-attach-label="false">
|
248
|
+
<default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3">
|
249
|
+
<preferred-size width="200" height="200" />
|
250
|
+
</default-constraints>
|
251
|
+
</item>
|
252
|
+
<item class="javax.swing.JSpinner" icon="/com/intellij/uiDesigner/icons/spinner.png" removable="false" auto-create-binding="true" can-attach-label="true">
|
253
|
+
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" />
|
254
|
+
</item>
|
255
|
+
<item class="javax.swing.JSlider" icon="/com/intellij/uiDesigner/icons/slider.png" removable="false" auto-create-binding="true" can-attach-label="false">
|
256
|
+
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" />
|
257
|
+
</item>
|
258
|
+
<item class="javax.swing.JSeparator" icon="/com/intellij/uiDesigner/icons/separator.png" removable="false" auto-create-binding="false" can-attach-label="false">
|
259
|
+
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3" />
|
260
|
+
</item>
|
261
|
+
<item class="javax.swing.JProgressBar" icon="/com/intellij/uiDesigner/icons/progressbar.png" removable="false" auto-create-binding="true" can-attach-label="false">
|
262
|
+
<default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1" />
|
263
|
+
</item>
|
264
|
+
<item class="javax.swing.JToolBar" icon="/com/intellij/uiDesigner/icons/toolbar.png" removable="false" auto-create-binding="false" can-attach-label="false">
|
265
|
+
<default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1">
|
266
|
+
<preferred-size width="-1" height="20" />
|
267
|
+
</default-constraints>
|
268
|
+
</item>
|
269
|
+
<item class="javax.swing.JToolBar$Separator" icon="/com/intellij/uiDesigner/icons/toolbarSeparator.png" removable="false" auto-create-binding="false" can-attach-label="false">
|
270
|
+
<default-constraints vsize-policy="0" hsize-policy="0" anchor="0" fill="1" />
|
271
|
+
</item>
|
272
|
+
<item class="javax.swing.JScrollBar" icon="/com/intellij/uiDesigner/icons/scrollbar.png" removable="false" auto-create-binding="true" can-attach-label="false">
|
273
|
+
<default-constraints vsize-policy="6" hsize-policy="0" anchor="0" fill="2" />
|
274
|
+
</item>
|
275
|
+
</group>
|
276
|
+
</component>
|
277
|
+
<component name="ProjectCodeStyleSettingsManager">
|
278
|
+
<option name="PER_PROJECT_SETTINGS">
|
279
|
+
<value>
|
280
|
+
<XML>
|
281
|
+
<option name="XML_LEGACY_SETTINGS_IMPORTED" value="true" />
|
282
|
+
</XML>
|
283
|
+
</value>
|
284
|
+
</option>
|
285
|
+
</component>
|
286
|
+
<component name="ProjectInspectionProfilesVisibleTreeState">
|
287
|
+
<entry key="Project Default">
|
288
|
+
<profile-state>
|
289
|
+
<expanded-state>
|
290
|
+
<State>
|
291
|
+
<id>Inspections</id>
|
292
|
+
</State>
|
293
|
+
</expanded-state>
|
294
|
+
<selected-state>
|
295
|
+
<State>
|
296
|
+
<id>Abstraction issues</id>
|
297
|
+
</State>
|
298
|
+
</selected-state>
|
299
|
+
</profile-state>
|
300
|
+
</entry>
|
301
|
+
</component>
|
302
|
+
<component name="ProjectKey">
|
303
|
+
<option name="state" value="project://default" />
|
304
|
+
</component>
|
305
|
+
<component name="ProjectModuleManager">
|
306
|
+
<modules>
|
307
|
+
<module fileurl="file://$PROJECT_DIR$/rboss.iml" filepath="$PROJECT_DIR$/rboss.iml" />
|
308
|
+
</modules>
|
309
|
+
</component>
|
310
|
+
<component name="ProjectResources">
|
311
|
+
<default-html-doctype>http://www.w3.org/1999/xhtml</default-html-doctype>
|
312
|
+
</component>
|
313
|
+
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_6" assert-keyword="true" jdk-15="true" project-jdk-name="RVM: ruby-1.9.3-p194" project-jdk-type="RUBY_SDK">
|
314
|
+
<output url="file://$PROJECT_DIR$/out" />
|
315
|
+
</component>
|
316
|
+
<component name="ResourceManagerContainer">
|
317
|
+
<option name="myResourceBundles">
|
318
|
+
<value>
|
319
|
+
<list size="0" />
|
320
|
+
</value>
|
321
|
+
</option>
|
322
|
+
</component>
|
323
|
+
<component name="SQLPlugin.ProjectConfiguration">
|
324
|
+
<queries />
|
325
|
+
</component>
|
326
|
+
<component name="Talios.JiraConfigurationComponent" enableIssueTracking="false" autoRefresh="false" useExternalBrowser="false" refreshTimeout="0" annotateissues="false">
|
327
|
+
<servers />
|
328
|
+
<columns>
|
329
|
+
<column id="created" position="0" width="-1" />
|
330
|
+
<column id="key" position="1" width="-1" />
|
331
|
+
<column id="component" position="2" width="-1" />
|
332
|
+
<column id="title" position="3" width="-1" />
|
333
|
+
<column id="type" position="4" width="-1" />
|
334
|
+
<column id="priority" position="5" width="-1" />
|
335
|
+
<column id="status" position="6" width="-1" />
|
336
|
+
<column id="resolution" position="7" width="-1" />
|
337
|
+
<column id="assignee" position="8" width="-1" />
|
338
|
+
<column id="reporter" position="9" width="-1" />
|
339
|
+
<column id="updated" position="10" width="-1" />
|
340
|
+
<column id="dueDate" position="11" width="-1" />
|
341
|
+
<column id="version" position="12" width="-1" />
|
342
|
+
<column id="fixVersion" position="13" width="-1" />
|
343
|
+
</columns>
|
344
|
+
</component>
|
345
|
+
<component name="VcsDirectoryMappings">
|
346
|
+
<mapping directory="" vcs="Git" />
|
347
|
+
</component>
|
348
|
+
<component name="WebServicesPlugin" addRequiredLibraries="true" />
|
349
|
+
<component name="XPathView.XPathProjectComponent">
|
350
|
+
<history />
|
351
|
+
<find-history />
|
352
|
+
</component>
|
353
|
+
<component name="atlassian-ide-plugin-workspace">
|
354
|
+
<option name="bambooConfiguration">
|
355
|
+
<BambooWorkspaceConfiguration>
|
356
|
+
<option name="view">
|
357
|
+
<BambooViewConfigurationBean />
|
358
|
+
</option>
|
359
|
+
</BambooWorkspaceConfiguration>
|
360
|
+
</option>
|
361
|
+
<option name="crucibleConfiguration">
|
362
|
+
<CrucibleWorkspaceConfiguration>
|
363
|
+
<option name="crucibleFilters">
|
364
|
+
<CrucibleFiltersBean>
|
365
|
+
<option name="manualFilter">
|
366
|
+
<CustomFilterBean />
|
367
|
+
</option>
|
368
|
+
<option name="recenltyOpenFilter">
|
369
|
+
<RecentlyOpenReviewsFilter />
|
370
|
+
</option>
|
371
|
+
</CrucibleFiltersBean>
|
372
|
+
</option>
|
373
|
+
<option name="view">
|
374
|
+
<CrucibleViewConfigurationBean />
|
375
|
+
</option>
|
376
|
+
</CrucibleWorkspaceConfiguration>
|
377
|
+
</option>
|
378
|
+
<option name="defaultCredentials">
|
379
|
+
<UserCfgBean />
|
380
|
+
</option>
|
381
|
+
</component>
|
382
|
+
<component name="atlassian-ide-plugin-workspace-issues">
|
383
|
+
<option name="view">
|
384
|
+
<JiraViewConfigurationBean />
|
385
|
+
</option>
|
386
|
+
</component>
|
387
|
+
<component name="org.twodividedbyzero.idea.findbugs">
|
388
|
+
<option name="_basePreferences">
|
389
|
+
<map>
|
390
|
+
<entry key="property.analysisEffortLevel" value="default" />
|
391
|
+
<entry key="property.analyzeAfterCompile" value="false" />
|
392
|
+
<entry key="property.exportAsHtml" value="true" />
|
393
|
+
<entry key="property.exportAsXml" value="true" />
|
394
|
+
<entry key="property.exportBaseDir" value="" />
|
395
|
+
<entry key="property.exportCreateArchiveDir" value="false" />
|
396
|
+
<entry key="property.exportOpenBrowser" value="true" />
|
397
|
+
<entry key="property.minPriorityToReport" value="Medium" />
|
398
|
+
<entry key="property.runAnalysisInBackground" value="false" />
|
399
|
+
<entry key="property.showHiddenDetectors" value="false" />
|
400
|
+
<entry key="property.toolWindowToFront" value="true" />
|
401
|
+
</map>
|
402
|
+
</option>
|
403
|
+
<option name="_detectors">
|
404
|
+
<map>
|
405
|
+
<entry key="AppendingToAnObjectOutputStream" value="true" />
|
406
|
+
<entry key="BCPMethodReturnCheck" value="false" />
|
407
|
+
<entry key="BadAppletConstructor" value="false" />
|
408
|
+
<entry key="BadResultSetAccess" value="true" />
|
409
|
+
<entry key="BadSyntaxForRegularExpression" value="true" />
|
410
|
+
<entry key="BadUseOfReturnValue" value="true" />
|
411
|
+
<entry key="BadlyOverriddenAdapter" value="true" />
|
412
|
+
<entry key="BooleanReturnNull" value="true" />
|
413
|
+
<entry key="BuildInterproceduralCallGraph" value="false" />
|
414
|
+
<entry key="BuildObligationPolicyDatabase" value="true" />
|
415
|
+
<entry key="CallToUnsupportedMethod" value="false" />
|
416
|
+
<entry key="CalledMethods" value="true" />
|
417
|
+
<entry key="CheckCalls" value="false" />
|
418
|
+
<entry key="CheckExpectedWarnings" value="false" />
|
419
|
+
<entry key="CheckImmutableAnnotation" value="true" />
|
420
|
+
<entry key="CheckTypeQualifiers" value="true" />
|
421
|
+
<entry key="CloneIdiom" value="true" />
|
422
|
+
<entry key="ComparatorIdiom" value="true" />
|
423
|
+
<entry key="ConfusedInheritance" value="true" />
|
424
|
+
<entry key="ConfusionBetweenInheritedAndOuterMethod" value="true" />
|
425
|
+
<entry key="CrossSiteScripting" value="true" />
|
426
|
+
<entry key="DoInsideDoPrivileged" value="true" />
|
427
|
+
<entry key="DontCatchIllegalMonitorStateException" value="true" />
|
428
|
+
<entry key="DontIgnoreResultOfPutIfAbsent" value="true" />
|
429
|
+
<entry key="DontUseEnum" value="true" />
|
430
|
+
<entry key="DroppedException" value="true" />
|
431
|
+
<entry key="DumbMethodInvocations" value="true" />
|
432
|
+
<entry key="DumbMethods" value="true" />
|
433
|
+
<entry key="DuplicateBranches" value="true" />
|
434
|
+
<entry key="EmptyZipFileEntry" value="true" />
|
435
|
+
<entry key="EqStringTest" value="false" />
|
436
|
+
<entry key="EqualsOperandShouldHaveClassCompatibleWithThis" value="true" />
|
437
|
+
<entry key="FieldItemSummary" value="true" />
|
438
|
+
<entry key="FinalizerNullsFields" value="true" />
|
439
|
+
<entry key="FindBadCast" value="false" />
|
440
|
+
<entry key="FindBadCast2" value="true" />
|
441
|
+
<entry key="FindBadEqualsImplementation" value="false" />
|
442
|
+
<entry key="FindBadForLoop" value="true" />
|
443
|
+
<entry key="FindBugsSummaryStats" value="true" />
|
444
|
+
<entry key="FindCircularDependencies" value="false" />
|
445
|
+
<entry key="FindDeadLocalStores" value="true" />
|
446
|
+
<entry key="FindDoubleCheck" value="true" />
|
447
|
+
<entry key="FindEmptySynchronizedBlock" value="true" />
|
448
|
+
<entry key="FindFieldSelfAssignment" value="true" />
|
449
|
+
<entry key="FindFinalizeInvocations" value="true" />
|
450
|
+
<entry key="FindFloatEquality" value="true" />
|
451
|
+
<entry key="FindFloatMath" value="false" />
|
452
|
+
<entry key="FindHEmismatch" value="true" />
|
453
|
+
<entry key="FindInconsistentSync2" value="true" />
|
454
|
+
<entry key="FindJSR166LockMonitorenter" value="true" />
|
455
|
+
<entry key="FindLocalSelfAssignment2" value="true" />
|
456
|
+
<entry key="FindMaskedFields" value="true" />
|
457
|
+
<entry key="FindMismatchedWaitOrNotify" value="true" />
|
458
|
+
<entry key="FindNakedNotify" value="true" />
|
459
|
+
<entry key="FindNonSerializableStoreIntoSession" value="true" />
|
460
|
+
<entry key="FindNonSerializableValuePassedToWriteObject" value="true" />
|
461
|
+
<entry key="FindNonShortCircuit" value="true" />
|
462
|
+
<entry key="FindNullDeref" value="true" />
|
463
|
+
<entry key="FindNullDerefsInvolvingNonShortCircuitEvaluation" value="true" />
|
464
|
+
<entry key="FindOpenStream" value="true" />
|
465
|
+
<entry key="FindPuzzlers" value="true" />
|
466
|
+
<entry key="FindRefComparison" value="true" />
|
467
|
+
<entry key="FindReturnRef" value="true" />
|
468
|
+
<entry key="FindRunInvocations" value="true" />
|
469
|
+
<entry key="FindSelfComparison" value="true" />
|
470
|
+
<entry key="FindSelfComparison2" value="true" />
|
471
|
+
<entry key="FindSleepWithLockHeld" value="true" />
|
472
|
+
<entry key="FindSpinLoop" value="true" />
|
473
|
+
<entry key="FindSqlInjection" value="true" />
|
474
|
+
<entry key="FindTwoLockWait" value="true" />
|
475
|
+
<entry key="FindUncalledPrivateMethods" value="true" />
|
476
|
+
<entry key="FindUnconditionalWait" value="true" />
|
477
|
+
<entry key="FindUninitializedGet" value="true" />
|
478
|
+
<entry key="FindUnrelatedTypesInGenericContainer" value="true" />
|
479
|
+
<entry key="FindUnreleasedLock" value="true" />
|
480
|
+
<entry key="FindUnsatisfiedObligation" value="true" />
|
481
|
+
<entry key="FindUnsyncGet" value="true" />
|
482
|
+
<entry key="FindUselessControlFlow" value="true" />
|
483
|
+
<entry key="FormatStringChecker" value="true" />
|
484
|
+
<entry key="HugeSharedStringConstants" value="true" />
|
485
|
+
<entry key="IDivResultCastToDouble" value="true" />
|
486
|
+
<entry key="IncompatMask" value="true" />
|
487
|
+
<entry key="InconsistentAnnotations" value="true" />
|
488
|
+
<entry key="InefficientMemberAccess" value="false" />
|
489
|
+
<entry key="InefficientToArray" value="true" />
|
490
|
+
<entry key="InfiniteLoop" value="true" />
|
491
|
+
<entry key="InfiniteRecursiveLoop" value="true" />
|
492
|
+
<entry key="InfiniteRecursiveLoop2" value="false" />
|
493
|
+
<entry key="InheritanceUnsafeGetResource" value="true" />
|
494
|
+
<entry key="InitializationChain" value="true" />
|
495
|
+
<entry key="InstantiateStaticClass" value="true" />
|
496
|
+
<entry key="InvalidJUnitTest" value="true" />
|
497
|
+
<entry key="IteratorIdioms" value="true" />
|
498
|
+
<entry key="LazyInit" value="true" />
|
499
|
+
<entry key="LoadOfKnownNullValue" value="true" />
|
500
|
+
<entry key="LockedFields" value="false" />
|
501
|
+
<entry key="LostLoggerDueToWeakReference" value="true" />
|
502
|
+
<entry key="MethodReturnCheck" value="true" />
|
503
|
+
<entry key="Methods" value="true" />
|
504
|
+
<entry key="MultithreadedInstanceAccess" value="true" />
|
505
|
+
<entry key="MutableLock" value="true" />
|
506
|
+
<entry key="MutableStaticFields" value="true" />
|
507
|
+
<entry key="Naming" value="true" />
|
508
|
+
<entry key="Noise" value="false" />
|
509
|
+
<entry key="NoiseNullDeref" value="false" />
|
510
|
+
<entry key="NoteAnnotationRetention" value="true" />
|
511
|
+
<entry key="NoteCheckReturnValue" value="true" />
|
512
|
+
<entry key="NoteCheckReturnValueAnnotations" value="true" />
|
513
|
+
<entry key="NoteDirectlyRelevantTypeQualifiers" value="true" />
|
514
|
+
<entry key="NoteJCIPAnnotation" value="true" />
|
515
|
+
<entry key="NoteNonNullAnnotations" value="true" />
|
516
|
+
<entry key="NoteNonnullReturnValues" value="true" />
|
517
|
+
<entry key="NoteSuppressedWarnings" value="true" />
|
518
|
+
<entry key="NoteUnconditionalParamDerefs" value="true" />
|
519
|
+
<entry key="NumberConstructor" value="true" />
|
520
|
+
<entry key="OverridingEqualsNotSymmetrical" value="true" />
|
521
|
+
<entry key="PreferZeroLengthArrays" value="true" />
|
522
|
+
<entry key="PublicSemaphores" value="false" />
|
523
|
+
<entry key="QuestionableBooleanAssignment" value="true" />
|
524
|
+
<entry key="ReadOfInstanceFieldInMethodInvokedByConstructorInSuperclass" value="true" />
|
525
|
+
<entry key="ReadReturnShouldBeChecked" value="true" />
|
526
|
+
<entry key="RedundantInterfaces" value="true" />
|
527
|
+
<entry key="ReflectiveClasses" value="true" />
|
528
|
+
<entry key="RepeatedConditionals" value="true" />
|
529
|
+
<entry key="ResolveAllReferences" value="false" />
|
530
|
+
<entry key="RuntimeExceptionCapture" value="true" />
|
531
|
+
<entry key="SerializableIdiom" value="true" />
|
532
|
+
<entry key="StartInConstructor" value="true" />
|
533
|
+
<entry key="StaticCalendarDetector" value="true" />
|
534
|
+
<entry key="StringConcatenation" value="true" />
|
535
|
+
<entry key="SuperfluousInstanceOf" value="true" />
|
536
|
+
<entry key="SuspiciousThreadInterrupted" value="true" />
|
537
|
+
<entry key="SwitchFallthrough" value="true" />
|
538
|
+
<entry key="SynchronizationOnSharedBuiltinConstant" value="true" />
|
539
|
+
<entry key="SynchronizeAndNullCheckField" value="true" />
|
540
|
+
<entry key="SynchronizeOnClassLiteralNotGetClass" value="true" />
|
541
|
+
<entry key="SynchronizingOnContentsOfFieldToProtectField" value="true" />
|
542
|
+
<entry key="TestASM" value="false" />
|
543
|
+
<entry key="TestDataflowAnalysis" value="false" />
|
544
|
+
<entry key="TestingGround" value="false" />
|
545
|
+
<entry key="TrainFieldStoreTypes" value="true" />
|
546
|
+
<entry key="TrainNonNullAnnotations" value="true" />
|
547
|
+
<entry key="TrainUnconditionalDerefParams" value="true" />
|
548
|
+
<entry key="URLProblems" value="true" />
|
549
|
+
<entry key="UncallableMethodOfAnonymousClass" value="true" />
|
550
|
+
<entry key="UnnecessaryMath" value="true" />
|
551
|
+
<entry key="UnreadFields" value="true" />
|
552
|
+
<entry key="UseObjectEquals" value="false" />
|
553
|
+
<entry key="UselessSubclassMethod" value="false" />
|
554
|
+
<entry key="VarArgsProblems" value="true" />
|
555
|
+
<entry key="VolatileUsage" value="true" />
|
556
|
+
<entry key="WaitInLoop" value="true" />
|
557
|
+
<entry key="WrongMapIterator" value="true" />
|
558
|
+
<entry key="XMLFactoryBypass" value="true" />
|
559
|
+
</map>
|
560
|
+
</option>
|
561
|
+
<option name="_reportCategories">
|
562
|
+
<map>
|
563
|
+
<entry key="BAD_PRACTICE" value="true" />
|
564
|
+
<entry key="CORRECTNESS" value="true" />
|
565
|
+
<entry key="EXPERIMENTAL" value="true" />
|
566
|
+
<entry key="I18N" value="true" />
|
567
|
+
<entry key="MALICIOUS_CODE" value="true" />
|
568
|
+
<entry key="MT_CORRECTNESS" value="true" />
|
569
|
+
<entry key="NOISE" value="false" />
|
570
|
+
<entry key="PERFORMANCE" value="true" />
|
571
|
+
<entry key="SECURITY" value="true" />
|
572
|
+
<entry key="STYLE" value="true" />
|
573
|
+
</map>
|
574
|
+
</option>
|
575
|
+
</component>
|
576
|
+
</project>
|
577
|
+
|