Skip to content

Commit d841075

Browse files
author
Daniel Kroening
authored
Merge pull request diffblue#4769 from diffblue/deprecate_java_is_array_type
deprecate java_is_array_type
2 parents 09cf08d + 0c0ce3f commit d841075

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jbmc/src/java_bytecode/java_utils.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Author: Daniel Kroening, [email protected]
2020

2121
#include <goto-programs/resolve_inherited_component.h>
2222

23+
DEPRECATED(SINCE(2019, 6, 10, "use is_java_array_type instead"))
2324
bool java_is_array_type(const typet &type);
2425

2526
/// Returns true iff the argument represents a string type (CharSequence,

0 commit comments

Comments
 (0)