Skip to content

Commit b53696c

Browse files
Merge branch 'master' into patterns-visual
2 parents e373299 + 2d39fe7 commit b53696c

File tree

3,159 files changed

+107741
-39538
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,159 files changed

+107741
-39538
lines changed

.all-contributorsrc

Lines changed: 966 additions & 5 deletions
Large diffs are not rendered by default.

.editorconfig

Lines changed: 366 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,366 @@
1+
#
2+
# This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
3+
#
4+
# The MIT License
5+
# Copyright © 2014-2022 Ilkka Seppälä
6+
#
7+
# Permission is hereby granted, free of charge, to any person obtaining a copy
8+
# of this software and associated documentation files (the "Software"), to deal
9+
# in the Software without restriction, including without limitation the rights
10+
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11+
# copies of the Software, and to permit persons to whom the Software is
12+
# furnished to do so, subject to the following conditions:
13+
#
14+
# The above copyright notice and this permission notice shall be included in
15+
# all copies or substantial portions of the Software.
16+
#
17+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19+
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22+
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
23+
# THE SOFTWARE.
24+
#
25+
26+
root = true
27+
28+
[*]
29+
charset = utf-8
30+
end_of_line = lf
31+
indent_size = 4
32+
indent_style = space
33+
insert_final_newline = false
34+
max_line_length = off
35+
tab_width = 4
36+
ij_continuation_indent_size = 8
37+
ij_formatter_off_tag = @formatter:off
38+
ij_formatter_on_tag = @formatter:on
39+
ij_formatter_tags_enabled = true
40+
ij_smart_tabs = false
41+
ij_visual_guides =
42+
ij_wrap_on_typing = false
43+
44+
[*.java]
45+
indent_size = 2
46+
max_line_length = 100
47+
ij_continuation_indent_size = 4
48+
ij_java_align_consecutive_assignments = false
49+
ij_java_align_consecutive_variable_declarations = false
50+
ij_java_align_group_field_declarations = false
51+
ij_java_align_multiline_annotation_parameters = false
52+
ij_java_align_multiline_array_initializer_expression = false
53+
ij_java_align_multiline_assignment = false
54+
ij_java_align_multiline_binary_operation = false
55+
ij_java_align_multiline_chained_methods = false
56+
ij_java_align_multiline_deconstruction_list_components = true
57+
ij_java_align_multiline_extends_list = false
58+
ij_java_align_multiline_for = true
59+
ij_java_align_multiline_method_parentheses = false
60+
ij_java_align_multiline_parameters = true
61+
ij_java_align_multiline_parameters_in_calls = false
62+
ij_java_align_multiline_parenthesized_expression = false
63+
ij_java_align_multiline_records = true
64+
ij_java_align_multiline_resources = true
65+
ij_java_align_multiline_ternary_operation = false
66+
ij_java_align_multiline_text_blocks = false
67+
ij_java_align_multiline_throws_list = false
68+
ij_java_align_subsequent_simple_methods = false
69+
ij_java_align_throws_keyword = false
70+
ij_java_align_types_in_multi_catch = true
71+
ij_java_annotation_parameter_wrap = off
72+
ij_java_array_initializer_new_line_after_left_brace = false
73+
ij_java_array_initializer_right_brace_on_new_line = false
74+
ij_java_array_initializer_wrap = normal
75+
ij_java_assert_statement_colon_on_next_line = false
76+
ij_java_assert_statement_wrap = normal
77+
ij_java_assignment_wrap = normal
78+
ij_java_binary_operation_sign_on_next_line = false
79+
ij_java_binary_operation_wrap = normal
80+
ij_java_blank_lines_after_anonymous_class_header = 0
81+
ij_java_blank_lines_after_class_header = 0
82+
ij_java_blank_lines_after_imports = 1
83+
ij_java_blank_lines_after_package = 1
84+
ij_java_blank_lines_around_class = 1
85+
ij_java_blank_lines_around_field = 0
86+
ij_java_blank_lines_around_field_in_interface = 0
87+
ij_java_blank_lines_around_initializer = 1
88+
ij_java_blank_lines_around_method = 1
89+
ij_java_blank_lines_around_method_in_interface = 1
90+
ij_java_blank_lines_before_class_end = 0
91+
ij_java_blank_lines_before_imports = 1
92+
ij_java_blank_lines_before_method_body = 0
93+
ij_java_blank_lines_before_package = 1
94+
ij_java_block_brace_style = end_of_line
95+
ij_java_block_comment_add_space = false
96+
ij_java_block_comment_at_first_column = true
97+
ij_java_builder_methods =
98+
ij_java_call_parameters_new_line_after_left_paren = false
99+
ij_java_call_parameters_right_paren_on_new_line = false
100+
ij_java_call_parameters_wrap = normal
101+
ij_java_case_statement_on_separate_line = true
102+
ij_java_catch_on_new_line = false
103+
ij_java_class_annotation_wrap = split_into_lines
104+
ij_java_class_brace_style = end_of_line
105+
ij_java_class_count_to_use_import_on_demand = 999
106+
ij_java_class_names_in_javadoc = 1
107+
ij_java_deconstruction_list_wrap = normal
108+
ij_java_do_not_indent_top_level_class_members = false
109+
ij_java_do_not_wrap_after_single_annotation = false
110+
ij_java_do_not_wrap_after_single_annotation_in_parameter = false
111+
ij_java_do_while_brace_force = always
112+
ij_java_doc_add_blank_line_after_description = true
113+
ij_java_doc_add_blank_line_after_param_comments = false
114+
ij_java_doc_add_blank_line_after_return = false
115+
ij_java_doc_add_p_tag_on_empty_lines = true
116+
ij_java_doc_align_exception_comments = true
117+
ij_java_doc_align_param_comments = true
118+
ij_java_doc_do_not_wrap_if_one_line = false
119+
ij_java_doc_enable_formatting = true
120+
ij_java_doc_enable_leading_asterisks = true
121+
ij_java_doc_indent_on_continuation = false
122+
ij_java_doc_keep_empty_lines = true
123+
ij_java_doc_keep_empty_parameter_tag = true
124+
ij_java_doc_keep_empty_return_tag = true
125+
ij_java_doc_keep_empty_throws_tag = true
126+
ij_java_doc_keep_invalid_tags = true
127+
ij_java_doc_param_description_on_new_line = false
128+
ij_java_doc_preserve_line_breaks = false
129+
ij_java_doc_use_throws_not_exception_tag = true
130+
ij_java_else_on_new_line = false
131+
ij_java_entity_dd_prefix =
132+
ij_java_entity_dd_suffix = EJB
133+
ij_java_entity_eb_prefix =
134+
ij_java_entity_eb_suffix = Bean
135+
ij_java_entity_hi_prefix =
136+
ij_java_entity_hi_suffix = Home
137+
ij_java_entity_lhi_prefix = Local
138+
ij_java_entity_lhi_suffix = Home
139+
ij_java_entity_li_prefix = Local
140+
ij_java_entity_li_suffix =
141+
ij_java_entity_pk_class = java.lang.String
142+
ij_java_entity_ri_prefix =
143+
ij_java_entity_ri_suffix =
144+
ij_java_entity_vo_prefix =
145+
ij_java_entity_vo_suffix = VO
146+
ij_java_enum_constants_wrap = normal
147+
ij_java_extends_keyword_wrap = normal
148+
ij_java_extends_list_wrap = normal
149+
ij_java_field_annotation_wrap = split_into_lines
150+
ij_java_field_name_prefix =
151+
ij_java_field_name_suffix =
152+
ij_java_filter_class_prefix =
153+
ij_java_filter_class_suffix =
154+
ij_java_filter_dd_prefix =
155+
ij_java_filter_dd_suffix =
156+
ij_java_finally_on_new_line = false
157+
ij_java_for_brace_force = always
158+
ij_java_for_statement_new_line_after_left_paren = false
159+
ij_java_for_statement_right_paren_on_new_line = false
160+
ij_java_for_statement_wrap = normal
161+
ij_java_generate_final_locals = false
162+
ij_java_generate_final_parameters = false
163+
ij_java_if_brace_force = always
164+
ij_java_imports_layout = $*,|,*
165+
ij_java_indent_case_from_switch = true
166+
ij_java_insert_inner_class_imports = false
167+
ij_java_insert_override_annotation = true
168+
ij_java_keep_blank_lines_before_right_brace = 2
169+
ij_java_keep_blank_lines_between_package_declaration_and_header = 2
170+
ij_java_keep_blank_lines_in_code = 2
171+
ij_java_keep_blank_lines_in_declarations = 2
172+
ij_java_keep_builder_methods_indents = false
173+
ij_java_keep_control_statement_in_one_line = true
174+
ij_java_keep_first_column_comment = true
175+
ij_java_keep_indents_on_empty_lines = false
176+
ij_java_keep_line_breaks = true
177+
ij_java_keep_multiple_expressions_in_one_line = false
178+
ij_java_keep_simple_blocks_in_one_line = false
179+
ij_java_keep_simple_classes_in_one_line = false
180+
ij_java_keep_simple_lambdas_in_one_line = false
181+
ij_java_keep_simple_methods_in_one_line = false
182+
ij_java_label_indent_absolute = false
183+
ij_java_label_indent_size = 0
184+
ij_java_lambda_brace_style = end_of_line
185+
ij_java_layout_static_imports_separately = true
186+
ij_java_line_comment_add_space = false
187+
ij_java_line_comment_add_space_on_reformat = false
188+
ij_java_line_comment_at_first_column = true
189+
ij_java_listener_class_prefix =
190+
ij_java_listener_class_suffix =
191+
ij_java_local_variable_name_prefix =
192+
ij_java_local_variable_name_suffix =
193+
ij_java_message_dd_prefix =
194+
ij_java_message_dd_suffix = EJB
195+
ij_java_message_eb_prefix =
196+
ij_java_message_eb_suffix = Bean
197+
ij_java_method_annotation_wrap = split_into_lines
198+
ij_java_method_brace_style = end_of_line
199+
ij_java_method_call_chain_wrap = normal
200+
ij_java_method_parameters_new_line_after_left_paren = false
201+
ij_java_method_parameters_right_paren_on_new_line = false
202+
ij_java_method_parameters_wrap = normal
203+
ij_java_modifier_list_wrap = false
204+
ij_java_multi_catch_types_wrap = normal
205+
ij_java_names_count_to_use_import_on_demand = 999
206+
ij_java_new_line_after_lparen_in_annotation = false
207+
ij_java_new_line_after_lparen_in_deconstruction_pattern = true
208+
ij_java_new_line_after_lparen_in_record_header = false
209+
ij_java_packages_to_use_import_on_demand =
210+
ij_java_parameter_annotation_wrap = normal
211+
ij_java_parameter_name_prefix =
212+
ij_java_parameter_name_suffix =
213+
ij_java_parentheses_expression_new_line_after_left_paren = false
214+
ij_java_parentheses_expression_right_paren_on_new_line = false
215+
ij_java_place_assignment_sign_on_next_line = false
216+
ij_java_prefer_longer_names = true
217+
ij_java_prefer_parameters_wrap = false
218+
ij_java_record_components_wrap = normal
219+
ij_java_repeat_annotations =
220+
ij_java_repeat_synchronized = true
221+
ij_java_replace_instanceof_and_cast = false
222+
ij_java_replace_null_check = true
223+
ij_java_replace_sum_lambda_with_method_ref = true
224+
ij_java_resource_list_new_line_after_left_paren = false
225+
ij_java_resource_list_right_paren_on_new_line = false
226+
ij_java_resource_list_wrap = normal
227+
ij_java_rparen_on_new_line_in_annotation = false
228+
ij_java_rparen_on_new_line_in_deconstruction_pattern = true
229+
ij_java_rparen_on_new_line_in_record_header = false
230+
ij_java_servlet_class_prefix =
231+
ij_java_servlet_class_suffix =
232+
ij_java_servlet_dd_prefix =
233+
ij_java_servlet_dd_suffix =
234+
ij_java_session_dd_prefix =
235+
ij_java_session_dd_suffix = EJB
236+
ij_java_session_eb_prefix =
237+
ij_java_session_eb_suffix = Bean
238+
ij_java_session_hi_prefix =
239+
ij_java_session_hi_suffix = Home
240+
ij_java_session_lhi_prefix = Local
241+
ij_java_session_lhi_suffix = Home
242+
ij_java_session_li_prefix = Local
243+
ij_java_session_li_suffix =
244+
ij_java_session_ri_prefix =
245+
ij_java_session_ri_suffix =
246+
ij_java_session_si_prefix =
247+
ij_java_session_si_suffix = Service
248+
ij_java_space_after_closing_angle_bracket_in_type_argument = false
249+
ij_java_space_after_colon = true
250+
ij_java_space_after_comma = true
251+
ij_java_space_after_comma_in_type_arguments = true
252+
ij_java_space_after_for_semicolon = true
253+
ij_java_space_after_quest = true
254+
ij_java_space_after_type_cast = true
255+
ij_java_space_before_annotation_array_initializer_left_brace = false
256+
ij_java_space_before_annotation_parameter_list = false
257+
ij_java_space_before_array_initializer_left_brace = true
258+
ij_java_space_before_catch_keyword = true
259+
ij_java_space_before_catch_left_brace = true
260+
ij_java_space_before_catch_parentheses = true
261+
ij_java_space_before_class_left_brace = true
262+
ij_java_space_before_colon = true
263+
ij_java_space_before_colon_in_foreach = true
264+
ij_java_space_before_comma = false
265+
ij_java_space_before_deconstruction_list = false
266+
ij_java_space_before_do_left_brace = true
267+
ij_java_space_before_else_keyword = true
268+
ij_java_space_before_else_left_brace = true
269+
ij_java_space_before_finally_keyword = true
270+
ij_java_space_before_finally_left_brace = true
271+
ij_java_space_before_for_left_brace = true
272+
ij_java_space_before_for_parentheses = true
273+
ij_java_space_before_for_semicolon = false
274+
ij_java_space_before_if_left_brace = true
275+
ij_java_space_before_if_parentheses = true
276+
ij_java_space_before_method_call_parentheses = false
277+
ij_java_space_before_method_left_brace = true
278+
ij_java_space_before_method_parentheses = false
279+
ij_java_space_before_opening_angle_bracket_in_type_parameter = false
280+
ij_java_space_before_quest = true
281+
ij_java_space_before_switch_left_brace = true
282+
ij_java_space_before_switch_parentheses = true
283+
ij_java_space_before_synchronized_left_brace = true
284+
ij_java_space_before_synchronized_parentheses = true
285+
ij_java_space_before_try_left_brace = true
286+
ij_java_space_before_try_parentheses = true
287+
ij_java_space_before_type_parameter_list = false
288+
ij_java_space_before_while_keyword = true
289+
ij_java_space_before_while_left_brace = true
290+
ij_java_space_before_while_parentheses = true
291+
ij_java_space_inside_one_line_enum_braces = false
292+
ij_java_space_within_empty_array_initializer_braces = false
293+
ij_java_space_within_empty_method_call_parentheses = false
294+
ij_java_space_within_empty_method_parentheses = false
295+
ij_java_spaces_around_additive_operators = true
296+
ij_java_spaces_around_annotation_eq = true
297+
ij_java_spaces_around_assignment_operators = true
298+
ij_java_spaces_around_bitwise_operators = true
299+
ij_java_spaces_around_equality_operators = true
300+
ij_java_spaces_around_lambda_arrow = true
301+
ij_java_spaces_around_logical_operators = true
302+
ij_java_spaces_around_method_ref_dbl_colon = false
303+
ij_java_spaces_around_multiplicative_operators = true
304+
ij_java_spaces_around_relational_operators = true
305+
ij_java_spaces_around_shift_operators = true
306+
ij_java_spaces_around_type_bounds_in_type_parameters = true
307+
ij_java_spaces_around_unary_operator = false
308+
ij_java_spaces_within_angle_brackets = false
309+
ij_java_spaces_within_annotation_parentheses = false
310+
ij_java_spaces_within_array_initializer_braces = false
311+
ij_java_spaces_within_braces = false
312+
ij_java_spaces_within_brackets = false
313+
ij_java_spaces_within_cast_parentheses = false
314+
ij_java_spaces_within_catch_parentheses = false
315+
ij_java_spaces_within_deconstruction_list = false
316+
ij_java_spaces_within_for_parentheses = false
317+
ij_java_spaces_within_if_parentheses = false
318+
ij_java_spaces_within_method_call_parentheses = false
319+
ij_java_spaces_within_method_parentheses = false
320+
ij_java_spaces_within_parentheses = false
321+
ij_java_spaces_within_record_header = false
322+
ij_java_spaces_within_switch_parentheses = false
323+
ij_java_spaces_within_synchronized_parentheses = false
324+
ij_java_spaces_within_try_parentheses = false
325+
ij_java_spaces_within_while_parentheses = false
326+
ij_java_special_else_if_treatment = true
327+
ij_java_static_field_name_prefix =
328+
ij_java_static_field_name_suffix =
329+
ij_java_subclass_name_prefix =
330+
ij_java_subclass_name_suffix = Impl
331+
ij_java_ternary_operation_signs_on_next_line = false
332+
ij_java_ternary_operation_wrap = normal
333+
ij_java_test_name_prefix =
334+
ij_java_test_name_suffix = Test
335+
ij_java_throws_keyword_wrap = normal
336+
ij_java_throws_list_wrap = normal
337+
ij_java_use_external_annotations = false
338+
ij_java_use_fq_class_names = false
339+
ij_java_use_relative_indents = false
340+
ij_java_use_single_class_imports = true
341+
ij_java_variable_annotation_wrap = normal
342+
ij_java_visibility = public
343+
ij_java_while_brace_force = always
344+
ij_java_while_on_new_line = false
345+
ij_java_wrap_comments = false
346+
ij_java_wrap_first_method_in_call_chain = false
347+
ij_java_wrap_long_lines = false
348+
349+
[{*.markdown,*.md}]
350+
ij_markdown_force_one_space_after_blockquote_symbol = true
351+
ij_markdown_force_one_space_after_header_symbol = true
352+
ij_markdown_force_one_space_after_list_bullet = true
353+
ij_markdown_force_one_space_between_words = true
354+
ij_markdown_format_tables = true
355+
ij_markdown_insert_quote_arrows_on_wrap = true
356+
ij_markdown_keep_indents_on_empty_lines = false
357+
ij_markdown_keep_line_breaks_inside_text_blocks = true
358+
ij_markdown_max_line_length = off
359+
ij_markdown_max_lines_around_block_elements = 1
360+
ij_markdown_max_lines_around_header = 1
361+
ij_markdown_max_lines_between_paragraphs = 1
362+
ij_markdown_min_lines_around_block_elements = 1
363+
ij_markdown_min_lines_around_header = 1
364+
ij_markdown_min_lines_between_paragraphs = 1
365+
ij_markdown_wrap_text_if_long = true
366+
ij_markdown_wrap_text_inside_blockquotes = true

