Commit Graph

11 Commits

Author SHA1 Message Date
Eugene Zhuravlev
ac487cfd1f restore missing import
GitOrigin-RevId: 6438c7282ab290ede9cde1eee3e0006f65af4cda
2022-08-31 16:30:38 +00:00
Nikolay Chashnikov
058817c38a [IntelliJ project configuration] use the default project JDK (corretto-11) in modules (IDEA-241075)
Java compiler from JDK 11 will use cross-compilation to produce code compatible with older Java versions in these modules.

GitOrigin-RevId: c3501ae403249c49a6787ff89e4619a1214a1e10
2020-08-11 17:11:27 +00:00
Vladimir Krivosheev
3d280e4fb2 cleanup (final)
GitOrigin-RevId: 446f1aef2550b74b13c788fceaa36967a6f0b9c9
2020-07-15 17:06:10 +00:00
Roman Shevchenko
2e4ed634ae [java] migrates JShell communication from JAXB to standard serialization (IDEA-197466) 2018-10-24 19:03:41 +02:00
Anna.Kozlova
c4b7de202d remove redundant suppressions 2018-10-04 12:09:46 +02:00
nik
c9620ce099 IDEA project configuration: the great module rename
Rename all modules in IntelliJ IDEA sources to ensure that they follow a consistent naming scheme.

Update *.iml files.
2018-01-25 12:59:02 +03:00
nik
16410c2321 IDEA project configuration: the great module rename
Rename all modules in IntelliJ IDEA sources to ensure that they follow a consistent naming scheme.

Rename iml files.
2018-01-25 12:59:02 +03:00
Alexey Kudravtsev
e07afa8f5c Date/Time in javadocs considered useless for readability 2017-12-06 15:11:04 +03:00
Eugene Zhuravlev
c457b017cd configurable context for jshell: module and alternative JRE;
support jshell's addToClasspath() feature in communication protocol.
2017-07-10 14:47:47 +02:00
nik
4677e15e4a IDEA project configuration: get rid of explicit language level in jshell-frontend module
It's equal to the default project language level anyway.
2017-07-05 10:57:50 +03:00
Eugene Zhuravlev
1cf632c195 Java REPL support for JDK9 (project Kulla, JShell) (IDEA-161611) 2017-07-04 20:11:12 +02:00