Implemented generics to reuse code, clean-ups

This commit is contained in:
2023-10-04 03:08:07 +03:00
parent bd1f8e0577
commit 5cc020bca2
26 changed files with 483 additions and 569 deletions

View File

@@ -0,0 +1,10 @@
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="DuplicatedCode" enabled="true" level="WEAK WARNING" enabled_by_default="true">
<Languages>
<language minSize="86" name="Java" />
</Languages>
</inspection_tool>
</profile>
</component>