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 |
---|---|---|
Code to Fix | 18 | FIXME |
Deprecated Code | 0 | @deprecated |
Implementation Remark | 27 | REMARK |
Work to Do | 42 | TODO |
Each tag is detailed below:
Number of occurrences found in the code: 18
net.sourceforge.acelogger.LogEvent | Line |
---|---|
Remove from this class | 46 |
Remove from this class | 52 |
net.sourceforge.acelogger.appender.BaseAppender | Line |
Hold a reference to this task, so we can cancel it before shutdown (this is needed to create rolling appenders). | 170 |
Create a method to append the footer, close the appender and remove the task from the shutdown process. | 179 |
net.sourceforge.acelogger.appender.TextFileAppender | Line |
this is only a POC... don't take it seriously | 31 |
net.sourceforge.acelogger.execution.InternalLogger | Line |
This is such a mess, let's just re-think this. | 31 |
It hangs Here.. WTF !!!!!!! Can't we use a stream?? | 67 |
An error inside another one, this is so confusing. What should we do? | 70 |
An error inside another one, this is so confusing. What should we do? | 72 |
An error inside another one, this is so confusing. What should we do? | 74 |
net.sourceforge.acelogger.execution.LogController | Line |
Holy Crap... Design this properly. It started as a workaround, but looks promising now. | 41 |
What should we do? wait forever? or just drop the tasks? | 86 |
Should we do this? If there's an exception the framework is compromised by now | 104 |
net.sourceforge.acelogger.execution.manager.EmptyExecutorManager | Line |
use a property to control this | 77 |
set the property | 83 |
use a property to control this | 89 |
use a property to control termination | 96 |
net.sourceforge.acelogger.location.resolver.InternalCodeFrameResolver | Line |
Is this right? If the call was made without the cause parameter, then the method depth is 1 high | 66 |
Number of occurrences found in the code: 27
net.sourceforge.acelogger.EmptyLogger | Line |
---|---|
Intentionally left blank. | 94 |
Intentionally left blank. | 99 |
Intentionally left blank. | 104 |
Intentionally left blank. | 109 |
Intentionally left blank. | 114 |
Intentionally left blank. | 119 |
Intentionally left blank. | 124 |
Intentionally left blank. | 129 |
Intentionally left blank. | 134 |
Intentionally left blank. | 139 |
Intentionally left blank. | 144 |
Intentionally left blank. | 149 |
net.sourceforge.acelogger.appender.BaseAppender | Line |
This mean that no header will be present. | 120 |
This mean that no footer will be present. | 131 |
This means that should not be done on appender creation. | 143 |
This means that should not be done on appender creation. | 155 |
net.sourceforge.acelogger.appender.EmptyAppender | Line |
Intentionally left blank. | 68 |
Intentionally left blank. | 73 |
Intentionally left blank. | 78 |
Intentionally left blank. | 83 |
Intentionally left blank. | 88 |
net.sourceforge.acelogger.execution.InternalLogger | Line |
Intentionally left blank. This Logger does not support debug. | 159 |
Intentionally left blank. This Logger does not support debug. | 164 |
Intentionally left blank. This Logger does not support trace. | 241 |
Intentionally left blank. This Logger does not support trace. | 246 |
net.sourceforge.acelogger.execution.manager.EmptyExecutorManager | Line |
Intentionally left blank. | 67 |
Intentionally left blank. | 72 |
Number of occurrences found in the code: 42
net.sourceforge.acelogger.appender.TextFileAppender | Line |
---|---|
Is the flush necessary? | 152 |
net.sourceforge.acelogger.configuration.parser.JsonConfigurationLoader | Line |
Auto-generated method stub | 32 |
Consider using Jettison | 33 |
net.sourceforge.acelogger.configuration.parser.PropertiesConfigurationLoader | Line |
Create an Enum for every configuration option (logger, appender, etc) and the corresponding regular expression. Test the key using the expressions to determine the type and then use the enum in a switch to do the work. | 44 |
net.sourceforge.acelogger.configuration.parser.XmlConfigurationLoader | Line |
Auto-generated method stub | 32 |
Consider using Jettison | 33 |
net.sourceforge.acelogger.execution.InternalLogger | Line |
Auto-generated method stub | 251 |
Auto-generated method stub | 257 |
net.sourceforge.acelogger.execution.LogController | Line |
Create Doc. | 43 |
net.sourceforge.acelogger.execution.manager.BaseUtilConcurrentExecutorManager | Line |
should this check for a illegal state? this can be called only after shutdown | 81 |
should this check for a illegal state? this can be called only after shutdown | 97 |
net.sourceforge.acelogger.execution.manager.EmptyExecutorManager | Line |
should this check for a illegal state? this can be called only after shutdown | 90 |
should this check for a illegal state? this can be called only after shutdown | 97 |
net.sourceforge.acelogger.execution.manager.SynchronousExecutorManager | Line |
should this check for a illegal state? this can be called only after shutdown | 65 |
should this check for a illegal state? this can be called only after shutdown | 71 |
net.sourceforge.acelogger.factory.test.AppenderFactoryTest | Line |
Create Doc. | 27 |
net.sourceforge.acelogger.factory.test.ExecutorManagerFactoryTest | Line |
Create Doc. | 29 |
net.sourceforge.acelogger.factory.test.FormatterFactoryTest | Line |
Create Doc. | 29 |
net.sourceforge.acelogger.factory.test.LevelFilterFactoryTest | Line |
Create Doc. | 30 |
net.sourceforge.acelogger.factory.test.LoggerFactoryTest | Line |
Create Doc. | 27 |
net.sourceforge.acelogger.filter.test.BaseLevelFilterTest | Line |
Create Doc. | 25 |
net.sourceforge.acelogger.filter.test.EqualsLevelFilterTest | Line |
Create Doc. | 28 |
net.sourceforge.acelogger.filter.test.GreaterOrEqualLevelFilterTest | Line |
Create Doc. | 29 |
net.sourceforge.acelogger.filter.test.LessOrEqualLevelFilterTest | Line |
Create Doc. | 28 |
net.sourceforge.acelogger.filter.test.NotEqualLevelFilterTest | Line |
Create Doc. | 28 |
net.sourceforge.acelogger.filter.test.RangedLevelFilterTest | Line |
Create Doc. | 29 |
net.sourceforge.acelogger.formatter.PatternFormatter | Line |
Create Doc. | 23 |
Define parameters passed to the formatter. | 59 |
net.sourceforge.acelogger.formatter.test.EmptyFormatterTest | Line |
Create Doc. | 28 |
net.sourceforge.acelogger.formatter.test.MessageOnlyFormatterTest | Line |
Create Doc. | 29 |
net.sourceforge.acelogger.formatter.test.SimpleFormatterTest | Line |
Create Doc. | 29 |
net.sourceforge.acelogger.interpolator.test.JavaTextFormatInterpolatorTest | Line |
Create Doc. | 26 |
net.sourceforge.acelogger.interpolator.test.JavaUtilFormatterInterpolatorTest | Line |
Create Doc. | 26 |
net.sourceforge.acelogger.location.information.test.LogCallLocationTest | Line |
Create Doc. | 26 |
net.sourceforge.acelogger.test.DataProviderExporter | Line |
Create Doc. | 35 |
handle exception | 75 |
Auto-generated catch block | 81 |
Auto-generated catch block | 86 |
Auto-generated catch block | 91 |
net.sourceforge.acelogger.test.DataProviderHelper | Line |
Create Doc. | 29 |
Auto-generated catch block | 98 |
Auto-generated catch block | 122 |