We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23e189c commit 70502e1Copy full SHA for 70502e1
data/tools/daikon.yml
@@ -0,0 +1,16 @@
1
+name: Daikon
2
+categories:
3
+ - linter
4
+tags:
5
+ - c
6
+ - cpp
7
+ - java
8
+license: NOASSERTION
9
+types:
10
+ - cli
11
+source: 'https://github.com/codespecs/daikon'
12
+homepage: 'https://plse.cs.washington.edu/daikon/'
13
+description: >-
14
+ A dynamic detector of likely invariants. An invariant is a property
15
+ that holds at a certain program point, often seen in assert statements,
16
+ documentation, and formal specifications.
0 commit comments