Bug 22430 - [CVS Decorator] Package view - parent package get cvs outgoing decoration for children packages [general issue]
Summary: [CVS Decorator] Package view - parent package get cvs outgoing decoration for...
Status: RESOLVED DUPLICATE of bug 3979
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Team (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-VCM-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: investigate
Depends on:
Blocks:
 
Reported: 2002-08-14 12:03 EDT by Philipe Mulet CLA
Modified: 2002-10-04 10:34 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 Philipe Mulet CLA 2002-08-14 12:03:16 EDT
Build R2.0

Whenever a change is made to a child package member, the parent package also 
gets decorated with an outgoing mark (>), where it doesn't have any change 
amongst its file children.

This is thus showing false hits when looking for outgoing changes based on cvs 
decorators. The package view is showing a flatten structure, and should better 
reconcile such information.

e.g.

Project
+- pack
     +- X.java
+- subpack
     +- Y.java

perform a change on Y.java, the package view shows:

Project
+- >pack      ---> none of its children is decorated in the view
+- >subpack
    +- >Y.java
Comment 1 Dirk Baeumer CLA 2002-08-15 05:02:42 EDT
The problem is that we use the standard CVS decorator and that one doesn't know 
anything about Java and packages. It decorates the packages by converting them 
into IResources using IAdaptable.getAdapter(...).

Kevin, are there any plans to make the CVS decorator more customizable so that 
JDT could provide additional information.
Comment 2 Kevin McGuire CLA 2002-10-04 10:34:54 EDT

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