This website works better with JavaScript.
Explore
Help
Sign In
pghs975uc
/
infer_clone
Watch
1
Star
0
Fork
You've already forked infer_clone
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
e8085d5996
infer_clone
/
.buckconfig
7 lines
83 B
Raw
Normal View
History
Unescape
Escape
initial synchronization
10 years ago
[project]
ignore = .git, .ml, .mli
[frontend] support Java 8 Summary: Our patch to Javalib has been accepted, so we can parse programs with invokedynamic! invokedynamic still crashes Sawja, but I have worked around this by replacing all invokedynamic's with invokestatic's before passing them to Sawja. This means we can handle everything about invokedynamic except calling the correct function (I call a dummy function with the correct signature for now). We can try to actually call the right method in the future. Reviewed By: jvillard Differential Revision: D4160384 fbshipit-source-id: a8ef4e1
8 years ago
[java]
source_level = 8
target_level = 8