Uploaded image for project: 'Spigot'
  1. Spigot
  2. SPIGOT-7263

Javadoc failure in Door.java when building.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • Icon: Minor Minor
    • None
    • 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.

            Unassigned Unassigned
            ElgarL Steve
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: