r4fterman/pdf.forms

View on GitHub
src/main/java/org/pdf/forms/writer/PdfRadioButtonWriter.java

Summary

Maintainability
A
35 mins
Test Coverage
F
0%

Method write has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

            final IWidget widget,
            final Rectangle pageSize,
            final int currentPage,
            final PdfWriter writer,
            final GlobalPdfWriter globalPdfWriter) {
Severity: Minor
Found in src/main/java/org/pdf/forms/writer/PdfRadioButtonWriter.java - About 35 mins to fix

    Extra separation in import group before 'com.itextpdf.text.Rectangle'
    Open

    import com.itextpdf.text.Rectangle;

    Checks that the groups of import declarations appear in the order specifiedby the user. If there is an import but its group is not specified in theconfiguration such an import should be placed at the end of the import list.

    This documentation is written and maintained by the Checkstyle community and is covered under the same license as the Checkstyle project.

    Wrong lexicographical order for 'com.itextpdf.text.pdf.PdfFormField' import. Should be before 'org.pdf.forms.widgets.IWidget'.
    Open

    import com.itextpdf.text.pdf.PdfFormField;

    Checks that the groups of import declarations appear in the order specifiedby the user. If there is an import but its group is not specified in theconfiguration such an import should be placed at the end of the import list.

    This documentation is written and maintained by the Checkstyle community and is covered under the same license as the Checkstyle project.

    Wrong lexicographical order for 'com.itextpdf.text.pdf.PdfWriter' import. Should be before 'org.pdf.forms.widgets.IWidget'.
    Open

    import com.itextpdf.text.pdf.PdfWriter;

    Checks that the groups of import declarations appear in the order specifiedby the user. If there is an import but its group is not specified in theconfiguration such an import should be placed at the end of the import list.

    This documentation is written and maintained by the Checkstyle community and is covered under the same license as the Checkstyle project.

    Extra separation in import group before 'org.pdf.forms.widgets.IWidget'
    Open

    import org.pdf.forms.widgets.IWidget;

    Checks that the groups of import declarations appear in the order specifiedby the user. If there is an import but its group is not specified in theconfiguration such an import should be placed at the end of the import list.

    This documentation is written and maintained by the Checkstyle community and is covered under the same license as the Checkstyle project.

    Wrong lexicographical order for 'com.itextpdf.text.Rectangle' import. Should be before 'org.pdf.forms.widgets.IWidget'.
    Open

    import com.itextpdf.text.Rectangle;

    Checks that the groups of import declarations appear in the order specifiedby the user. If there is an import but its group is not specified in theconfiguration such an import should be placed at the end of the import list.

    This documentation is written and maintained by the Checkstyle community and is covered under the same license as the Checkstyle project.

    There are no issues that match your filters.

    Category
    Status