Bug 318822 - Decorations should only apply on package level
Summary: Decorations should only apply on package level
Status: CLOSED DUPLICATE of bug 387175
Alias: None
Product: EGit
Classification: Technology
Component: UI (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 322692 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-07-04 17:26 EDT by Benjamin Muskalla CLA
Modified: 2013-05-18 15:51 EDT (History)
1 user (show)

See Also:


Attachments
Screenshot (22.47 KB, image/png)
2010-07-04 18:04 EDT, Benjamin Muskalla CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Muskalla CLA 2010-07-04 17:26:40 EDT
The decorator currently decorates the package of a changed file (in case of a Java project) and all its parents. This is rather confusing in the flat package presentation.

src
  * > core		<---- confusing
  * > core.foo
        > changed file
        
The decorater is right from a file-system view of things but from the visual structure, it seems that there are changes in the "core" package but "core" is only decorated because it's a parent of "core.foo". I'd suggest to omit the decoration for the core package in this case.
Comment 1 Benjamin Muskalla CLA 2010-07-04 18:04:46 EDT
Created attachment 173382 [details]
Screenshot

Screenshot showing the confusion ;)
Comment 2 Benjamin Muskalla CLA 2010-08-13 17:29:01 EDT
*** Bug 322692 has been marked as a duplicate of this bug. ***
Comment 3 Robin Stocker CLA 2013-05-18 15:51:58 EDT
Marked as duplicate of bug 387175, as there is a hint for how to solve this there.

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