The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.
Tag Class | Total number of occurrences | Tag strings used by tag class |
---|---|---|
Todo Work | 11 | todo, FIXME, QUICKFIX, WORKAROUND, @deprecated |
Each tag is detailed below:
Number of occurrences found in the code: 11
de.smartics.properties.api.core.domain.PropertyDescriptor | Line |
---|---|
Discussion: Maybe we should allow an expression here that would a) make the time more readable (e.g. "5min") b) allow to reference other properties (e.g. "${my.defaultTime}") The problem is that a) The syntax may be more confusing (e.g. "5 minutes" will not be parsed) and could be made more clear by Java constants. b) the name of the referenced property is given as a String. Refactoring the name property of the property in the interface will not affect the property name here. | 151 |
de.smartics.properties.spi.core.constraint.jsr303.GenericPropertyConstraint | Line |
Support list of validators. | 83 |
de.smartics.properties.spi.core.constraint.jsr303.PropertyConstraintDescriptor | Line |
What? | 174 |
de.smartics.properties.spi.core.constraints.PropertyRangeConstraint | Line |
Localize! | 96 |
de.smartics.properties.spi.core.context.MandatoryPropertyContext | Line |
Only supports the default language currently. | 110 |
Only supports the default language currently. | 123 |
Only supports the default language currently. | 136 |
Only supports the default language currently. | 149 |
de.smartics.properties.spi.core.metadata.PropertyMetaDataParser | Line |
--No comment-- | 534 |
de.smartics.properties.spi.core.registry.InMemoryPropertyDescriptorRegistry | Line |
are we adding elements in two different ways? | 237 |
test.de.smartics.properties.spi.core.metadata.EnumValue | Line |
Needed? | 68 |