Analysis Keeper

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.

License

License

GroupId

GroupId

de.tu-darmstadt.stg
ArtifactId

ArtifactId

analysiskeeper
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

pom
Description

Description

Analysis Keeper
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.

Download analysiskeeper

Filename Size
analysiskeeper-1.0.pom 747 bytes
Browse

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.osgi : org.osgi.core jar 6.0.0

Project Modules

  • container
  • framework

Versions

Version
1.0