MantisBT - ParaView
View Issue Details
0009270ParaViewBugpublic2009-07-13 22:582009-07-22 17:20
Alan Scott 
Julien Finet 
highmajoralways
closedfixed 
 
3.6.23.6.2 
0009270: Directory names disappear
Some directory name patterns hide directories. This is not acceptable. I replicated this with 4.6.0, XP client, 2 servers on Linux.

Make the following directories, with nothing in them, then try to move into each of these directories with ParaView Open:
ab_123kg_45
ab_123kg_56
ab_123kg_67

You will only see one of these three directories.

The workaround is to add a -dir to the end of each of the directory names.

This must be fixed for 3.6.2, unless it is quite hard.
No tags attached.
Issue History
2009-07-13 22:58Alan ScottNew Issue
2009-07-15 11:29Utkarsh AyachitStatusbacklog => tabled
2009-07-15 11:29Utkarsh AyachitAssigned To => Julien Finet
2009-07-17 20:10Julien FinetNote Added: 0016895
2009-07-17 20:10Julien FinetStatustabled => @80@
2009-07-17 20:10Julien FinetResolutionopen => fixed
2009-07-22 16:49Alan ScottNote Added: 0016941
2009-07-22 16:49Alan ScottStatus@80@ => closed
2009-07-22 17:19Utkarsh AyachitNote Added: 0016944
2009-07-22 17:20Utkarsh AyachitFixed in Version => 3.6.2
2009-07-22 17:20Utkarsh AyachitTarget Version => 3.6.2

Notes
(0016895)
Julien Finet   
2009-07-17 20:10   
We now make sure that files named aa_123_bb_01 and aa_123_bb_02 are correctly processed. The group should be indexed on 01/02 instead of 123.

File modified:
vtkPVFileInformation.cxx:1.35
(0016941)
Alan Scott   
2009-07-22 16:49   
Fixed. Tested local server, Linux trunk.
(0016944)
Utkarsh Ayachit   
2009-07-22 17:19   
Committed to 3.6 branch.

Patch title (first comment line): BUG: make sure that files named aa_123_bb_01 and aa_123_bb_02 are correctly processed. the group should be indexed on 01/02 instead of 123. BugID:9181
Autocommit
  cvs commit -F .msg 'Servers/Common/vtkPVFileInformation.cxx'
Committer: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
/cvsroot/ParaView3/ParaView3/Servers/Common/vtkPVFileInformation.cxx,v <-- Servers/Common/vtkPVFileInformation.cxx
new revision: 1.32.2.1; previous revision: 1.32
Committed successfully to CVS