repo stringlengths 1 191 ⌀ | file stringlengths 23 351 | code stringlengths 0 5.32M | file_length int64 0 5.32M | avg_line_length float64 0 2.9k | max_line_length int64 0 288k | extension_type stringclasses 1
value |
|---|---|---|---|---|---|---|
soot | soot-master/src/main/java/soot/shimple/internal/PiNodeManager.java | package soot.shimple.internal;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2003 Navindra Umanee <navindra@cs.mcgill.ca>
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free ... | 10,822 | 30.371014 | 125 | java |
soot | soot-master/src/main/java/soot/shimple/internal/SHashMultiMap.java | package soot.shimple.internal;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2005 Navindra Umanee
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, eit... | 1,370 | 24.867925 | 71 | java |
soot | soot-master/src/main/java/soot/shimple/internal/SPatchingChain.java | package soot.shimple.internal;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2003 Navindra Umanee <navindra@cs.mcgill.ca>
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free ... | 12,860 | 28.163265 | 125 | java |
soot | soot-master/src/main/java/soot/shimple/internal/SPhiExpr.java | package soot.shimple.internal;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2003 Navindra Umanee <navindra@cs.mcgill.ca>
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free ... | 11,754 | 23.643606 | 122 | java |
soot | soot-master/src/main/java/soot/shimple/internal/SPiExpr.java | package soot.shimple.internal;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2004 Navindra Umanee <navindra@cs.mcgill.ca>
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free ... | 3,176 | 20.612245 | 71 | java |
soot | soot-master/src/main/java/soot/shimple/internal/SUnitBox.java | package soot.shimple.internal;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2003 Navindra Umanee <navindra@cs.mcgill.ca>
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free ... | 1,611 | 30 | 119 | java |
soot | soot-master/src/main/java/soot/shimple/internal/SValueUnitPair.java | package soot.shimple.internal;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2003 Navindra Umanee <navindra@cs.mcgill.ca>
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free ... | 1,770 | 23.943662 | 120 | java |
soot | soot-master/src/main/java/soot/shimple/internal/ShimpleBodyBuilder.java | package soot.shimple.internal;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2003 Navindra Umanee <navindra@cs.mcgill.ca>
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free ... | 12,685 | 30.40099 | 125 | java |
soot | soot-master/src/main/java/soot/shimple/toolkits/graph/GlobalValueNumberer.java | package soot.shimple.toolkits.graph;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2003 Navindra Umanee <navindra@cs.mcgill.ca>
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the... | 1,027 | 31.125 | 71 | java |
soot | soot-master/src/main/java/soot/shimple/toolkits/graph/SimpleGlobalValueNumberer.java | package soot.shimple.toolkits.graph;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2003 Navindra Umanee <navindra@cs.mcgill.ca>
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the... | 6,740 | 27.685106 | 124 | java |
soot | soot-master/src/main/java/soot/shimple/toolkits/graph/ValueGraph.java | package soot.shimple.toolkits.graph;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2003 Navindra Umanee <navindra@cs.mcgill.ca>
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the... | 17,299 | 24.292398 | 110 | java |
soot | soot-master/src/main/java/soot/shimple/toolkits/scalar/SConstantPropagatorAndFolder.java | package soot.shimple.toolkits.scalar;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2003 Navindra Umanee <navindra@cs.mcgill.ca>
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by th... | 16,715 | 32.906694 | 125 | java |
soot | soot-master/src/main/java/soot/shimple/toolkits/scalar/SEvaluator.java | package soot.shimple.toolkits.scalar;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2003 Navindra Umanee <navindra@cs.mcgill.ca>
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by th... | 6,571 | 26.157025 | 124 | java |
soot | soot-master/src/main/java/soot/shimple/toolkits/scalar/ShimpleLocalDefs.java | package soot.shimple.toolkits.scalar;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2003 Navindra Umanee <navindra@cs.mcgill.ca>
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by th... | 4,432 | 33.364341 | 123 | java |
soot | soot-master/src/main/java/soot/shimple/toolkits/scalar/ShimpleLocalUses.java | package soot.shimple.toolkits.scalar;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2003 Navindra Umanee <navindra@cs.mcgill.ca>
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by th... | 4,813 | 35.195489 | 125 | java |
soot | soot-master/src/main/java/soot/sootify/StmtTemplatePrinter.java | package soot.sootify;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 2018 Raja Vallée-Rai and others
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Founda... | 7,992 | 27.343972 | 90 | java |
soot | soot-master/src/main/java/soot/sootify/TemplatePrinter.java | package soot.sootify;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2010 Hela Oueslati, Eric Bodden
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, e... | 4,235 | 21.897297 | 113 | java |
soot | soot-master/src/main/java/soot/sootify/TypeTemplatePrinter.java | package soot.sootify;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2010 Hela Oueslati, Eric Bodden
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, e... | 3,721 | 22.118012 | 71 | java |
soot | soot-master/src/main/java/soot/sootify/ValueTemplatePrinter.java | package soot.sootify;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 2018 Raja Vallée-Rai and others
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Founda... | 15,553 | 24.046699 | 109 | java |
soot | soot-master/src/main/java/soot/tagkit/AbstractAnnotationElemTypeSwitch.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 2018 Raja Vallée-Rai and others
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundat... | 2,135 | 22.472527 | 96 | java |
soot | soot-master/src/main/java/soot/tagkit/AbstractHost.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 1999 Raja Vallee-Rai
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either... | 4,222 | 23.695906 | 124 | java |
soot | soot-master/src/main/java/soot/tagkit/AnnotationAnnotationElem.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2005 Jennifer Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either versio... | 2,156 | 24.987952 | 103 | java |
soot | soot-master/src/main/java/soot/tagkit/AnnotationArrayElem.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2005 Jennifer Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either versio... | 2,403 | 23.783505 | 98 | java |
soot | soot-master/src/main/java/soot/tagkit/AnnotationBooleanElem.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2012 Eric Bodden
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either version 2.... | 1,938 | 24.853333 | 100 | java |
soot | soot-master/src/main/java/soot/tagkit/AnnotationClassElem.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2005 Jennifer Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either versio... | 2,089 | 24.180723 | 98 | java |
soot | soot-master/src/main/java/soot/tagkit/AnnotationConstants.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2005 Jennifer Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either versio... | 1,064 | 29.428571 | 71 | java |
soot | soot-master/src/main/java/soot/tagkit/AnnotationDefaultTag.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2005 Jennifer Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either versio... | 1,617 | 25.52459 | 125 | java |
soot | soot-master/src/main/java/soot/tagkit/AnnotationDoubleElem.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2005 Jennifer Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either versio... | 2,039 | 25.493506 | 99 | java |
soot | soot-master/src/main/java/soot/tagkit/AnnotationElem.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2005 Jennifer Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either versio... | 2,145 | 23.386364 | 107 | java |
soot | soot-master/src/main/java/soot/tagkit/AnnotationEnumElem.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2005 Jennifer Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either versio... | 2,731 | 25.019048 | 97 | java |
soot | soot-master/src/main/java/soot/tagkit/AnnotationFloatElem.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2005 Jennifer Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either versio... | 1,975 | 25 | 98 | java |
soot | soot-master/src/main/java/soot/tagkit/AnnotationIntElem.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2005 Jennifer Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either versio... | 1,891 | 23.894737 | 96 | java |
soot | soot-master/src/main/java/soot/tagkit/AnnotationLongElem.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2005 Jennifer Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either versio... | 1,925 | 24.342105 | 97 | java |
soot | soot-master/src/main/java/soot/tagkit/AnnotationStringElem.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2005 Jennifer Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either versio... | 2,101 | 24.325301 | 99 | java |
soot | soot-master/src/main/java/soot/tagkit/AnnotationTag.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2005 Jennifer Lhotak
* Copyright (C) 2013 Tata Consultancy Services & Ecole Polytechnique de Montreal
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser Gen... | 5,377 | 26.865285 | 122 | java |
soot | soot-master/src/main/java/soot/tagkit/ArtificialEntityTag.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2020 Manuel Benz
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either version 2.... | 1,461 | 30.782609 | 123 | java |
soot | soot-master/src/main/java/soot/tagkit/Attribute.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2000 Patrice Pominville and Feng Qian
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundati... | 1,097 | 30.371429 | 107 | java |
soot | soot-master/src/main/java/soot/tagkit/AttributeValueException.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2000 Patrice Pominville and Feng Qian
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundati... | 993 | 30.0625 | 71 | java |
soot | soot-master/src/main/java/soot/tagkit/Base64.java | //////////////////////license & copyright header/////////////////////////
// //
// Base64 - encode/decode data using the Base64 encoding scheme //
// //
// Copyri... | 7,509 | 36.178218 | 125 | java |
soot | soot-master/src/main/java/soot/tagkit/BytecodeOffsetTag.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 2002 Raja Vallee-Rai
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either... | 1,950 | 23.696203 | 105 | java |
soot | soot-master/src/main/java/soot/tagkit/CodeAttribute.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2000 Patrice Pominville and Feng Qian
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundati... | 5,314 | 27.88587 | 111 | java |
soot | soot-master/src/main/java/soot/tagkit/ColorTag.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2003 Jennifer Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either versio... | 4,132 | 22.752874 | 91 | java |
soot | soot-master/src/main/java/soot/tagkit/ConstantValueTag.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2003 Archie L. Cobbs
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either versio... | 1,670 | 23.940299 | 71 | java |
soot | soot-master/src/main/java/soot/tagkit/DebugTypeTag.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2005 Jennifer Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either versio... | 1,456 | 25.017857 | 112 | java |
soot | soot-master/src/main/java/soot/tagkit/DeprecatedTag.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2005 Jennifer Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either versio... | 1,810 | 22.828947 | 97 | java |
soot | soot-master/src/main/java/soot/tagkit/DoubleConstantValueTag.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2003 Archie L. Cobbs
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either versio... | 2,035 | 24.135802 | 87 | java |
soot | soot-master/src/main/java/soot/tagkit/EnclosingMethodTag.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2005 Jennifer Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either versio... | 2,008 | 26.148649 | 122 | java |
soot | soot-master/src/main/java/soot/tagkit/EnclosingTag.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2004 Jennifer Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either versio... | 1,040 | 27.135135 | 71 | java |
soot | soot-master/src/main/java/soot/tagkit/FirstTagAggregator.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2003 Ondrej Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either version ... | 1,322 | 29.767442 | 99 | java |
soot | soot-master/src/main/java/soot/tagkit/FloatConstantValueTag.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2003 Archie L. Cobbs
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either versio... | 1,971 | 23.65 | 81 | java |
soot | soot-master/src/main/java/soot/tagkit/GenericAttribute.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 1999 Raja Vallee-Rai
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either... | 1,774 | 24 | 125 | java |
soot | soot-master/src/main/java/soot/tagkit/Host.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 1999 Raja Vallee-Rai
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either... | 2,128 | 28.985915 | 122 | java |
soot | soot-master/src/main/java/soot/tagkit/IAnnotationElemTypeSwitch.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 2018 Raja Vallée-Rai and others
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundat... | 1,710 | 32.54902 | 80 | java |
soot | soot-master/src/main/java/soot/tagkit/ImportantTagAggregator.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2003 Ondrej Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either version ... | 1,552 | 32.76087 | 123 | java |
soot | soot-master/src/main/java/soot/tagkit/InnerClassAttribute.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2004 Jennifer Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either versio... | 3,465 | 30.509091 | 119 | java |
soot | soot-master/src/main/java/soot/tagkit/InnerClassTag.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2003 Archie L. Cobbs
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either versio... | 2,773 | 28.827957 | 123 | java |
soot | soot-master/src/main/java/soot/tagkit/InnerClassTagAggregator.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2004 Jennifer Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either versio... | 1,807 | 27.698413 | 80 | java |
soot | soot-master/src/main/java/soot/tagkit/IntegerConstantValueTag.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2003 Archie L. Cobbs
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either versio... | 2,037 | 24.160494 | 114 | java |
soot | soot-master/src/main/java/soot/tagkit/JasminAttribute.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2000 Patrice Pominville and Feng Qian
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundati... | 1,739 | 27.52459 | 123 | java |
soot | soot-master/src/main/java/soot/tagkit/JimpleLineNumberTag.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2003 Jennifer Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either versio... | 1,713 | 23.485714 | 71 | java |
soot | soot-master/src/main/java/soot/tagkit/KeyTag.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2004 Jennifer Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either versio... | 2,665 | 20.15873 | 71 | java |
soot | soot-master/src/main/java/soot/tagkit/LineNumberTag.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2001 Feng Qian
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either version 2.1 ... | 1,507 | 23.322581 | 71 | java |
soot | soot-master/src/main/java/soot/tagkit/LineNumberTagAggregator.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 2018 Feng Qian
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either versi... | 1,770 | 28.032787 | 88 | java |
soot | soot-master/src/main/java/soot/tagkit/LinkTag.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2003 Ondrej Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either version ... | 1,639 | 24.230769 | 75 | java |
soot | soot-master/src/main/java/soot/tagkit/LongConstantValueTag.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2003 Archie L. Cobbs
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either versio... | 2,183 | 25.634146 | 115 | java |
soot | soot-master/src/main/java/soot/tagkit/LoopInvariantTag.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2004 Jennifer Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either versio... | 1,130 | 26.585366 | 71 | java |
soot | soot-master/src/main/java/soot/tagkit/OuterClassTag.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2004 Jennifer Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either versio... | 1,790 | 23.202703 | 74 | java |
soot | soot-master/src/main/java/soot/tagkit/ParamNamesTag.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2004 Jennifer Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either versio... | 1,831 | 22.792208 | 74 | java |
soot | soot-master/src/main/java/soot/tagkit/PositionTag.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2003 Jennifer Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either versio... | 1,555 | 23.698413 | 74 | java |
soot | soot-master/src/main/java/soot/tagkit/QualifyingTag.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2004 Jennifer Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either versio... | 1,042 | 27.189189 | 71 | java |
soot | soot-master/src/main/java/soot/tagkit/SignatureTag.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2005 Jennifer Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either versio... | 1,533 | 24.147541 | 112 | java |
soot | soot-master/src/main/java/soot/tagkit/SourceFileTag.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2003 Archie L. Cobbs
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either versio... | 1,792 | 22.285714 | 71 | java |
soot | soot-master/src/main/java/soot/tagkit/SourceLineNumberTag.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2003 Jennifer Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either versio... | 1,977 | 22.831325 | 71 | java |
soot | soot-master/src/main/java/soot/tagkit/SourceLnNamePosTag.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2004 Eric Bodden
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either version 2.... | 1,335 | 24.692308 | 88 | java |
soot | soot-master/src/main/java/soot/tagkit/SourceLnPosTag.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2004 Jennifer Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either versio... | 1,951 | 23.098765 | 71 | java |
soot | soot-master/src/main/java/soot/tagkit/SourcePositionTag.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2004 Jennifer Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either versio... | 1,062 | 26.973684 | 71 | java |
soot | soot-master/src/main/java/soot/tagkit/StdTagPrinter.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2000 Patrice Pominville and Feng Qian
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundati... | 1,093 | 28.567568 | 81 | java |
soot | soot-master/src/main/java/soot/tagkit/StringConstantValueTag.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2003 Archie L. Cobbs
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either versio... | 2,150 | 23.443182 | 71 | java |
soot | soot-master/src/main/java/soot/tagkit/StringTag.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2003 Ondrej Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either version ... | 1,563 | 22.343284 | 71 | java |
soot | soot-master/src/main/java/soot/tagkit/SyntheticParamTag.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2004 Jennifer Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either versio... | 1,337 | 23.777778 | 78 | java |
soot | soot-master/src/main/java/soot/tagkit/SyntheticTag.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2004 Jennifer Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either versio... | 1,307 | 23.222222 | 73 | java |
soot | soot-master/src/main/java/soot/tagkit/Tag.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 1999 Raja Vallee-Rai
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either... | 1,099 | 27.205128 | 71 | java |
soot | soot-master/src/main/java/soot/tagkit/TagAggregator.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2000 Patrice Pominville and Feng Qian
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundati... | 2,167 | 29.535211 | 108 | java |
soot | soot-master/src/main/java/soot/tagkit/TagManager.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2000 Patrice Pominville and Feng Qian
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundati... | 1,980 | 28.567164 | 95 | java |
soot | soot-master/src/main/java/soot/tagkit/TagPrinter.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2000 Patrice Pominville and Feng Qian
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundati... | 999 | 31.258065 | 80 | java |
soot | soot-master/src/main/java/soot/tagkit/ThrowCreatedByCompilerTag.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2003 Jennifer Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either versio... | 1,265 | 27.133333 | 86 | java |
soot | soot-master/src/main/java/soot/tagkit/TryCatchTag.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2012 Eric Bodden
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either version 2.... | 1,494 | 27.207547 | 85 | java |
soot | soot-master/src/main/java/soot/tagkit/VisibilityAnnotationTag.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2005 Jennifer Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either versio... | 2,860 | 26.247619 | 125 | java |
soot | soot-master/src/main/java/soot/tagkit/VisibilityLocalVariableAnnotationTag.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2005 Jennifer Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either versio... | 2,577 | 28.295455 | 123 | java |
soot | soot-master/src/main/java/soot/tagkit/VisibilityParameterAnnotationTag.java | package soot.tagkit;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2005 Jennifer Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either versio... | 2,923 | 27.666667 | 125 | java |
soot | soot-master/src/main/java/soot/toDex/ConstantVisitor.java | package soot.toDex;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 2018 Raja Vallée-Rai and others
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundati... | 4,824 | 31.823129 | 125 | java |
soot | soot-master/src/main/java/soot/toDex/Debug.java | //
// (c) 2012 University of Luxembourg - Interdisciplinary Centre for
// Security Reliability and Trust (SnT) - All rights reserved
//
// Author: Alexandre Bartel
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
... | 2,130 | 30.80597 | 78 | java |
soot | soot-master/src/main/java/soot/toDex/DexArrayInitDetector.java | package soot.toDex;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 2018 Raja Vallée-Rai and others
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundati... | 6,460 | 31.467337 | 124 | java |
soot | soot-master/src/main/java/soot/toDex/DexPrinter.java | package soot.toDex;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 2018 Raja Vallée-Rai and others
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundati... | 71,171 | 39.119504 | 125 | java |
soot | soot-master/src/main/java/soot/toDex/DexPrinterException.java | package soot.toDex;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 2021 Raja Vallée-Rai and others
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundati... | 1,141 | 27.55 | 71 | java |
soot | soot-master/src/main/java/soot/toDex/ExprVisitor.java | package soot.toDex;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 2018 Raja Vallée-Rai and others
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundati... | 32,458 | 37.687723 | 125 | java |
soot | soot-master/src/main/java/soot/toDex/FastDexTrapTightener.java | package soot.toDex;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 2018 Raja Vallée-Rai and others
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundati... | 2,439 | 29.886076 | 123 | java |
soot | soot-master/src/main/java/soot/toDex/LabelAssigner.java | package soot.toDex;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 2018 Raja Vallée-Rai and others
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundati... | 3,441 | 26.758065 | 76 | java |
soot | soot-master/src/main/java/soot/toDex/LocalRegisterAssignmentInformation.java | package soot.toDex;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 2018 Raja Vallée-Rai and others
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundati... | 1,438 | 26.150943 | 82 | java |
soot | soot-master/src/main/java/soot/toDex/MultiDexBuilder.java | package soot.toDex;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 2018 Raja Vallée-Rai and others
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundati... | 4,036 | 31.296 | 112 | java |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.