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

JavaDoc for KerberosKey.getPrincipal does not match the implementation

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • None
    • 8u5
    • security-libs

      FULL PRODUCT VERSION :
      java version "1.8.0_05"
      Java(TM) SE Runtime Environment (build 1.8.0_05-b13)
      Java HotSpot(TM) 64-Bit Server VM (build 25.5-b02, mixed mode)

      ADDITIONAL OS VERSION INFORMATION :
      Microsoft Windows [Version 6.1.7601]

      A DESCRIPTION OF THE PROBLEM :
      In the JavaDoc

      KerberosKey.getPrincipal does not throw any exception

      in the implementation, it does throw

      throw new IllegalStateException("This key is no longer valid");

      The same issue exists for some of the other getters as well



      STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
      look at the code

      EXPECTED VERSUS ACTUAL BEHAVIOR :
      EXPECTED -
      expect the javadoc to match the implementation
      ACTUAL -
      the javadoc does not match the implementation

      REPRODUCIBILITY :
      This bug can be reproduced always.

            Unassigned Unassigned
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: