You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jeremy Dubreil
84f7732b21
[infer][java] fix inconsistent treatment of the --skip-implementation option
...
Summary: The code was previously inconsistent as passing the option was using an empty list of instructions to translate the code but still using the original JBIR representation to connect the nodes.
Reviewed By: sblackshear
Differential Revision: D5795903
fbshipit-source-id: 88c0e64
8 years ago
..
.project
initial synchronization
10 years ago
README.md
[infer][PR] JMain link is broken
8 years ago
doc.odocl
initial synchronization
10 years ago
jAnnotation.ml
Convert Reason to OCaml, and auto-format OCaml
8 years ago
jAnnotation.mli
Convert Reason to OCaml, and auto-format OCaml
8 years ago
jClasspath.ml
[log] die more appropriately
8 years ago
jClasspath.mli
Convert Reason to OCaml, and auto-format OCaml
8 years ago
jConfig.ml
[infer][java] remove the hack around virtual calls on arrays
8 years ago
jConfig.mli
[infer][java] remove the hack around virtual calls on arrays
8 years ago
jContext.ml
Convert Reason to OCaml, and auto-format OCaml
8 years ago
jContext.mli
Convert Reason to OCaml, and auto-format OCaml
8 years ago
jFrontend.ml
[infer][java] fix inconsistent treatment of the --skip-implementation option
8 years ago
jFrontend.mli
Convert Reason to OCaml, and auto-format OCaml
8 years ago
jMain.ml
[log] die more appropriately
8 years ago
jMain.mli
Convert Reason to OCaml, and auto-format OCaml
8 years ago
jTrans.ml
[infer][java] the skip-implementation option should preserve the line number information, which is not the case when translated those methods as native methods
8 years ago
jTrans.mli
[infer][java] the skip-implementation option should preserve the line number information, which is not the case when translated those methods as native methods
8 years ago
jTransExn.ml
Convert Reason to OCaml, and auto-format OCaml
8 years ago
jTransExn.mli
Convert Reason to OCaml, and auto-format OCaml
8 years ago
jTransType.ml
[infer][java] the translation was no adding the fields from the implemented interfaces
8 years ago
jTransType.mli
[infer][java] make the code more consistent to detect that constructor is a creating a resource
8 years ago
Java Front-End
This is the front-end for java compilers.
The main entry point is JMain .