Bug 167312 - items reported in Problem View can't be filtered
Summary: items reported in Problem View can't be filtered
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: PDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P2 normal (vote)
Target Milestone: ---   Edit
Assignee: Yaron Mazor CLA
QA Contact:
URL:
Whiteboard:
Keywords: plan
Depends on:
Blocks:
 
Reported: 2006-12-08 22:23 EST by Zach Shelton CLA
Modified: 2020-05-14 11:08 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zach Shelton CLA 2006-12-08 22:23:12 EST
Build ID: I20061113

Steps To Reproduce:
1. clean a large project that has mixed php and html files, and contains both php and html validation/syntax problems
2. attempt to apply filter on view so that only PHP errors/warnings are listed


More information:
PHPIDE reports all detected issues as "Problems" rather than something more specific (i.e. 'PHP Parser Problem') , which makes it impossible to apply a useful filter on the problem view.

it would be great to allow for more configuration options around the problem reporting.

PHPEclipse does this better in the following ways:
1. All of its errors are reported as the type "PHP Problem", which allows you to filter based on that criteria alone.
2. It recognizes things like uninitialized variables, mixed case constant declarations, and missing include files.
3. Each problems can be flagged as error, warning, or ignore.

PHPIDE could go even further, the configuration options around this one feature for the java compiler are too numerous to summarize. I think this kind of functionality would be a great extension of something that has the potential to easily become the number one IDE for PHP development.
Comment 1 Yaron Mazor CLA 2007-01-29 07:45:50 EST
Added a PHP category.
Currently all PHP errors are of type : PHP Syntax Error.
Comment 2 Gadi Goldbarg CLA 2007-01-31 03:15:24 EST
fixed