Skip to content

Commit 5bbf976

Browse files
committed
Merge
2 parents 93e9624 + d5ce09d commit 5bbf976

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

bytecode-analyser/bytecode-analyzer.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
import sys, os
2-
import logging
3-
import zipfile
4-
from multiprocessing import Process, Pool
5-
from javatools import unpack_classfile
6-
from subprocess import check_output, STDOUT, CalledProcessError
72
import json
83
import shutil
4+
import logging
95
from zipfile import ZipFile
6+
from javatools import unpack_classfile
7+
from multiprocessing import Process, Pool
8+
from subprocess import check_output, STDOUT, CalledProcessError
109

1110
# Set:
1211
# PROJECTS_BUILDS_DIR as builds/ output of JBF
@@ -151,6 +150,7 @@ def process(list_projs):
151150

152151
proj_counter = 0
153152

153+
# TODO Make script start from a list of files intead of the results of JBF
154154
with open(OUTPUT_FILE % pid, 'w') as output_file:
155155
output_file.write('proj_name,n_class_files,reachable_mains,reachable_methods,with_junit,passed_junit\n')
156156

0 commit comments

Comments
 (0)