Skip to content

Commit 1356126

Browse files
committed
added hierarchy data for Java NIO buffers
1 parent a4ffefd commit 1356126

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

soot-infoflow-summaries/summariesManual/java.nio.ByteBuffer.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" ?>
22
<summary fileFormatVersion="101">
3+
<hierarchy superClass="java.nio.Buffer" />
34
<methods>
45
<method id="java.nio.ByteBuffer get(byte[])">
56
<flows>

soot-infoflow-summaries/summariesManual/java.nio.CharBuffer.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" ?>
22
<summary fileFormatVersion="101">
3+
<hierarchy superClass="java.nio.Buffer" />
34
<methods>
45
<method id="java.nio.CharBuffer append(char)">
56
<flows>

soot-infoflow-summaries/summariesManual/java.nio.DoubleBuffer.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" ?>
22
<summary fileFormatVersion="101">
3+
<hierarchy superClass="java.nio.Buffer" />
34
<methods>
45
<method id="double[] array()">
56
<flows>

0 commit comments

Comments
 (0)