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 |
|---|---|---|
| @deprecated | 5 | @deprecated |
| @todo | 0 | @todo |
| FIXME | 2 | FIXME |
| TODO | 7 | TODO |
| XXX | 3 | XXX |
Each tag is detailed below:
Number of occurrences found in the code: 5
| com.helger.jcodemodel.AbstractJClass | Line |
|---|---|
| calling this method from {@link AbstractJClass} would be meaningless, since it's always guaranteed to return <tt>this</tt>. | 157 |
| com.helger.jcodemodel.JMethod | Line |
| Use {@link #varParam()} instead. | 473 |
| com.helger.jcodemodel.JOp | Line |
| Use {@link #postincr(IJExpression)} instead | 108 |
| Use {@link #postdecr(IJExpression)} instead | 149 |
| com.helger.jcodemodel.JPrimitiveType | Line |
| calling this method from {@link JPrimitiveType} would be meaningless, since it's always guaranteed to return <tt>this</tt>. | 130 |
Number of occurrences found in the code: 2
| com.helger.jcodemodel.JAnnotationArrayMember | Line |
|---|---|
| this invocation is invalid if the caller isn't adding annotations into an array so this potentially type-unsafe conversion would be justified. | 427 |
| com.helger.jcodemodel.JDefinedClass | Line |
| This is incorrect, e.g. for anonymous classes! | 368 |
Number of occurrences found in the code: 7
| com.helger.jcodemodel.JAnonymousClass | Line |
|---|---|
| I think this is incorrect! Some "$1" or the like is missing | 76 |
| com.helger.jcodemodel.JCommentPart | Line |
| this doesn't print the parameterized type properly | 159 |
| com.helger.jcodemodel.JPackage | Line |
| think about importing | 581 |
| com.helger.jcodemodel.JReferencedClass | Line |
| does JDK 1.5 reflection provides these information? | 187 |
| does JDK 1.5 reflection provides these information? | 195 |
| com.helger.jcodemodel.TypedAnnotationWriter | Line |
| enum constant. how should we handle it? | 242 |
| com.helger.jcodemodel.fmt.JStaticJavaFile | Line |
| allow those to be specified | 243 |