Bug 12674 - Too many problems while reconciling
Summary: Too many problems while reconciling
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 M5   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-03 07:54 EST by Philipe Mulet CLA
Modified: 2002-04-03 08:00 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philipe Mulet CLA 2002-04-03 07:54:05 EST
Build 20020402

When reconciling, some problems may surface which were detected inside a 
different unit, e.g.

Project1
 +- X.java
Project2 (prereqs Project1)
 +- Y.java extends P1/X.java
Project3 (prereqs Project2)
 +- Z.java extends P2/Y.java 

When reconciling Project3/Z.java, an error should be detected since its 
hierarchy needs X.java which isn't visible on Project3's classpath, but this 
error is only reported against Y.java (directly), and should not be surfaced 
when reconciling Z.java.
Comment 1 Philipe Mulet CLA 2002-04-03 07:54:32 EST
Filter added.
Fixed
Comment 2 Philipe Mulet CLA 2002-04-03 08:00:03 EST
DOM Ast CompilationUnitResolver had same bug.
Fixed too.