Skip to content

Improved: Implement Type safe Config in OFBiz#1285

Draft
nmalin wants to merge 6 commits into
apache:trunkfrom
nmalin:OFBIZ-12401
Draft

Improved: Implement Type safe Config in OFBiz#1285
nmalin wants to merge 6 commits into
apache:trunkfrom
nmalin:OFBIZ-12401

Conversation

@nmalin
Copy link
Copy Markdown
Contributor

@nmalin nmalin commented May 27, 2026

No description provided.

* <ul>
* <li>Possess a <code>public static final String ELEMENT_NAME</code> containing the name of the XML element to which the class refers to</li>
* <li>If needed a <code>public static final String ELEMENT_FIELD_ID_NAME</code> containing the attribut name of the XML element
* that identify as unique the element. Else the <code>name</code> string will be used</></></li>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The above line is causing a javadoc error (malformed HTML) due to the presence of </></>

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes right jacopo, I only run ./gradlew check on local and not javdoc 😅 I will fix that

* <li>If needed a <code>public static final String ELEMENT_FIELD_ID_NAME</code> containing the attribut name of the XML element
* that identify as unique the element. Else the <code>name</code> string will be used</></></li>
* <li>Have a first constructor with an <code>Element</code> and a <code>String</code> as parameters</li>
* <li>Have a second constructor with a <code>Map&lt<span/>String, Object&gt</code> and a <code>String</code> as parameters</li>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The above line is causing some javadoc errors (self-closing element not allowed, semicolon missing, etc...).

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I fixed it, thanks for this spot !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants