We couldn't load all Actvitity tabs. Refresh the page to try again.
If the problem persists, contact your Jira admin.
IMPORTANT: JAC is a Public system and anyone on the internet will be able to view the data in the created JAC tickets. Please don’t include Customer or Sensitive data in the JAC ticket.
Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-25147

JIRA 4.4 introduced a possible NullPointerException in the DefaultWatcherManager

      The following line in the DefaultWatcherManager may throw a NullPointerException due to Autoboxing in JIRA 4.4:

      if (issue.getLong("watches") == 0)
      

      Normally the "watches" field should be populated in the database, however for historical reasons it could well be null in which case this line will throw a NPE.

            Loading...
            IMPORTANT: JAC is a Public system and anyone on the internet will be able to view the data in the created JAC tickets. Please don’t include Customer or Sensitive data in the JAC ticket.
            Uploaded image for project: 'Jira Data Center'
            1. Jira Data Center
            2. JRASERVER-25147

            JIRA 4.4 introduced a possible NullPointerException in the DefaultWatcherManager

                The following line in the DefaultWatcherManager may throw a NullPointerException due to Autoboxing in JIRA 4.4:

                if (issue.getLong("watches") == 0)
                

                Normally the "watches" field should be populated in the database, however for historical reasons it could well be null in which case this line will throw a NPE.

                        edalgliesh Eric Dalgliesh
                        andreask@atlassian.com Andreas Knecht (Inactive)
                        Votes:
                        1 Vote for this issue
                        Watchers:
                        5 Start watching this issue

                          Created:
                          Updated:
                          Resolved:

                            edalgliesh Eric Dalgliesh
                            andreask@atlassian.com Andreas Knecht (Inactive)
                            Affected customers:
                            1 This affects my team
                            Watchers:
                            5 Start watching this issue

                              Created:
                              Updated:
                              Resolved: