Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6279379

Parameters to Hashtables are the wrong way round

XMLWordPrintable

    • 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

            loneid Leonid Popov (Inactive)
            ndcosta Nelson Dcosta (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: