Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-36721

Create a Jenkins FindBugs Detectors library with specific checks

    • Icon: New Feature New Feature
    • Resolution: Unresolved
    • Icon: Minor Minor
    • core
    • None

      The library should contain Jenkins-specific checks. It would be great to start from several critical cases we commonly experience in Jenkins-specific codebase.

      TODO: define the final list

      Examples:

      • Definition of extensionPoint implementation without @Extension in the class/descriptor
      • Usage of the Restricted method coming from the external library
      • Usage of do*() methods in the code without RequirePost
      • Nice2have: Method may return null, but there is no CheckForNull annotation
      • ...

          [JENKINS-36721] Create a Jenkins FindBugs Detectors library with specific checks

          Oleg Nenashev created issue -
          Oleg Nenashev made changes -
          Epic Link New: JENKINS-36716 [ 172750 ]
          Oleg Nenashev made changes -
          Summary Original: Create a Jenkins FindBugs Detectors library New: Create a Jenkins FindBugs Detectors library with specific checks
          Oleg Nenashev made changes -
          Issue Type Original: Task [ 3 ] New: New Feature [ 2 ]
          Oleg Nenashev made changes -
          Description Original: The library should contain Jenkins-specific checks. It would be great to start from several critical cases we commonly experience in Jenkins-specific codebase.

          TODO: define the final list

          Examples:
          * Definition of extensionPoint implementation without @Extension in the class/descriptor
          * Usage of the Restricted method coming from the external library
          * Usage of do*() methods in the code without RequirePost
          * ...
          New: The library should contain Jenkins-specific checks. It would be great to start from several critical cases we commonly experience in Jenkins-specific codebase.

          TODO: define the final list

          Examples:
          * Definition of extensionPoint implementation without @Extension in the class/descriptor
          * Usage of the Restricted method coming from the external library
          * Usage of do*() methods in the code without RequirePost
          * Nice2have: Method may return null, but there is no CheckForNull annotation
          * ...
          Oleg Nenashev made changes -
          Assignee New: Oleg Nenashev [ oleg_nenashev ]
          Oleg Nenashev made changes -
          Status Original: Open [ 1 ] New: In Progress [ 3 ]
          R. Tyler Croy made changes -
          Workflow Original: JNJira [ 173453 ] New: JNJira + In-Review [ 185842 ]
          Mark Waite made changes -
          Status Original: In Progress [ 3 ] New: Open [ 1 ]

            oleg_nenashev Oleg Nenashev
            oleg_nenashev Oleg Nenashev
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: