Bug 123408 - Editor not refreshed after removing inclusion pattern
Summary: Editor not refreshed after removing inclusion pattern
Status: RESOLVED DUPLICATE of bug 65267
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-11 06:20 EST by Benno Baumgartner CLA
Modified: 2006-01-11 07:25 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 Benno Baumgartner CLA 2006-01-11 06:20:46 EST
Version: 3.2.0
Build id: I20060110-1026

Having project
P1
->src
  ->a
    ->b
      ->A.java
      ->c

With class A opened in the editor
Adding inclusion pattern a/b/c/ to src
close A
open A
Remove inclusion pattern a/b/c/ from src
compile error is shown only in the editor:
'declared package "a.b" does not match the expected package ""'
close A
open A
error is gone
Comment 1 Dani Megert CLA 2006-01-11 07:25:36 EST

*** This bug has been marked as a duplicate of 65267 ***