<html>
    <head>
      <base href="http://fiji.sc/bugzilla/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Analyze Particles and Bug Report not working"
   href="http://fiji.sc/bugzilla/show_bug.cgi?id=1059">1059</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Analyze Particles and Bug Report not working
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Fiji
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Macintosh
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Mac OS
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>enhancement
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P5
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>imagej-bugs@imagej.net
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>esf@stanford.edu
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Hi, 

I recently updated FIJI, and now analyze particles isn't working on single
images. It works on stacks. I've tried with a macro and manually, and neither
way is working. Here's what I'm doing:

Macro:

run("Set Measurements...", "area mean standard median limit redirect=None
decimal=3");
setAutoThreshold("Default dark");
//run("Threshold...");
setThreshold(0.0100, 10);
run("Analyze Particles...", "size=10-infinity pixel display summarize");
run("Distribution...", "parameter=Median or=20 and=0-3");

Exception:

(Fiji Is Just) ImageJ 2.0.0-rc-29/1.49r; Java 1.6.0_65 [64-bit]; Mac OS X
10.10.2; 27MB of 2279MB (1%)

java.lang.ArrayIndexOutOfBoundsException: -1
    at ij.process.FloatStatistics.getMedian(FloatStatistics.java:240)
    at ij.process.FloatStatistics.<init>(FloatStatistics.java:38)
    at
ij.plugin.filter.ParticleAnalyzer.getStatistics(ParticleAnalyzer.java:888)
    at
ij.plugin.filter.ParticleAnalyzer.analyzeParticle(ParticleAnalyzer.java:838)
    at ij.plugin.filter.ParticleAnalyzer.analyze(ParticleAnalyzer.java:572)
    at ij.plugin.filter.ParticleAnalyzer.run(ParticleAnalyzer.java:254)
    at
ij.plugin.filter.PlugInFilterRunner.processOneImage(PlugInFilterRunner.java:263)
    at ij.plugin.filter.PlugInFilterRunner.<init>(PlugInFilterRunner.java:112)
    at ij.IJ.runPlugIn(IJ.java:171)
    at ij.Executer.runCommand(Executer.java:131)
    at ij.Executer.run(Executer.java:64)
    at java.lang.Thread.run(Thread.java:695)\



ALSO, when I tried to submit the bug report through FIJI, I got the following
error messages: 


--------------------------

Submission Reply Page:

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
                      "<a href="http://www.w3.org/TR/html4/loose.dtd">http://www.w3.org/TR/html4/loose.dtd</a>">
<html lang="en">
  <head>
    <title>Suspicious Action</title>

      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">


<link rel="Top" href="<a href="http://fiji.sc/bugzilla/">http://fiji.sc/bugzilla/</a>">








    <link rel="Saved&nbsp;Searches" title="My Bugs"
         
href="buglist.cgi?resolution=---&amp;emailassigned_to1=1&amp;emailreporter1=1&amp;emailtype1=exact&amp;email1=esf%40stanford.edu">




    <link href="skins/standard/global.css"
          rel="alternate stylesheet" 
          title="Classic"><link href="skins/standard/global.css"
rel="stylesheet"
        type="text/css" ><link href="skins/standard/global.css"
rel="stylesheet"
        type="text/css" ><!--[if lte IE 7]>



  <link href="skins/standard/IE-fixes.css" rel="stylesheet"
        type="text/css" >
<![endif]-->

    <link href="skins/contrib/Dusk/global.css" rel="stylesheet"
        type="text/css" title="Dusk"><link href="skins/contrib/Dusk/global.css"
rel="stylesheet"
        type="text/css" title="Dusk">






<script type="text/javascript"
src="js/yui/yahoo-dom-event/yahoo-dom-event.js"></script><script
type="text/javascript" src="js/yui/cookie/cookie-min.js"></script><script
type="text/javascript" src="js/global.js"></script>

    <script type="text/javascript">
    <!--
        YAHOO.namespace('bugzilla');
        YAHOO.util.Event.addListener = function (el, sType, fn, obj,
overrideContext) {
               if ( ("onpagehide" in window || YAHOO.env.ua.gecko) && sType ===
"unload") { sType = "pagehide"; };
               var capture = ((sType == "focusin" || sType == "focusout") &&
!YAHOO.env.ua.ie) ? true : false;
               return this._addListener(el, this._getType(sType), fn, obj,
overrideContext, capture);
         };
        if ( "onpagehide" in window || YAHOO.env.ua.gecko) {
            YAHOO.util.Event._simpleRemove(window, "unload", 
                                           YAHOO.util.Event._unload);
        }

        function unhide_language_selector() { 
            YAHOO.util.Dom.removeClass(
                'lang_links_container', 'bz_default_hidden'
            ); 
        } 
        YAHOO.util.Event.onDOMReady(unhide_language_selector);


        var BUGZILLA = {
            param: {
                cookiepath: '\/bugzilla\/',
                maxusermatches: 1000
            },
            constant: {
                COMMENT_COLS: 80
            },
            string: {


                attach_desc_required:
                    'You must enter a Description for this attachment.',
                component_required:
                    'You must select a Component for this bug.',
                description_required:
                    'You must enter a Description for this bug.',
                short_desc_required:
                    'You must enter a Summary for this bug.',
                version_required:
                    'You must select a Version for this bug.'
            }
        };

    // -->
    </script>





    <link rel="search" type="application/opensearchdescription+xml"
                       title="Bugzilla" href="./search_plugin.cgi">
    <link rel="shortcut icon" href="images/favicon.ico" >
  </head>



  <body onload=""
        class="fiji-sc-bugzilla yui-skin-sam">



<div id="header">
<div id="banner">
  </div>

<table border="0" cellspacing="0" cellpadding="0" id="titles">
<tr>
    <td id="title">
      <p>Bugzilla &ndash; Suspicious Action</p>
    </td>


</tr>
</table>

<table id="lang_links_container" cellpadding="0" cellspacing="0"
       class="bz_default_hidden"><tr><td>
</td></tr></table>
<ul class="links">
  <li><a href="./">Home</a></li>
  <li><span class="separator">| </span><a href="enter_bug.cgi">New</a></li>
  <li><span class="separator">| </span><a
href="describecomponents.cgi">Browse</a></li>
  <li><span class="separator">| </span><a href="query.cgi">Search</a></li>

  <li class="form">
    <span class="separator">| </span>
    <form action="buglist.cgi" method="get"
        onsubmit="if (this.quicksearch.value == '')
                  { alert('Please enter one or more search terms first.');
                    return false; } return true;">
    <input type="hidden" id="no_redirect_top" name="no_redirect" value="0">
    <script type="text/javascript">
      if (history && history.replaceState) {
        var no_redirect = document.getElementById("no_redirect_top");
        no_redirect.value = 1;
      }
    </script>
    <input class="txt" type="text" id="quicksearch_top" name="quicksearch" 
           title="Quick Search" value="">
    <input class="btn" type="submit" value="Search" 
           id="find_top"></form>
  <a href="page.cgi?id=quicksearch.html" title="Quicksearch Help">[?]</a></li>

  <li><span class="separator">| </span><a href="report.cgi">Reports</a></li>

  <li></li>

    <li><span class="separator">| </span><a
href="userprefs.cgi">Preferences</a></li>


    <li>
      <span class="separator">| </span>
        <a href="index.cgi?logout=1">Log&nbsp;out</a>
        esf&#64;stanford.edu</li>
</ul>
</div> 

<div id="bugzilla-body">

  <div class="throw_error">
    It looks like you didn't come from the right page (you have no valid token
for
    the <em>create_bug</em> action while processing the
    'post_bug.cgi' script). The reason could be one of:<br>
    <ul>
      <li>You clicked the "Back" button of your web browser after having
successfully
      submitted changes, which is generally not a good idea (but
harmless).</li>
      <li>You entered the URL in the address bar of your web browser directly,
      which should be safe.</li>
      <li>You clicked on a URL which redirected you here <b>without your
consent</b>,
      in which case this action is much more critical.</li>
    </ul>
    Are you sure you want to commit these changes anyway? This may result in
    unexpected and undesired results.
  </div>

  <form name="check" id="check" method="post" action="post_bug.cgi"><input
type="hidden" name="priority"
             value="P4">

      <input type="hidden" name="bug_file_loc"
             value="http://">

      <input type="hidden" name="cc"
             value="esf&#64;stanford.edu">

      <input type="hidden" name="rep_platform"
             value="Macintosh">

      <input type="hidden" name="blocked"
             value="">

      <input type="hidden" name="assigned_to"
             value="">

      <input type="hidden" name="short_desc"
             value="Analyze particles not working">

      <input type="hidden" name="token"
             value="KwbNebQZqN">

      <input type="hidden" name="bug_severity"
             value="normal">

      <input type="hidden" name="bug_status"
             value="NEW">

      <input type="hidden" name="version"
             value="unspecified">

      <input type="hidden" name="estimated_time"
             value="">

      <input type="hidden" name="deadline"
             value="">

      <input type="hidden" name="comment"
             value="Hi, &#013;&#013;I recently updated FIJI, and now analyze
