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 | 0 | @deprecated |
| Fixme Work | 6 | FIXME |
| Todo Work | 16 | TODO, @todo |
Each tag is detailed below:
Number of occurrences found in the code: 6
| net.sourceforge.plantumldependency.cli.main.option.display.type.argument.PlantUMLDependencyDisplayTypeOptionArgument | Line |
|---|---|
| uncomment if the PlantUMLDependencyProgrammingLanguageOption passes to ACTIVE (not HIDDEN) + ". Note : These arguments implementations may not be taken into account following the chosen PROGRAMMING_LANGUAGE."; | 69 |
| net.sourceforge.plantumldependency.cli.main.option.include.PlantUMLDependencyIncludeOption | Line |
| to uncomment if the PlantUMLDependencyProgrammingLanguageOption passes to ACTIVE (not HIDDEN) super( OPTION_MAIN_SYNOPSIS, OPTION_SYNOPSIS, new IncludeFilePatternOptionArgumentImpl(true), new StringBuilder( "To include files that match the provided pattern. If not specified, the default pattern is \"**/*.PROGRAMMING_LANGUAGE_FILE_EXTENSION\" depending on the programming language chosen (only \"" + DEFAULT_PROGRAMMING_LANGUAGE.getName() + "\" is supported by now)."), SPACE_CHAR, ACTIVE_OPTIONAL_OPTION_STATUS); setProgrammingLanguageOption(programmingLanguageOpt); | 83 |
| net.sourceforge.plantumldependency.cli.main.option.output.PlantUMLDependencyOutputOptionExecution | Line |
| should have a serializable input file set | 151 |
| net.sourceforge.plantumldependency.cli.main.option.programminglanguage.argument.JavaProgrammingLanguage | Line |
| the ANNOTATIONS_REGEXP takes "@interface" into account and it shouldn't, we must ignore it | 249 |
| net.sourceforge.plantumldependency.cli.main.option.programminglanguage.context.AbstractProgrammingLanguageContext | Line |
| should test that all dependencies of the parsedDependencies Set are in the parsedAndSeenDependencies Set | 200 |
| should test that all dependencies of the PotentialJavaLangSeenDependencies Set are in the parsedAndSeenDependencies Set | 208 |
Number of occurrences found in the code: 16
| net.sourceforge.plantumldependency.cli.generic.type.impl.DependencyTypeImpl | Line |
|---|---|
| tests null | 197 |
| tests that no space are present in the name | 198 |
| deepClone doesn't manage cycles | 235 |
| net.sourceforge.plantumldependency.cli.generic.type.impl.ImportDependenciesCollectionImpl | Line |
| deepClone doesn't manage cycles and copy all map | 179 |
| net.sourceforge.plantumldependency.cli.main.ant.PlantUMLDependencyProgramTaskTest | Line |
| finish with all options and compare generated files such as the Program | 82 |
| net.sourceforge.plantumldependency.cli.main.option.programminglanguage.argument.CppProgrammingLanguageTest | Line |
| not implemented yet | 62 |
| net.sourceforge.plantumldependency.cli.main.option.programminglanguage.argument.JavaProgrammingLanguageTest | Line |
| test annotation with enum etc... | 279 |
| test with the context | 280 |
| Auto-generated constructor stub\r\n }\r\n \r\n public TestDisplayOption(int arg0, byte[] arg1) {\r\n super(arg0, arg1);\r\n File file = new File(\"toto\");\r\n try {\r\n InputStream inputStream = new FileInputStream(file);\r\n } catch (FileNotFoundException e) {\r\n // TODO Auto-generated catch block\r\n e.printStackTrace();\r\n }\r\n }\r\n\r\n public TestDisplayOption(int arg0, int arg1, Random arg2) {\r\n super(arg0, arg1, arg2);\r\n // TODO Auto-generated constructor stub\r\n }\r\n\r\n public TestDisplayOption(int arg0, Random arg1) {\r\n super(arg0, arg1);\r\n // TODO Auto-generated constructor stub\r\n }\r\n\r\n public TestDisplayOption(String arg0, int arg1) {\r\n super(arg0, arg1);\r\n // TODO Auto-generated constructor stub\r\n }\r\n\r\n public TestDisplayOption(String arg0) {\r\n super(arg0);\r\n // TODO Auto-generated constructor stub\r\n }\r\n\r\n @Override\r\n public JavaRawDependency deepClone() {\r\n // TODO Auto-generated method stub\r\n return null;\r\n }\r\n}\r\n"; | 568 |
| Auto-generated constructor stub\r\n }\r\n \r\npublic TestDisplayOption(int arg0, byte[] arg1) {\r\n super(arg0, arg1);\r\n File file = new File(\"toto\");\r\n try {\r\n InputStream inputStream = new FileInputStream(file);\r\n } catch (FileNotFoundException e) {\r\n // TODO Auto-generated catch block\r\n e.printStackTrace();\r\n }\r\n }\r\n\r\n public TestDisplayOption(int arg0, int arg1, Random arg2) {\r\n super(arg0, arg1, arg2);\r\n // TODO Auto-generated constructor stub\r\n }\r\n\r\n public TestDisplayOption(int arg0, Random arg1) {\r\n super(arg0, arg1);\r\n // TODO Auto-generated constructor stub\r\n }\r\n\r\n public TestDisplayOption(String arg0, int arg1) {\r\n super(arg0, arg1);\r\n // TODO Auto-generated constructor stub\r\n }\r\n\r\n public TestDisplayOption(String arg0) {\r\n super(arg0);\r\n // TODO Auto-generated constructor stub\r\n }\r\n\r\n @Override\r\n public JavaRawDependency deepClone() {\r\n // TODO Auto-generated method stub\r\n return null;\r\n }\r\n}\r\n"; | 675 |
| Auto-generated constructor stub\r\n }\r\n \r\n \r\n\r\n public TestDisplayOption(int arg0, byte[] arg1) {\r\n super(arg0, arg1);\r\n File file = new File(\"toto\");\r\n try {\r\n InputStream inputStream = new FileInputStream(file);\r\n } catch (FileNotFoundException e) {\r\n // TODO Auto-generated catch block\r\n e.printStackTrace();\r\n }\r\n }\r\n\r\n public TestDisplayOption(int arg0, int arg1, Random arg2) {\r\n super(arg0, arg1, arg2);\r\n // TODO Auto-generated constructor stub\r\n }\r\n\r\n public TestDisplayOption(int arg0, Random arg1) {\r\n super(arg0, arg1);\r\n // TODO Auto-generated constructor stub\r\n }\r\n\r\n public TestDisplayOption(String arg0, int arg1) {\r\n super(arg0, arg1);\r\n // TODO Auto-generated constructor stub\r\n }\r\n\r\n public TestDisplayOption(String arg0) {\r\n super(arg0);\r\n // TODO Auto-generated constructor stub\r\n }\r\n\r\n @Override\r\n public JavaRawDependency deepClone() {\r\n // TODO Auto-generated method stub\r\n return null;\r\n }\r\n}\r\n"; | 756 |
| Auto-generated constructor stub\r\n }\r\n \r\n \r\n\r\n public TestDisplayOption(int arg0, byte[] arg1) {\r\n super(arg0, arg1);\r\n File file = new File(\"toto\");\r\n try {\r\n InputStream inputStream = new FileInputStream(file);\r\n } catch (FileNotFoundException e) {\r\n // TODO Auto-generated catch block\r\n e.printStackTrace();\r\n }\r\n }\r\n\r\n public TestDisplayOption(int arg0, int arg1, Random arg2) {\r\n super(arg0, arg1, arg2);\r\n // TODO Auto-generated constructor stub\r\n }\r\n\r\n public TestDisplayOption(int arg0, Random arg1) {\r\n super(arg0, arg1);\r\n // TODO Auto-generated constructor stub\r\n }\r\n\r\n public TestDisplayOption(String arg0, int arg1) {\r\n super(arg0, arg1);\r\n // TODO Auto-generated constructor stub\r\n }\r\n\r\n public TestDisplayOption(String arg0) {\r\n super(arg0);\r\n // TODO Auto-generated constructor stub\r\n }\r\n\r\n @Override\r\n public JavaRawDependency deepClone() {\r\n // TODO Auto-generated method stub\r\n return null;\r\n }\r\n}\r\n"; | 837 |
| Auto-generated constructor stub\r\n }\r\n \r\n \r\n\r\n public TestDisplayOption(int arg0, byte[] arg1) {\r\n super(arg0, arg1);\r\n File file = new File(\"toto\");\r\n try {\r\n InputStream inputStream = new FileInputStream(file);\r\n } catch (FileNotFoundException e) {\r\n // TODO Auto-generated catch block\r\n e.printStackTrace();\r\n }\r\n }\r\n\r\n public TestDisplayOption(int arg0, int arg1, Random arg2) {\r\n super(arg0, arg1, arg2);\r\n // TODO Auto-generated constructor stub\r\n }\r\n\r\n public TestDisplayOption(int arg0, Random arg1) {\r\n super(arg0, arg1);\r\n // TODO Auto-generated constructor stub\r\n }\r\n\r\n public TestDisplayOption(String arg0, int arg1) {\r\n super(arg0, arg1);\r\n // TODO Auto-generated constructor stub\r\n }\r\n\r\n public TestDisplayOption(String arg0) {\r\n super(arg0);\r\n // TODO Auto-generated constructor stub\r\n }\r\n\r\n @Override\r\n public JavaRawDependency deepClone() {\r\n // TODO Auto-generated method stub\r\n return null;\r\n }\r\n}\r\n"; | 918 |
| Auto-generated constructor stub\r\n }\r\n \r\n \r\n\r\n public TestDisplayOption(int arg0, byte[] arg1) {\r\n super(arg0, arg1);\r\n File file = new File(\"toto\");\r\n try {\r\n InputStream inputStream = new FileInputStream(file);\r\n } catch (FileNotFoundException e) {\r\n // TODO Auto-generated catch block\r\n e.printStackTrace();\r\n }\r\n }\r\n\r\n public TestDisplayOption(int arg0, int arg1, Random arg2) {\r\n super(arg0, arg1, arg2);\r\n // TODO Auto-generated constructor stub\r\n }\r\n\r\n public TestDisplayOption(int arg0, Random arg1) {\r\n super(arg0, arg1);\r\n // TODO Auto-generated constructor stub\r\n }\r\n\r\n public TestDisplayOption(String arg0, int arg1) {\r\n super(arg0, arg1);\r\n // TODO Auto-generated constructor stub\r\n }\r\n\r\n public TestDisplayOption(String arg0) {\r\n super(arg0);\r\n // TODO Auto-generated constructor stub\r\n }\r\n\r\n @Override\r\n public JavaRawDependency deepClone() {\r\n // TODO Auto-generated method stub\r\n return null;\r\n }\r\n}\r\n"; | 999 |
| net.sourceforge.plantumldependency.cli.main.option.programminglanguage.context.AbstractProgrammingLanguageContext | Line |
| test null | 193 |
| net.sourceforge.plantumldependency.cli.main.option.programminglanguage.context.impl.JavaProgrammingLanguageContextTest | Line |
| better test the getPlantUMLDiagram method with display option and with specific context | 391 |