Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Delete Me(Tasks View Not Showing TODOs That Are Nested In Javadoc Text)
Delete Me [message #503791] Tue, 15 December 2009 09:25 Go to next message
Eclipse UserFriend
I am such an idiot i figured out what was going on. It was something in my Tasks view that was affecting how the tasks
were showing up.

Please delete this thread. Smile

Thanks!

[Updated on: Tue, 15 December 2009 12:04] by Moderator

Re: Tasks View Missing TODOs [message #503797 is a reply to message #503791] Tue, 15 December 2009 15:01 Go to previous messageGo to next message
Eclipse UserFriend
michelle.cook@ngc.com wrote:
> I have a file that has several TODOs that are nested within a Javadoc
> line. For example:
>
> @param param1 this is my comment TODO add more comments
>
> This TODO is not picked up by the Tasks view, however, if I move
> it to the end of the line, such as:
>
> @param param1 this is my comment add more comments TODO
>
> then it gets picked up.
>
> This is causing a real problem for me because I am supposed to find/fix
> all the TODOs in our project which consists of hundreds of source files
> and the developers frequently nest the TODO comments such as shown above.
>
> Is this a bug or intended behavior? Is there a way around this?
>
> Thanks!

It does sound like a bug. But maybe you should just do a file search for the
string "TODO"? It's hard to imagine there would be too many false hits.
Re: Tasks View Missing TODOs [message #503860 is a reply to message #503791] Wed, 16 December 2009 01:51 Go to previous message
Eclipse UserFriend
michelle.cook@ngc.com wrote:
> I have a file that has several TODOs that are nested within a Javadoc
> line. For example:
>
> @param param1 this is my comment TODO add more comments
>
> This TODO is not picked up by the Tasks view,
Works fine for me. Note that you must either have auto-build enabled or
do a build to update the TODOs. If you can still reproduce using 3.6 M4
then please file a bug report against JDT
(https://bugs.eclipse.org/bugs/enter_bug.cgi?product=JDT).

Dani
> however, if I move
> it to the end of the line, such as:
>
> @param param1 this is my comment add more comments TODO
>
> then it gets picked up.
>
> This is causing a real problem for me because I am supposed to
> find/fix all the TODOs in our project which consists of hundreds of
> source files and the developers frequently nest the TODO comments such
> as shown above.
>
> Is this a bug or intended behavior? Is there a way around this?
>
> Thanks!
>
Previous Topic:Ant target fails in eclipse, not via command line
Next Topic:TreeViewer with special rendering for items
Goto Forum:
  


Current Time: Fri Mar 28 13:03:51 EDT 2025

Powered by FUDForum. Page generated in 0.04032 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top