Bug 200008 - [SemanticAnalysis] detect unreachable code
Summary: [SemanticAnalysis] detect unreachable code
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: PDT (show other bugs)
Version: unspecified   Edit
Hardware: Macintosh Mac OS X - Carbon (unsup.)
: P3 enhancement with 3 votes (vote)
Target Milestone: ---   Edit
Assignee: PHP UI CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-15 05:31 EDT by Ingo Renner CLA
Modified: 2020-05-14 10:17 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ingo Renner CLA 2007-08-15 05:31:05 EDT
Build ID: I20070625-1500

Steps To Reproduce:
1. create a function
2. type a line with return ...
3. add another line of code after the return line

Now it'd be cool if that line after the return is detected as unreachable like in phpEclipse


More information: