1 <?xml version="1.0" encoding="UTF-8"?>
2 <form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="com.intellij.codeInspection.nullable.NullableStuffInspection.OptionsPanel">
3 <grid id="cc1c9" binding="myPanel" layout-manager="GridLayoutManager" row-count="9" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
4 <margin top="0" left="0" bottom="0" right="0"/>
6 <xy x="69" y="57" width="634" height="277"/>
13 <grid row="8" column="0" row-span="1" col-span="1" vsize-policy="6" hsize-policy="1" anchor="0" fill="2" indent="0" use-parent-layout="false"/>
16 <component id="2f304" class="javax.swing.JCheckBox" binding="myReportNotAnnotatedGetter">
18 <grid row="4" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
21 <text resource-bundle="messages/InspectionsBundle" key="inspection.nullable.problems.not.annotated.getters.for.annotated.fields"/>
24 <component id="f4e37" class="javax.swing.JCheckBox" binding="myBreakingOverriding">
26 <grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
29 <text resource-bundle="messages/InspectionsBundle" key="inspection.nullable.problems.method.overrides.notnull.option"/>
32 <component id="41568" class="javax.swing.JCheckBox" binding="myNAMethodOverridesNN">
34 <grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
37 <text resource-bundle="messages/InspectionsBundle" key="inspection.nullable.problems.method.overrides.option"/>
40 <component id="ef852" class="javax.swing.JButton" binding="myConfigureAnnotationsButton" default-binding="true">
42 <grid row="7" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
45 <text resource-bundle="messages/InspectionsBundle" key="configure.annotations.option"/>
48 <component id="2c6db" class="javax.swing.JCheckBox" binding="myIgnoreExternalSuperNotNull">
50 <grid row="2" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="2" use-parent-layout="false"/>
53 <text value="&Ignore external @NotNull"/>
56 <component id="4e48d" class="javax.swing.JCheckBox" binding="myNNParameterOverridesNA">
58 <grid row="3" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
61 <text value="Report @NotNull &parameters overriding non-annotated"/>
64 <component id="f6e46" class="javax.swing.JCheckBox" binding="myRequireNNFieldsInitialized">
66 <grid row="5" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
69 <text value="Require @NotNull fields to be initialized explicitly"/>
72 <component id="9b307" class="com.intellij.ui.components.JBCheckBox" binding="myReportNullLiteralsPassedNotNullParameter" default-binding="true">
74 <grid row="6" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
77 <text value="Report @NotNull parameters with null-literal argument usages"/>