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 | 5 | todo, FIXME, QUICKFIX, WORKAROUND, @deprecated |
Each tag is detailed below:
Number of occurrences found in the code: 5
de.smartics.util.lang.Arguments | Line |
---|---|
Due to a breaking change a new class called {@link Arg} has been designed to be used from now on. It has the same methods as this one, but it returns the value passed in to check. This allows to do the check and an initialization (e.g. in a constructor) in one line. It also allows to check arguments if another constructor is called (such as in <code>this()</code> and <code>super()</code>). This class is planned to be removed with the release of version 2.0. | 23 |
de.smartics.util.lang.ClassPathContext | Line |
Moved to {@link de.smartics.util.lang.classpath.ClassPathContext} . | 29 |
maybe we should simply construct the URL? | 95 |
de.smartics.util.lang.ClassPathDirectoryListing | Line |
Moved to {@link de.smartics.util.lang.classpath.ClassPathDirectoryListing}. | 45 |
de.smartics.util.lang.classpath.ClassPathContext | Line |
maybe we should simply construct the URL? | 93 |