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 | 10 | todo, FIXME, @deprecated |
Each tag is detailed below:
Number of occurrences found in the code: 10
org.andromda.core.cartridge.CartridgeTest | Line |
---|---|
wrong Test, new Integer() are always not same! make sure there's more than 0 contents listed assertNotSame( new Integer(0), new Integer(contents.size())); | 209 |
org.andromda.core.common.ClassUtils | Line |
FindBugs: This class has a simple name that is identical to that of its superclass. This can be exceptionally confusing. | 16 |
org.andromda.core.common.ComponentContainer | Line |
Convert to generic type checking using template values Collection<T> | 282 |
org.andromda.core.common.ExceptionUtils | Line |
used {@link #checkNull(String, Object)} instead since we can detect the method name. | 18 |
use {@link #checkEmpty(String, String)} instead since we can detect the method name. | 78 |
use {@link #checkAssignable(Class, String, Class)} since we can detect the method name. | 141 |
org.andromda.core.common.XmlObjectFactory | Line |
Close InputStream while still returning a valid InputSource | 455 |
org.andromda.core.metafacade.ModelAccessFacade | Line |
Add typesafe Collection type | 72 |
Add typesafe Collection type | 82 |
org.andromda.core.translation.library.Translation | Line |
make this work correctly with unsupported functions. | 76 |