Searched defs:m_log (Results 1 - 8 of 8) sorted by relevance

/external/emma/core/java12/com/vladium/emma/
H A DProcessor.java52 m_log = log;
58 if (m_log != null)
60 Logger.pop (m_log);
61 m_log = null;
112 protected Logger m_log; // not null only within run() field in class:Processor
/external/emma/core/java12/com/vladium/emma/report/
H A DAbstractReportGenerator.java61 m_log = Logger.getLogger ();
62 m_verbose = m_log.atVERBOSE ();
79 m_log.warning ("not all instrumented classes were compiled with source file");
80 m_log.warning ("debug data: no sources will be embedded in the report.");
107 m_log.warning ("line coverage requested in a report of type [" + getType () + "] but");
108 m_log.warning ("not all instrumented classes were compiled with line number");
109 m_log.warning ("debug data: since this was the only requested column, no report will be generated.");
115 m_log.warning ("line coverage requested in a report of type [" + getType () + "] but");
116 m_log.warning ("not all instrumented classes were compiled with line number");
117 m_log
249 protected Logger m_log; // every report generator is used on a single thread but the logger needs to be run()-scoped field in class:AbstractReportGenerator
[all...]
/external/emma/core/java12/com/vladium/util/
H A DIPathEnumerator.java94 if (m_verbose) m_log.verbose ("processing dir path entry [" + f.getAbsolutePath () + "] ...");
106 if (m_verbose) m_log.verbose ("processing archive path entry [" + f.getAbsolutePath () + "] ...");
149 m_log = Logger.getLogger (); // each path enumerator caches its logger at creation time
150 m_verbose = m_log.atVERBOSE ();
151 m_trace1 = m_log.atTRACE1 ();
176 if (trace1) m_log.trace1 ("enumeratePathDir", "recursing into [" + child.getName () + "] ...");
192 if (trace1) m_log.trace1 ("enumeratePathDir", "processing file [" + child.getName () + "] ...");
234 if (trace1) m_log.trace1 ("enumeratePathArchive", "processing archive entry [" + entry.getName () + "] ...");
269 if (m_verbose) m_log.verbose (" added manifest Class-Path entry [" + path + "]");
319 private final Logger m_log; field in class:IPathEnumerator.Factory.PathEnumerator
[all...]
/external/emma/core/java12/com/vladium/emma/rt/
H A DClassPathProcessorST.java56 if (m_log.atINFO ())
58 m_log.info ("processing classpath ...");
71 if (m_log.atINFO ())
75 m_log.info ("[" + m_classCount + " class(es) processed in " + (end - start) + " ms]");
88 if (m_log.atTRACE2 ()) m_log.trace2 ("handleArchiveEntry", "[" + entry.getName () + "]");
186 if (m_log.atTRACE2 ()) m_log.trace2 ("handleFile", "[" + pathDir + "] [" + file + "]");
302 m_log = Logger.getLogger ();
384 private final Logger m_log; // thi field in class:ClassPathProcessorST
[all...]
H A DInstrClassLoader.java68 m_log = Logger.getLogger ();
80 final boolean trace1 = m_log.atTRACE1 ();
82 if (trace1) m_log.trace1 ("loadClass", "(" + name + ", " + resolve + "): nest level " + m_nestLevel);
105 if (trace1) m_log.trace1 ("loadClass", "using parent's version for [" + name + "]");
140 if (trace1) m_log.trace1 ("loadClass", "[delegation filter] using parent's version for [" + name + "]");
161 final boolean trace1 = m_log.atTRACE1 ();
163 if (trace1) m_log.trace1 ("getResource", "(" + name + "): nest level " + m_nestLevel);
166 if (trace1 && (result != null)) m_log.trace1 ("loadClass", "[" + name + "] found in " + result);
177 final boolean trace1 = m_log.atTRACE1 ();
179 if (trace1) m_log
451 private final Logger m_log; // a loader instance is used concurrently but cached its log config at construction time field in class:InstrClassLoader
[all...]
H A DAppRunner.java95 m_log = log;
101 if (m_log != null)
103 Logger.pop (m_log);
104 m_log = null;
267 final Logger log = m_log;
694 m_log.warning ("no metadata collected at runtime [no reports generated]");
701 m_log.warning ("no coverage data collected at runtime [all reports will be empty]");
714 final boolean info = m_log.atINFO ();
724 m_log.info ("raw session data " + (m_sdataOutMerge ? "merged into" : "written to") + " [" + m_sdataOutFile.getAbsolutePath () + "] {in " + (end - start) + " ms}");
787 m_log
812 private final Logger m_log; field in class:AppRunner.AppRunnerExitHook
[all...]
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrVisitor.java65 m_log = Logger.getLogger ();
133 final boolean trace1 = m_log.atTRACE1 ();
134 if (trace1) m_log.trace1 ("visit", "class: [" + clsVMName + "]");
143 if (trace1) m_log.trace1 ("visit", "skipping synthetic class");
152 m_log.warning (IAppConstants.APP_NAME + " classes appear to be included on the instrumentation");
153 m_log.warning ("path: this is not a correct way to use " + IAppConstants.APP_NAME);
166 if (trace1) m_log.trace1 ("visit", "skipping instrumented class");
323 m_log.warning ("class [" + clsName + "] declares a 'serialVersionUID'");
324 m_log.warning ("field that is not static and final: this is likely an implementation mistake");
325 m_log
2140 private final Logger m_log; // instr visitor logging context is latched at construction time field in class:InstrVisitor
[all...]
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 101 milliseconds