- 
    
Bug
 - 
    Resolution: Fixed
 - 
    
  P5                     
     - 
    5.0
 
- 
        b62
 - 
        x86
 - 
        linux
 
                    FULL PRODUCT VERSION :
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_01-b08)
Java HotSpot(TM) Client VM (build 1.5.0_01-b08, mixed mode, sharing)
ADDITIONAL OS VERSION INFORMATION :
Source code
A DESCRIPTION OF THE PROBLEM :
In demo/jfc/SwingSet2/ExampleFileView.java, the parameters for the Hashtables fileDescriptions and typeDescriptions are wrong.
Line 89:
fileDescriptions.put(fileDescription, f);
should be:
fileDescriptions.put(f, fileDescription);
Line 106:
typeDescriptions.put(typeDescription, extension);
should be:
typeDescriptions.put(extension, typeDescription);
REPRODUCIBILITY :
This bug can be reproduced always.
###@###.### 2005-06-02 08:38:15 GMT
            
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_01-b08)
Java HotSpot(TM) Client VM (build 1.5.0_01-b08, mixed mode, sharing)
ADDITIONAL OS VERSION INFORMATION :
Source code
A DESCRIPTION OF THE PROBLEM :
In demo/jfc/SwingSet2/ExampleFileView.java, the parameters for the Hashtables fileDescriptions and typeDescriptions are wrong.
Line 89:
fileDescriptions.put(fileDescription, f);
should be:
fileDescriptions.put(f, fileDescription);
Line 106:
typeDescriptions.put(typeDescription, extension);
should be:
typeDescriptions.put(extension, typeDescription);
REPRODUCIBILITY :
This bug can be reproduced always.
###@###.### 2005-06-02 08:38:15 GMT