This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 189346 - Create server tasks from various "todo-s" in the IDE
Summary: Create server tasks from various "todo-s" in the IDE
Status: NEW
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P1 normal with 1 vote (vote)
Assignee: Tomas Stupka
URL:
Keywords:
: 220641 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-08-10 10:05 UTC by daniela.waranie
Modified: 2013-09-04 11:16 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description daniela.waranie 2010-08-10 10:05:31 UTC
Inline code comments like:
"//TODO: change the behavior to fit to the RFC"
are very good to make quick notes while implementing things.
To have them in the tasklist (as netbeans does it already) is a very convenient workflow to keep the tasks "in mind". 

On large project it is a good thing to have each "TODO" assigned to a team member or just to have the "TODO" prioritized and/or "milestoned". This is where a "TODO" become a "Issue".

It would be beautiful if you can add a "convert TODO to issue" as a hint / as a tooltip to the code line, where the "//TODO" is entered. The hint should be clickable and show the "new issue dialog".

In the tasklist a TODO entry should have a context menu showing "convert TODO to issue" which should open the "new issue dialog", too.

There should be a option in that dialog to configure if a normal "//TODO" should stay in the code file after finish the "convert" command and if yes additional comment lines should be introduced, if the user likes this. E.g.:
//TODO: change the behavior to fit to the RFC
/* This TODO is now available in issue tracker
 * @issue_tracker: $trackername
 * @issue_id: $issueId
 * @issue_author: $author
 * Details on and the current status of this issue can be found here:
 * $issueUrl
 */ 

This behavior ensures that "old-style IDE" can work with the "TODO" as normal, while developers that uses a "old-style IDE" will get advanced information on this TODO.

I hope to see this soon in a upcomming release.
Comment 1 Tomas Stupka 2013-09-04 11:13:56 UTC
*** Bug 220641 has been marked as a duplicate of this bug. ***
Comment 2 Tomas Stupka 2013-09-04 11:16:18 UTC
- ctrl-click todo-s in code
- todos in action items
- hudson builds
- failing tests 
- ... ?