[ phpeclipse-Bugs-1152107 ] Function not correcty detected
"SourceForge.net" <[email protected]> Tue, 08 May 2007 12:59:14 -0700
| Newsgroups | gmane.comp.ide.eclipse.phpeclipse.devel |
|---|---|
| Message-ID | <[email protected]> |
Bugs item #1152107, was opened at 2005-02-25 16:37
Message generated for change (Comment added) made by emann
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=484801&aid=1152107&group_id=57621
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: PHP Editor
Group: None
>Status: Closed
Resolution: None
Priority: 5
Private: No
Submitted By: Nils Rottgardt (nilsrott)
Assigned to: Nobody/Anonymous (nobody)
Summary: Function not correcty detected
Initial Comment:
This funtion was not correctly detected.
function snipeRunCheck($pid) {
$pids = getPids();
if (!empty($pids)) {
return(in_array($pid,$pids));
} else {
return(false);
}
}
<---This break was not detected ---->
function test() {
}
----------------------------------------------------------------------
>Comment By: Edward Mann (emann)
Date: 2007-05-08 14:59
Message:
Logged In: YES
user_id=430467
Originator: NO
I was able to get this error to reproduce and it was only temporary. I say
put a space between your functions, or better yet a docblock, but that is
just my coding style. Anyway if you put a space, or just change something
the folding detection will update.
----------------------------------------------------------------------
Comment By: Nils Rottgardt (nilsrott)
Date: 2005-02-26 07:03
Message:
Logged In: YES
user_id=1128099
Sorry, I do not know the correct word in english. But I
think a picture says more than thousands words.
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2005-02-26 06:49
Message:
Logged In: NO
What do you mean with:
"This funtion was not correctly detected."?
Please describe with more details.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=484801&aid=1152107&group_id=57621
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/