Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 107527 - tasks TODO find in error list
Summary: tasks TODO find in error list
Status: CLOSED DUPLICATE of bug 71558
Alias: None
Product: WTP Source Editing
Classification: WebTools
Component: jst.jsp (show other bugs)
Version: 0.7   Edit
Hardware: PC Windows 2000
: P2 normal with 2 votes (vote)
Target Milestone: ---   Edit
Assignee: Nitin Dahyabhai CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-20 15:52 EDT by David KELLER CLA
Modified: 2006-11-28 15:51 EST (History)
1 user (show)

See Also:


Attachments
Eclipse Log (697.51 KB, text/plain)
2005-09-14 11:52 EDT, David KELLER CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description David KELLER CLA 2005-08-20 15:52:53 EDT
I wrote this in JSP file :

<%@ page language="java" %>
<%@ page
import="java.sql.*,java.util.*,modula.algorithme.*,org.coin.fr.bean.*,org.coin.bean.*,modula.*,modula.marche.*"
%>
<%
	int iIdMarche = -1;
	if (request.getParameter("iIdAffaire") != null)
		iIdMarche = Integer.parseInt(request.getParameter("iIdAffaire"));

	if(iIdMarche == -1)
	{
		%><body>Affaire inconnue</body></html><%
		return;
	}

	Marche marche = Marche.getMarche(iIdMarche);
	
	//TODO: on a dit kon pouvait se porter candidat hors delais
	/*
	boolean bIsCandidaturesCloses= false;
	try
	{
		bIsCandidaturesCloses = marche.isCandidaturesCloses();
	}
	catch(Exception e){}
	
....


and I have put a TODO tag.

=> the TODO tag is not visible in "tasks list" but find in "problems list"

Severity	Description	Resource	In Folder	Location	Creation Time
0	TODO : on a dit kon pouvait se porter candidat hors delais
demanderCandidature.jsp
modula_wtp07/WebContent/publisher_traitement/private/candidat	line 24	20 août
2005 20:32:02
Comment 1 David KELLER CLA 2005-09-14 11:52:27 EDT
Created attachment 27111 [details]
Eclipse Log 

My Eclipse log
Comment 2 David Williams CLA 2006-06-01 03:29:25 EDT
Nitin, have we simply not transitioned to some new marker type? 
Comment 3 David Williams CLA 2006-09-23 19:03:17 EDT

*** This bug has been marked as a duplicate of 71558 ***
Comment 4 John Lanuti CLA 2006-11-28 15:51:04 EST
This is part of a mass update to close out all stale WTP bugs which are in the resolved state without an appropriate targeted version.  If you feel this bug was closed inappropriately, please reopen.