Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getConstants (0.05 seconds)

  1. build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/JavadocLinkConverter.java

                    return element;
                }
            } else {
                targetClass = classMetaData;
            }
    
            String value = targetClass.getConstants().get(parts[1]);
            if (value == null) {
                listener.warning(String.format("Field '%s' does not have any value", fieldName));
                Element element = document.createElement("NO-VALUE-FOR_FIELD");
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Wed Dec 09 08:14:05 GMT 2020
    - 7K bytes
    - Click Count (0)
Back to Top