particles isn't working on single images. It works on stacks. I've tried with a
macro and manually, and neither way is working. Here's what I'm
doing:&#013;&#013;Macro:&#013;&#013;run(&quot;Set Measurements...&quot;,
&quot;area mean standard median limit redirect=None
decimal=3&quot;);&#013;setAutoThreshold(&quot;Default
dark&quot;);&#013;//run(&quot;Threshold...&quot;);&#013;setThreshold(0.0100,
10);&#013;run(&quot;Analyze Particles...&quot;, &quot;size=10-infinity pixel
display summarize&quot;);&#013;run(&quot;Distribution...&quot;,
&quot;parameter=Median or=20
and=0-3&quot;);&#013;&#013;Exception:&#013;&#013;(Fiji Is Just) ImageJ
2.0.0-rc-29/1.49r; Java 1.6.0_65 [64-bit]; Mac OS X 10.10.2; 27MB of 2279MB
(1%)&#013; &#013;java.lang.ArrayIndexOutOfBoundsException: -1&#013;    at
ij.process.FloatStatistics.getMedian(FloatStatistics.java:240)&#013;    at
ij.process.FloatStatistics.&lt;init&gt;(FloatStatistics.java:38)&#013;    at
ij.plugin.filter.ParticleAnalyzer.getStatistics(ParticleAnalyzer.java:888)&#013;
   at
ij.plugin.filter.ParticleAnalyzer.analyzeParticle(ParticleAnalyzer.java:838)&#013;
   at
ij.plugin.filter.ParticleAnalyzer.analyze(ParticleAnalyzer.java:572)&#013;   
at ij.plugin.filter.ParticleAnalyzer.run(ParticleAnalyzer.java:254)&#013;    at
ij.plugin.filter.PlugInFilterRunner.processOneImage(PlugInFilterRunner.java:263)&#013;
   at
ij.plugin.filter.PlugInFilterRunner.&lt;init&gt;(PlugInFilterRunner.java:112)&#013;
   at ij.IJ.runPlugIn(IJ.java:171)&#013;    at
