Skip to content

NetBeans Editor Component Palette Module Tutorial, garbled source #4520

@brutzman

Description

@brutzman

Apache NetBeans version

Apache NetBeans 14

What happened

Website page NetBeans Editor Component Palette Module Tutorial

Source code block in figure has multiple erroneous lines with excess information leading to compilation errors. This looks like unintended insertion of markdown characters in source excerpts.

For example,

  • import link:http://bits.netbeans.org/dev/javadoc/org-netbeans-modules-editor-mimelookup/org/netbeans/api/editor/mimelookup/MimeRegistration.html[org.netbeans.api.editor.mimelookup.MimeRegistration];

should instead be

  • import org.netbeans.api.editor.mimelookup.MimeRegistration;

Similarly, constructs such as

  • '//Folder:'

should instead be

  • '//Folder:'

How to reproduce

Go to NetBeans website

Did this work correctly in an earlier version?

No / Don't know - likely it did

Operating System

Windows 10

JDK

OpenJDK 18.0.2

Apache NetBeans packaging

Apache NetBeans binary zip

Anything else

Suggest adding an issue category for NetBeans Website. Am finding lots of problems across many tutorials, they are not being maintained effectively.

Are you willing to submit a pull request?

No

Code of Conduct

Yes

Metadata

Metadata

Assignees

No one assigned

    Labels

    docDocumentation related PRskind:bugBug report or fixneeds:triageRequires attention from one of the committers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions