SootKeeper

The use of static analysis allows developers to analyze the source code of a program. On one hand, developers get accurate data representing any issues with the program. On the other hand, static analysis programs can have lengthy execution times. This results in a large amount of developer idleness, waiting for their program to execute. A developer's debug cycles can be particularly time consuming, when tweaking their analyses. They then have to wait around for long periods of time to test their minor changes. In order to avoid this needless idle time, we have looked into modularizing a static analysis program in order to cut down on time wasted.

Лицензия

Лицензия

Группа

Группа

de.tu-darmstadt.stg
Идентификатор

Идентификатор

sootkeeper
Последняя версия

Последняя версия

1.0
Дата

Дата

Тип

Тип

pom
Описание

Описание

SootKeeper
The use of static analysis allows developers to analyze the source code of a program. On one hand, developers get accurate data representing any issues with the program. On the other hand, static analysis programs can have lengthy execution times. This results in a large amount of developer idleness, waiting for their program to execute. A developer's debug cycles can be particularly time consuming, when tweaking their analyses. They then have to wait around for long periods of time to test their minor changes. In order to avoid this needless idle time, we have looked into modularizing a static analysis program in order to cut down on time wasted.
Ссылка на сайт

Ссылка на сайт

http://www.thewhitespace.de/projects/peaks/sootkeeper.html

Скачать sootkeeper

Имя Файла Размер
sootkeeper-1.0.pom 7 KB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/de.tu-darmstadt.stg/sootkeeper/ -->
<dependency>
    <groupId>de.tu-darmstadt.stg</groupId>
    <artifactId>sootkeeper</artifactId>
    <version>1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.tu-darmstadt.stg/sootkeeper/
implementation 'de.tu-darmstadt.stg:sootkeeper:1.0'
// https://jarcasting.com/artifacts/de.tu-darmstadt.stg/sootkeeper/
implementation ("de.tu-darmstadt.stg:sootkeeper:1.0")
'de.tu-darmstadt.stg:sootkeeper:pom:1.0'
<dependency org="de.tu-darmstadt.stg" name="sootkeeper" rev="1.0">
  <artifact name="sootkeeper" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.tu-darmstadt.stg', module='sootkeeper', version='1.0')
)
libraryDependencies += "de.tu-darmstadt.stg" % "sootkeeper" % "1.0"
[de.tu-darmstadt.stg/sootkeeper "1.0"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.osgi : org.osgi.core jar 6.0.0

Модули Проекта

  • analysiskeeper
  • soot-bundle
  • hello-world

Версии библиотеки

Версия
1.0