Task Scanner Plugin

Plugin Information

Plugin ID tasks
Latest Release 3.13
Latest Release Date Sep 24, 2009
Changes in Latest Release via Fisheye
Maintainer(s) n/a (java.net id: hafner)
Issue Tracking Open Issues

This plugin scans the workspace files for open tasks and generates a trend report.

 Description


 
The tasks scanner plug-in scans the workspace files for open tasks like TODO, FIXME, or @deprecated. It is inspired by the maven taglist plug-in. This plug-in is part of the suite of static code analysis plug-ins that are documented on a separate WIKI page.

  • You can specify the files to scan after a build
  • Three configurable priority levels are supported (e.g. HIGH=FIXME, NORMAL=TODO, LOW=@deprecated)
  • Several trend reports showing the number of tasks per build
  • Overview of the found tasks per module or package
    • Parsing of Maven pom.xml or Ant build.xml configuration files to obtain the module or project name
    • Parsing of Java or C# files to obtain the package or name space name
  • Detail reports of the found tasks filtered by severity
  • Colored HTML display of the corresponding source files and with direct links to the tasks
  • Highlighting of the line that contains a task (with a tool tip showing the priority)
  • Failure threshold to mark a build as unstable
  • Configurable project health support
  • Works with the freestyle and native m2 build option of Hudson (activated on goal findbugs:findbugs or site)
  • Localization available for: DE (Please help to localize task scanner for your locale!)

The current release is available in the download section. This plug-in is developed and maintained by Ullrich Hafner. Please use the Hudson mailing lists or issue tracker to ask questions, create feature request or bug reports, since I don't read the comment section on this page regularly.

 Configuration

Configuring the plugin should be self-explanatory: You simply need to activate the task scanner plugin as shown below. Add the tag keywords you would like to use and save the configuration. Then the next build will report the number of open tasks and show the trend.

Changelog

Release 3.13

  • Fixed display of source code browsing of old builds

