Bug 424750 - Report structural changes while build process
Summary: Report structural changes while build process
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: PDT (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: PHP Core CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-30 10:23 EST by Dawid Pakula CLA
Modified: 2020-05-14 10:17 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 Dawid Pakula CLA 2013-12-30 10:23:43 EST
DLTK contain features to provide JDT like semantic validatation in PHP project.

For performance reasons validation between files (class not exists, unimplemented interface methods etc..) should be run only after structural chnages in the project (new field, new methods, class name changes etc..).

I want introduce structural changes tracking and reporting in build process (appropriate BuildParticipant).
Comment 1 Dawid Pakula CLA 2017-06-25 13:51:03 EDT
Since we have semantic validation, this is a must-have ;)