ij.Executer.runCommand(Executer.java:131)&#013;    at
ij.Executer.run(Executer.java:64)&#013;    at
java.lang.Thread.run(Thread.java:695)&#013;&#013;Information about your version
of Java:&#013;&#013;  os.arch =&gt; x86_64&#013;  os.name =&gt; Mac OS X&#013; 
os.version =&gt; 10.10.2&#013;  java.version =&gt; 1.6.0_65&#013;  java.vendor
=&gt; Apple Inc.&#013;  java.runtime.name =&gt; Java(TM) SE Runtime
Environment&#013;  java.runtime.version =&gt; 1.6.0_65-b14-466.1-11M4716&#013; 
java.vm.name =&gt; Java HotSpot(TM) 64-Bit Server VM&#013;  java.vm.version
=&gt; 20.65-b04-466.1&#013;  java.vm.vendor =&gt; Apple Inc.&#013; 
java.vm.info =&gt; mixed mode&#013;  java.awt.graphicsenv =&gt;
apple.awt.CGraphicsEnvironment&#013;  java.specification.name =&gt; Java
Platform API Specification&#013;  java.specification.version =&gt; 1.6&#013; 
sun.cpu.endian =&gt; little&#013;  sun.desktop =&gt; null&#013;  file.separator
=&gt; /&#013;&#013;The up-to-date check says:
REMIND_LATER&#013;&#013;Information relevant to JAVA_HOME related
problems:&#013;&#013;  JAVA_HOME is set to: null&#013;  imagej.dir =&gt;
/Applications/Fiji.app&#013;&#013;Information about the version of each
plugin:&#013;&#013;Activated update sites:&#013;ImageJ:
<a href="http://update.imagej.net/">http://update.imagej.net/</a> (last check:20150421185343)&#013;Fiji:
<a href="http://fiji.sc/update/">http://fiji.sc/update/</a> (last check:20150422041240)&#013;&#013;Files not
up-to-date:&#013;  1ad3be0d (LOCAL_ONLY) 20140902085109
jars/jpedalSTD.jar&#013;">

      <input type="hidden" name="component"
             value="Plugins">

      <input type="hidden" name="dependson"
             value="">

      <input type="hidden" name="hidden"
             value="enter_bug&#013;">

      <input type="hidden" name="target_milestone"
             value="---">

      <input type="hidden" name="product"
             value="Fiji">

      <input type="hidden" name="commentprivacy"
             value="0">

      <input type="hidden" name="op_sys"
             value="Mac OS">
    <input type="submit" id="confirm" value="Confirm Changes">
  </form>
  <p>Or throw away these changes and go back to <a
href="index.cgi">index.cgi</a>.</p>
</div>



<div id="footer">
  <div class="intro"></div>




<ul id="useful-links">
  <li id="links-actions"><ul class="links">
  <li><a href="./">Home</a></li>
  <li><span class="separator">| </span><a href="enter_bug.cgi">New</a></li>
  <li><span class="separator">| </span><a
href="describecomponents.cgi">Browse</a></li>
  <li><span class="separator">| </span><a href="query.cgi">Search</a></li>

  <li class="form">
    <span class="separator">| </span>
    <form action="buglist.cgi" method="get"
        onsubmit="if (this.quicksearch.value == '')
                  { alert('Please enter one or more search terms first.');
                    return false; } return true;">
    <input type="hidden" id="no_redirect_bottom" name="no_redirect" value="0">
    <script type="text/javascript">
      if (history && history.replaceState) {
        var no_redirect = document.getElementById("no_redirect_bottom");
        no_redirect.value = 1;
      }
    </script>
    <input class="txt" type="text" id="quicksearch_bottom" name="quicksearch" 
           title="Quick Search" value="">
    <input class="btn" type="submit" value="Search" 
           id="find_bottom"></form>
  <a href="page.cgi?id=quicksearch.html" title="Quicksearch Help">[?]</a></li>

  <li><span class="separator">| </span><a href="report.cgi">Reports</a></li>

  <li></li>

    <li><span class="separator">| </span><a
href="userprefs.cgi">Preferences</a></li>


    <li>
      <span class="separator">| </span>
        <a href="index.cgi?logout=1">Log&nbsp;out</a>
        esf&#64;stanford.edu</li>
</ul>
  </li>



    <li id="links-saved">
      <ul class="links">
          <li><a
href="buglist.cgi?resolution=---&amp;emailassigned_to1=1&amp;emailreporter1=1&amp;emailtype1=exact&amp;email1=esf%40stanford.edu">My
Bugs</a></li>

      </ul>
    </li>



</ul>

  <div class="outro"></div>
</div>


</body>
</html>

--------------------------

--------------------------

Login Reply Page:

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
                      "<a href="http://www.w3.org/TR/html4/loose.dtd">http://www.w3.org/TR/html4/loose.dtd</a>">