Release 3.11

  • Show new and fixed tasks (issue #4130)
  • Copy affected files to build folder to provide source code browsing of old builds

Release 3.10

  • Limit source code display to authenticated users (issue #2773)
  • Use the parsed tasks tag as type of the task (issue #4131)

Release 3.9

  • Added remote API for the plug-in results (report: thanks to Rob Oxspring for the patch)
  • Added option to scan for tasks even if the has been failed (issue #3794)

Release 3.8

Release 3.6

  • Consider build thresholds only for the parent module in m2 multi-module jobs (issue #3310)
  • Fixed NPE in m2 builds (issue #3400, issue #3399)
  • Improved computation of new warnings detection (report)

Release 3.3

  • Additional build status thresholds: now you can set the build status to unstable or failure if the total number of the number of new warnings exceeds the defined thresholds (issue #2537, issue #3024).
  • Improved new warning detection: now warnings are only considered as new if the associated source code context (3 lines of code) differs.
  • Added a toggle option to ignore the case when scanning for open tasks (Thanks to kutzi for the patch!).

Release 3.2

  • Added validation of file pattern in configuration screen

Release 3.1

  • Fixed priority evaluation radio buttons in configuration screen (issue #2805)

Release 3.0

  • Added new configuration entry "default encoding" that is used when the plug-in reads or parses files (issue #1999)

Release 1.x and 2.x ChangeLog

Labels:

plugin-publisher plugin-publisher Delete
plugin-report plugin-report Delete
plugin-maven plugin-maven Delete
Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.
  1. Aug 31, 2007

    Anonymous says:

    Love this plugin! can't wait until it aggregates all the tasks/source into a...

    Love this plugin! can't wait until it aggregates all the tasks/source into a list that users can see.

  2. Sep 05, 2007

    Anonymous says:

    Hi, seems to be a cool plugin, unfortunately I don't get the Task-Icon (just a b...

    Hi, seems to be a cool plugin, unfortunately I don't get the Task-Icon (just a broken-image icon)). The url the image referes is "http://<ourserver>/hudson/plugin/tasks/icons/tasks-48x48.png" and on the menu "http://<ourserver>/hudson/plugin/tasks/icons/tasks-24x24.png"

    If you can fix that it would be great

  3. Sep 05, 2007

    Anonymous says:

    Another Comment: The "Open Task Trend" only updates when a full refresh is done ...

    Another Comment: The "Open Task Trend" only updates when a full refresh is done (Ctrl-F5).
    You should add a timestamp or anthing else to your request, so the graph is regenerated.

    Daniel

    1. Sep 05, 2007

      Kohsuke Kawaguchi says:

      Please use the issue tracker for recording RFEs and issues.

      Please use the issue tracker for recording RFEs and issues.

  4. Nov 28, 2007

    Michael Vorburger says:

    Had a little bit of trouble installing this plug-in... it downloads as ZIP and n...

    Had a little bit of trouble installing this plug-in... it downloads as ZIP and not as .HPI. But once renamed the .zip to .hpi (no unzip) and uploaded via the /hudson/managePlugins console (it didn't work when I just unzipped it into the $HUDSON_HOME/plugins) and restarted, all is well.

    And it looks good! And useful. Thank you.

  5. Feb 16, 2008

    Anonymous says:

    We have sources in utf-8 and comments not in english. Plugin shows tasks in weir...

    We have sources in utf-8 and comments not in english. Plugin shows tasks in weird symbols. This is also true for links to source files. Like

    High Priority: FIXME
    File: VisualComponentHelper.java
     
    Line 100: Если модель РёР- начально содержала неверное

    Browser is setup to view page in utf-8.
    How can i fix that?

  6. Feb 27, 2008

    Anonymous says:

    nice to know: Do not use file patterns like */.jsp, in case *.jsp are p...

    nice to know:

    Do not use file patterns like */.jsp, in case *.jsp are present in the target directory, you get twice the tasks.

    Use */src//.jsp instead.

  7. Feb 27, 2008

    Anonymous says:

    Wiki markup misformed the file patterns, should be  Do not use file pattern...

    Wiki markup misformed the file patterns, should be
     Do not use file patterns like **/.jsp, in case *.jsp are present in the target directory, you get twice the tasks.
     Use **/src/**/*.jsp instead.

  8. Mar 06, 2008

    Simon von Janowsky says:

    Sorry, i posted an anonymous child element on the page, please remove it, since ...

    Sorry, i posted an anonymous child element on the page, please remove it, since i am not privileged to.

    I wrote the text again as a comment....

    Simon.

  9. Mar 06, 2008

    Simon von Janowsky says:

    Hi all, don't know if this is a bug or not, but the task scanner doesn't work c...

    Hi all,

    don't know if this is a bug or not, but the task scanner doesn't work correctly,

    for the graphic there is a broken link on the status page.

    I upgraded Hudson to 1.88 and the Scanner to 2.0

     An Exception ist thrown and shown on the webpage:
    javax.servlet.ServletException: java.lang.ClassCastException: java.lang.Object cannot be cast to hudson.plugins.tasks.TasksResult
    org.kohsuke.stapler.Stapler.invoke(Stapler.java:370)
    org.kohsuke.stapler.MetaClass$15.dispatch(MetaClass.java:361)
    org.kohsuke.stapler.Stapler.invoke(Stapler.java:361)
    org.kohsuke.stapler.MetaClass$9.doDispatch(MetaClass.java:240)
    org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:30)
    org.kohsuke.stapler.Stapler.invoke(Stapler.java:361)
    org.kohsuke.stapler.Stapler.invoke(Stapler.java:298)
    org.kohsuke.stapler.Stapler.service(Stapler.java:98)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    hudson.security.HudsonFilter.doFilter(HudsonFilter.java:88)

    Greetings from germany,

    Simon.

    1. Mar 06, 2008

      Simon von Janowsky says:

      the problem arose when throwing the 1.88 hudson.war into the tomcat webapps cont...

      the problem arose when throwing the 1.88 hudson.war into the tomcat webapps container and was not deployed corectly... so 1.86 was running with tasks 2.0....  I had to setup Hudson new to get the tasks running again....

      greetz,
      Simon.

  10. Apr 23, 2008

    Corneil du Plessis says:

    I get the following exception, there are also a lot of exception during startup ...

    I get the following exception, there are also a lot of exception during startup for task-2.4.
    What should be deleted for the task plugin upgrade to work?

    Scanning workspace files for tasks...
    FATAL: java.lang.Object
    java.lang.ClassCastException: java.lang.Object
        at hudson.plugins.tasks.TasksPublisher.perform(TasksPublisher.java:143)

  11. May 01, 2008

    Lukasz says:

    If you use keyword like WARNING then it is going to report variables and any str...

    If you use keyword like WARNING then it is going to report variables and any strings that have it like

    Stirng WARNINGS ="asdf"; IMHO it should look for keyword + ' '.

    1. May 22, 2008

      Ulli Hafner says:

      Please use the issue tracker for improvements and defects. I created one for you...

      Please use the issue tracker for improvements and defects. I created one for you: issue #1738