You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (len(rootEntry.DirName) <=3) orrootEntry.DirName.find('$')!=-1or ('w3c'inrootEntry.DirName) or ('apache'inrootEntry.DirName) or ('xml'inrootEntry.DirName) or ('junit'inrootEntry.DirName) or ('sun'inrootEntry.DirName) or ('android'inrootEntry.DirName) or ('dalvik'inrootEntry.DirName) or ('json'inrootEntry.DirName) :
254
254
return
255
-
if (str (rootEntry.DirName)inself.alreadyPrinted):
255
+
if (rootEntry.DirNameinself.alreadyPrinted):
256
256
return
257
257
258
-
ex=re.compile (str (rootEntry.DirName))
258
+
ex=re.compile (rootEntry.DirName)
259
259
formaintokensinself.main_package_tokens:
260
260
if (ex.search (maintokens) !=None):
261
261
return
262
262
'''
263
263
Printing into file as well as writing into Database
# if (len(rootEntry.DirName) <= 2) or ('w3c' in rootEntry.DirName) or ('apache' in rootEntry.DirName) or ('xml' in rootEntry.DirName) or ('L' in rootEntry.DirName) or ('junit' in rootEntry.DirName) or ('sun' in rootEntry.DirName) or ('android' in rootEntry.DirName) or ('dalvik' in rootEntry.DirName) or ('json' in rootEntry.DirName) :
# if (len(rootEntry.DirName) <= 2) or ('w3c' in rootEntry.DirName) or ('apache' in rootEntry.DirName) or ('xml' in rootEntry.DirName) or ('L' in rootEntry.DirName) or ('junit' in rootEntry.DirName) or ('sun' in rootEntry.DirName) or ('android' in rootEntry.DirName) or ('dalvik' in rootEntry.DirName) or ('json' in rootEntry.DirName) :
0 commit comments