bored-art-40741
09/11/2015, 5:06 PMwitty-crayon-22786
09/11/2015, 5:06 PMbored-art-40741
09/11/2015, 5:06 PMwitty-crayon-22786
09/11/2015, 5:06 PMbored-art-40741
09/11/2015, 5:07 PMwitty-crayon-22786
09/11/2015, 5:07 PMbored-art-40741
09/11/2015, 5:07 PMbored-art-40741
09/11/2015, 5:07 PM# Collect classfiles (absolute) that were claimed by sources (relative)
for source in compile_context.sources:
classes = computed_classes_by_source.get(source, [])
add_products_by_target(classes)
if classes_by_source is not None:
classes_by_source[source].add_abs_paths(classes_dir, classes)
# And any that were not claimed by sources (NB: `None` map key.)
unclaimed_classes = computed_classes_by_source.get(None, [])
if unclaimed_classes:
self.context.log.debug(
items_to_report_element(unclaimed_classes, 'class'),
' not claimed by analysis for ',
str(compile_context.target)
)
add_products_by_target(unclaimed_classes)
bored-art-40741
09/11/2015, 5:07 PMbored-art-40741
09/11/2015, 5:07 PMbored-art-40741
09/11/2015, 5:07 PMwitty-crayon-22786
09/11/2015, 5:08 PMwitty-crayon-22786
09/11/2015, 5:08 PMfast_relpath
patch i added should have cut that down quite a bitbored-art-40741
09/11/2015, 5:08 PMbored-art-40741
09/11/2015, 5:08 PMwitty-crayon-22786
09/11/2015, 5:09 PMclasses_by_source
product is only necessary in a particular magic junit case =(witty-crayon-22786
09/11/2015, 5:09 PMwitty-crayon-22786
09/11/2015, 5:09 PMbored-art-40741
09/11/2015, 5:09 PMwitty-crayon-22786
09/11/2015, 5:10 PMbored-art-40741
09/11/2015, 5:10 PMbored-art-40741
09/11/2015, 5:10 PMcompile
bored-art-40741
09/11/2015, 5:10 PMbored-art-40741
09/11/2015, 5:10 PMwitty-crayon-22786
09/11/2015, 5:10 PMbored-art-40741
09/11/2015, 5:10 PMwitty-crayon-22786
09/11/2015, 5:10 PMwitty-crayon-22786
09/11/2015, 5:10 PMtest
witty-crayon-22786
09/11/2015, 5:10 PMbored-art-40741
09/11/2015, 5:11 PM