Skip to content

Commit

Permalink
impl todo from pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
vananiev committed Nov 3, 2024
1 parent aa0f40f commit 77ee60b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -297,16 +297,12 @@
</annotationProcessor>
</annotationProcessors>
<compilerArgs combine.children="append">
<arg>-Awarns</arg> <!-- TODO Comment after warns fix-->
<!--arg>-Awarns</arg-->
<!-- V2022_1_0_1.class нельзя изменять, чтобы не менялась чек сумма миграции -->
<!-- Классы Entity(Pk)?_ сгенерированы hibernate-jpamodelgen -->
<arg>-AskipDefs=(V2022_1_0_1|Entity(Pk)?_$|generated.ValCurs)</arg>
<arg>-AskipDefs=(Test$|V2022_1_0_1|Entity(Pk)?_$|generated.ValCurs)</arg>
<!-- Checker framework inner file https://github.com/typetools/checker-framework/blob/master/checker/src/main/java/org/checkerframework/checker/nullness/permit-nullness-assertion-exception.astub -->
<!-- Append ${path.separator}collection-object-parameters-may-be-null.astub
for https://checkerframework.org/manual/#nullness-collection-arguments -->
<arg>-Astubs=permit-nullness-assertion-exception.astub${path.separator}checkerframework.astub</arg>
<!-- TODO Remove suppressions, кроме:
methodref (Checker Framework не корректно выводит типы ссылок на методы) -->
<arg>-AsuppressWarnings=methodref,type.arguments.not.inferred,lambda.param,expression.unparsable</arg>
<arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED</arg>
<arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED</arg>
Expand Down

0 comments on commit 77ee60b

Please sign in to comment.