CPD Results

The following document contains the results of PMD's CPD 6.53.0.

Duplications

File Line
org/woehlke/computer/kurzweil/simulated/evolution/config/ComputerKurzweilProperties.java 503
org/woehlke/computer/kurzweil/simulated/evolution/config/ComputerKurzweilProperties.java 560
public static class Kochsnowflake {

        @Valid
        public View view = new View();

        @Valid
        public Control control = new Control();

        @ToString
        @Getter
        @Setter
        public static class View {

            @NotBlank
            private String title;

            @NotBlank
            private String subtitle;

            @Valid
            public Neighborhood neighborhood = new Neighborhood();

            @ToString
            @Getter
            @Setter
            public static class Neighborhood {

                @NotBlank
                private String title;

                @NotBlank
                private String typeVonNeumann;

                @NotBlank
                private String typeMoore;

                @NotBlank
                private String typeWoehlke;
            }
        }

        @ToString
        @Getter
        @Setter
        public static class Control {

            @NotNull
            private Integer threadSleepTime;

            @NotNull
            private Integer numberOfParticles;
        }
    }

    @ToString
    @Getter
    @Setter
    public static class Samegame {
File Line
org/woehlke/computer/kurzweil/simulated/evolution/config/ComputerKurzweilProperties.java 674
org/woehlke/computer/kurzweil/simulated/evolution/config/ComputerKurzweilProperties.java 788
public static class Tetris {

        @Valid
        public View view = new View();

        @Valid
        public Control control = new Control();

        @Getter
        @Setter
        @ToString
        public static class View {

            @NotBlank
            private String title;

            @NotBlank
            private String subtitle;

            @Valid
            public Neighborhood neighborhood = new Neighborhood();

            @Getter
            @Setter
            @ToString
            public static class Neighborhood {

                @NotBlank
                private String title;

                @NotBlank
                private String typeVonNeumann;

                @NotBlank
                private String typeMoore;

                @NotBlank
                private String typeWoehlke;
            }
        }

        @Getter
        @Setter
        @ToString
        public static class Control {

            @NotNull
            private Integer threadSleepTime;

            @NotNull
            private Integer numberOfParticles;
        }
    }

    @Getter
    @Setter
    @ToString
    public static class Turmite {
File Line
org/woehlke/computer/kurzweil/simulated/evolution/config/ComputerKurzweilProperties.java 674
org/woehlke/computer/kurzweil/simulated/evolution/config/ComputerKurzweilProperties.java 788
org/woehlke/computer/kurzweil/simulated/evolution/config/ComputerKurzweilProperties.java 844
public static class Tetris {

        @Valid
        public View view = new View();

        @Valid
        public Control control = new Control();

        @Getter
        @Setter
        @ToString
        public static class View {

            @NotBlank
            private String title;

            @NotBlank
            private String subtitle;

            @Valid
            public Neighborhood neighborhood = new Neighborhood();

            @Getter
            @Setter
            @ToString
            public static class Neighborhood {

                @NotBlank
                private String title;

                @NotBlank
                private String typeVonNeumann;

                @NotBlank
                private String typeMoore;

                @NotBlank
                private String typeWoehlke;
            }
        }

        @Getter
        @Setter
        @ToString
        public static class Control {

            @NotNull
            private Integer threadSleepTime;

            @NotNull
            private Integer numberOfParticles;
        }
    }
File Line
org/woehlke/computer/kurzweil/simulated/evolution/config/ComputerKurzweilProperties.java 380
org/woehlke/computer/kurzweil/simulated/evolution/config/ComputerKurzweilProperties.java 503
org/woehlke/computer/kurzweil/simulated/evolution/config/ComputerKurzweilProperties.java 560
public static class Cca {

        @Valid
        public View view = new View();

        @Valid
        public Control control = new Control();

        @ToString
        @Getter
        @Setter
        public static class View {

            @NotBlank
            private String title;

            @NotBlank
            private String subtitle;

            @Valid
            public Neighborhood neighborhood = new Neighborhood();

            @ToString
            @Getter
            @Setter
            public static class Neighborhood {

                @NotBlank
                private String title;

                @NotBlank
                private String typeVonNeumann;

                @NotBlank
                private String typeMoore;

                @NotBlank
                private String typeWoehlke;
            }
        }

        @ToString
        @Getter
        @Setter
        public static class Control {

            @NotNull
            private Integer threadSleepTime;