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 |
---|---|---|
FIXME | 1 | FIXME |
NOPMD | 0 | NOPMD |
NOTE | 1 | NOTE |
TODO | 27 | TODO |
Each tag is detailed below:
Number of occurrences found in the code: 1
org.apache.johnzon.core.JsonGeneratorImpl | Line |
---|---|
if buffer is flushed this will not work here | 122 |
Number of occurrences found in the code: 1
org.apache.johnzon.core.util.ArrayUtil | Line |
---|---|
we keep this here and in Mapper duplicated to not have Mapper depending on johnzon-core! | 27 |
Number of occurrences found in the code: 27
org.apache.johnzon.core.JsonGeneratorImpl | Line |
---|---|
check null handling | 184 |
optimize | 208 |
check null handling | 232 |
org.apache.johnzon.core.JsonParserTest | Line |
read key and : in once | 1946 |
org.apache.johnzon.core.JsonStreamParserImpl | Line |
log to adjust size once? | 198 |
org.apache.johnzon.jsonb.DefaultMappingTest | Line |
bunch of asserts CHECKSTYLE:OFF | 62 |
org.apache.johnzon.jsonb.JohnzonBuilder | Line |
support PT in ObjectConverter (list) | 311 |
support PT in ObjectConverter (list) | 329 |
org.apache.johnzon.jsonb.JsonbAccessMode | Line |
support lists, LocalDate? | 472 |
support lists? | 486 |
find a way to not parse twice | 783 |
spec requirement, this sounds wrong since you cant customize 2 kind of serializations on the same model | 880 |
org.apache.johnzon.jsonb.OrderTest | Line |
not sure it is good to respect json and not mapping, we can challenge the spec on it | 41 |
org.apache.johnzon.jsonb.converter.JsonbDateConverter | Line |
cheap impl to avoid to rely on exceptions, better can be to parse format -> rewrite it | 35 |
org.apache.johnzon.jsonb.converter.JsonbValueConverter | Line |
? | 23 |
org.apache.johnzon.jsonb.serializer.JohnzonSerializationContext | Line |
fix it | 26 |
org.apache.johnzon.jsonschema.JsonSchemaValidatorFactory | Line |
dependencies, propertyNames, if/then/else, allOf/anyOf/oneOf/not, format validations | 118 |
org.apache.johnzon.mapper.JsonpIntegrationTest | Line |
add JsonPointer when we'll support it | 84 |
org.apache.johnzon.mapper.Mappings | Line |
map | 670 |
--No comment-- | 906 |
org.apache.johnzon.mapper.access.BaseAccessMode | Line |
converter? | 100 |
converter? | 105 |
converter? | 110 |
org.apache.johnzon.mapper.converter.DateConverter | Line |
see if we can clean it | 29 |
org.apache.johnzon.mapper.number.Validator | Line |
ATTENTION: this is only an intermediate solution until JOHNZON-177 resp https://github.com/eclipse-ee4j/jsonb-api/issues/82 is properly specced | 29 |
org.apache.johnzon.mapper.reflection.Converters | Line |
more ParameterizedType and maybe TypeClosure support | 36 |
org.apache.johnzon.maven.plugin.ExampleToModelMojo | Line |
unicity of field name, better nested array/object handling | 102 |