<html lang="en">
  <head>
    <title>Enter Bug</title>

      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">


<link rel="Top" href="<a href="http://fiji.sc/bugzilla/">http://fiji.sc/bugzilla/</a>">








    <link rel="Saved&nbsp;Searches" title="My Bugs"
         
href="buglist.cgi?resolution=---&amp;emailassigned_to1=1&amp;emailreporter1=1&amp;emailtype1=exact&amp;email1=esf%40stanford.edu">




    <link href="skins/standard/global.css"
          rel="alternate stylesheet" 
          title="Classic"><link href="skins/standard/global.css"
rel="stylesheet"
        type="text/css" ><!--[if lte IE 7]>



  <link href="skins/standard/IE-fixes.css" rel="stylesheet"
        type="text/css" >
<![endif]-->

    <link href="skins/contrib/Dusk/global.css" rel="stylesheet"
        type="text/css" title="Dusk">






<script type="text/javascript"
src="js/yui/yahoo-dom-event/yahoo-dom-event.js"></script><script
type="text/javascript" src="js/yui/cookie/cookie-min.js"></script><script
type="text/javascript" src="js/global.js"></script>

    <script type="text/javascript">
    <!--
        YAHOO.namespace('bugzilla');
        YAHOO.util.Event.addListener = function (el, sType, fn, obj,
overrideContext) {
               if ( ("onpagehide" in window || YAHOO.env.ua.gecko) && sType ===
"unload") { sType = "pagehide"; };
               var capture = ((sType == "focusin" || sType == "focusout") &&
!YAHOO.env.ua.ie) ? true : false;
               return this._addListener(el, this._getType(sType), fn, obj,
overrideContext, capture);
         };
        if ( "onpagehide" in window || YAHOO.env.ua.gecko) {
            YAHOO.util.Event._simpleRemove(window, "unload", 
                                           YAHOO.util.Event._unload);
        }

        function unhide_language_selector() { 
            YAHOO.util.Dom.removeClass(
                'lang_links_container', 'bz_default_hidden'
            ); 
        } 
        YAHOO.util.Event.onDOMReady(unhide_language_selector);


        var BUGZILLA = {
            param: {
                cookiepath: '\/bugzilla\/',
                maxusermatches: 1000
            },
            constant: {
                COMMENT_COLS: 80
            },
            string: {


                attach_desc_required:
                    'You must enter a Description for this attachment.',
                component_required:
                    'You must select a Component for this bug.',
                description_required:
                    'You must enter a Description for this bug.',
                short_desc_required:
                    'You must enter a Summary for this bug.',
                version_required:
                    'You must select a Version for this bug.'
            }
        };

    // -->
    </script>





    <link rel="search" type="application/opensearchdescription+xml"
                       title="Bugzilla" href="./search_plugin.cgi">
    <link rel="shortcut icon" href="images/favicon.ico" >
  </head>



  <body onload=""
        class="fiji-sc-bugzilla yui-skin-sam">



<div id="header">
<div id="banner">
  </div>

<table border="0" cellspacing="0" cellpadding="0" id="titles">
<tr>
    <td id="title">
      <p>Bugzilla &ndash; Enter Bug</p>
    </td>


</tr>
</table>

<table id="lang_links_container" cellpadding="0" cellspacing="0"
       class="bz_default_hidden"><tr><td>
</td></tr></table>
<ul class="links">
  <li><a href="./">Home</a></li>
  <li><span class="separator">| </span><a href="enter_bug.cgi">New</a></li>
  <li><span class="separator">| </span><a
href="describecomponents.cgi">Browse</a></li>
  <li><span class="separator">| </span><a href="query.cgi">Search</a></li>

  <li class="form">
    <span class="separator">| </span>
    <form action="buglist.cgi" method="get"
        onsubmit="if (this.quicksearch.value == '')
                  { alert('Please enter one or more search terms first.');
                    return false; } return true;">
    <input type="hidden" id="no_redirect_top" name="no_redirect" value="0">
    <script type="text/javascript">
      if (history && history.replaceState) {
        var no_redirect = document.getElementById("no_redirect_top");
        no_redirect.value = 1;
      }
    </script>
    <input class="txt" type="text" id="quicksearch_top" name="quicksearch" 
           title="Quick Search" value="">
    <input class="btn" type="submit" value="Search" 
           id="find_top"></form>
  <a href="page.cgi?id=quicksearch.html" title="Quicksearch Help">[?]</a></li>

  <li><span class="separator">| </span><a href="report.cgi">Reports</a></li>

  <li></li>

    <li><span class="separator">| </span><a
