History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-15369
Type: Bug Bug
Status: Open Open
Assignee: Alexey Kudravtsev
Reporter: Robert Leland
Votes: 0
Watchers: 4
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

Class Structure Pane is not refreshed when toggling 'show non-public'

Created: 01 Oct 07 23:02   Updated: 24 Feb 08 19:49
Component/s: Project View

File Attachments: None
Image Attachments:

1. StructureA.jpg
(66 kb)

2. StructureB.jpg
(63 kb)

3. StructureC.jpg
(62 kb)
Environment: Windows Vista Ultimate Toshiba P200 Intel T7300 4GB RAM, Radeon 2800 XT display card. (IDEA JDK 1.6u2,1.6u3,1.6u4, Project JDK 1.5u12 & 1.5.u14)

Build: 7,718
Severity: High


 Description  « Hide
The Class Structure Pane is not refreshed when toggling 'show non-public'
From the Structure Window for this class:
public class DenyAction extends DecisionAction {
    static class QueryURL (...}// class QueryURL
  }

Given that the default class structure view is:
Show Inherited
Show Non-Public

1) Turn off the 'Show Inherited'
2) Now toggle the show 'Non-Public' on and off

The static inner class is not redisplayed !!

WORKAROUND

The only way to redisplay the inner class is to select the "project View"
then select back on "Structure View"
to get the inner class definition to be displayed in the Pane.

This is a regression from IntelliJ 5.1.
The structure view is heavily used for navigation of code bases.and deserving to be fixed
in Serena



 All   Comments   Work Log   Change History      Sort Order:
Robert Leland - 01 Oct 07 23:30
Still happens on 7318

Robert Leland - 16 Oct 07 02:10 - edited
Still happens under IDEA 7.0 and 7.0.3 EAP