> On 13.02.2017, at 13:11, 'Roman Haas' via Jenkins Developers > <[email protected]> wrote: > > In the attachment, you find a file that lists ten suggestions for unnecessary > code in your code base. Each suggestion consists of one or more files or > packages; if there are several elements they are part of the same package.
- (Almost) All public classes in core are potentially used by any of the 1000+ plugins. - Besides that, even unreferenced code can be used through the extension mechanism. Read hudson.Extension Javadoc. - For some reason, there's even interfaces with implementation in core (RunAction2) on the list. This makes no sense. Given these obvious problems, I haven't checked every item on the list, and I won't > … use the link to the evaluation form in the attached file to provide [my] > feedback. -- 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/ACCD90F1-0D7F-4514-97EB-5DDBA3A4674A%40beckweb.net. For more options, visit https://groups.google.com/d/optout.
