>From my experience (and I understand it's only me), it is hard to maintain multiple static classes over the years and I would like to make it as easy as possible. For example, in "io.jenkins.plugins.designlibrary.Select.java", there are multiple static classes and the class kind of loses the single responsibility principle.
So my question is it a must that the DescriptorImpl reside in the same class and as static? Thanks in advance, Tzach On Tue, Nov 7, 2023 at 8:36 PM Basil Crow <[email protected]> wrote: > On Tue, Nov 7, 2023 at 7:31 AM [email protected] > <[email protected]> wrote: > > > > can I create a class which will function as DescriptorImpl but not > reside inside the parent class as public static class? > > What problem are you trying to solve that leads you to this question? > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/CAFwNDjqzroXLwof3PHfqiZeiKu1%3D5fyMK4bG49tSYqQkLZJ1vQ%40mail.gmail.com > . > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CAC19wgK7g%3D%3D9epAt6GPspSxpD5o9ety6H6%2Bhf1h%2BB%3Dbc%2BoJF-g%40mail.gmail.com.