.github/dependabot.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,4 @@ updates:
88
- package-ecosystem: "maven" # See documentation for possible values
99
directory: "/" # Location of package manifests
1010
schedule:
11-
interval: "weekly"
12-
allow:
13-
- dependency-name: "org.springframework.boot:spring-boot-dependencies"
14-
- dependency-name: "commons-dbcp:commons-dbcp"
15-
- dependency-name: "net.sourceforge.htmlunit:htmlunit"
16-
- dependency-name: "com.google.code.gson:gson"
17-
- dependency-name: "com.google.inject:guice"
18-
- dependency-name: "com.github.stefanbirkner:system-lambda"
19-
- dependency-name: "org.apache.maven.plugins:maven-surefire-plugin"
20-
- dependency-name: "org.apache.maven.plugins:maven-assembly-plugin"
21-
- dependency-name: "org.sonarsource.scanner.maven:sonar-maven-plugin"
22-
- dependency-name: "org.apache.maven.plugins:maven-checkstyle-plugin"
23-
- dependency-name: "com.mycila:license-maven-plugin"
24-
- dependency-name: "org.jacoco:jacoco-maven-plugin"
25-
- dependency-name: "com.iluwatar.urm:urm-maven-plugin"
11+
interval: "weekly"

0 commit comments

Comments
 (0)