href="userprefs.cgi">Preferences</a></li>
<li>
        <span class="separator">| </span>
        <a href="docs/en/html/bugreports.html" target="_blank">Help</a>
      </li>

    <li>
      <span class="separator">| </span>
        <a href="index.cgi?logout=1">Log&nbsp;out</a>
        esf&#64;stanford.edu</li>
</ul>
</div> 

<div id="bugzilla-body">

<h2>First, you must pick a product on which to enter a bug: </h2>

<table>


    <tr>
      <th align="right" valign="top">
        <a href="enter_bug.cgi?product=Fiji">Fiji</a>:&nbsp;
      </th>

      <td valign="top"><a href="http://fiji.sc/">http://fiji.sc/</a></td>
    </tr>
    <tr>
      <th align="right" valign="top">
        <a href="enter_bug.cgi?product=ImageJ">ImageJ</a>:&nbsp;
      </th>

      <td valign="top"><a href="http://imagej.net/">http://imagej.net/</a></td>
    </tr>
    <tr>
      <th align="right" valign="top">
        <a href="enter_bug.cgi?product=Website">Website</a>:&nbsp;
      </th>

      <td valign="top"><a href="http://imagej.net/">http://imagej.net/</a></td>
    </tr>

  <tr>
    <th colspan="2">&nbsp;</th>
  </tr>

</table>
</div>



<div id="footer">
  <div class="intro"></div>




<ul id="useful-links">
  <li id="links-actions"><ul class="links">
  <li><a href="./">Home</a></li>
  <li><span class="separator">| </span><a href="enter_bug.cgi">New</a></li>
  <li><span class="separator">| </span><a
href="describecomponents.cgi">Browse</a></li>
  <li><span class="separator">| </span><a href="query.cgi">Search</a></li>

  <li class="form">
    <span class="separator">| </span>
    <form action="buglist.cgi" method="get"
        onsubmit="if (this.quicksearch.value == '')
                  { alert('Please enter one or more search terms first.');
                    return false; } return true;">
    <input type="hidden" id="no_redirect_bottom" name="no_redirect" value="0">
    <script type="text/javascript">
      if (history && history.replaceState) {
        var no_redirect = document.getElementById("no_redirect_bottom");
        no_redirect.value = 1;
      }
    </script>
    <input class="txt" type="text" id="quicksearch_bottom" name="quicksearch" 
           title="Quick Search" value="">
    <input class="btn" type="submit" value="Search" 
           id="find_bottom"></form>
  <a href="page.cgi?id=quicksearch.html" title="Quicksearch Help">[?]</a></li>

  <li><span class="separator">| </span><a href="report.cgi">Reports</a></li>

  <li></li>

    <li><span class="separator">| </span><a
href="userprefs.cgi">Preferences</a></li>
<li>
        <span class="separator">| </span>
        <a href="docs/en/html/bugreports.html" target="_blank">Help</a>
      </li>

    <li>
      <span class="separator">| </span>
        <a href="index.cgi?logout=1">Log&nbsp;out</a>
        esf&#64;stanford.edu</li>
</ul>
  </li>



    <li id="links-saved">
      <ul class="links">
          <li><a
href="buglist.cgi?resolution=---&amp;emailassigned_to1=1&amp;emailreporter1=1&amp;emailtype1=exact&amp;email1=esf%40stanford.edu">My
Bugs</a></li>

      </ul>
    </li>



</ul>

  <div class="outro"></div>
</div>


</body>
</html>

--------------------------

Please help!

Thanks,
ESF</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>