Javadoc failure in Door.java when building.

XMLWordPrintable

    • Type: Bug
    • Resolution: Invalid
    • Priority: Minor
    • None
    • Affects Version/s: None
    • 1.8.8
    • Yes

      javadocs for 1.8.8 fail and kill the build due to Door.java comments.

       

      `* @see Material.WOODEN_DOOR
       * @see Material.IRON_DOOR_BLOCK

      etc should be...

       * @see Material#WOODEN_DOOR
       * @see Material#IRON_DOOR_BLOCK

       

      This has been fixed in later versions so only fails on 1.8.8. I don't use it myself for anything but it would be nice to not have BuildTools crash and burn on just this version.

            Assignee:
            Unassigned
            Reporter:
            Steve
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: