Aleksey Shipilev
e3c29c9e6c
8351556: Optimize Location.locationFor/isModuleOrientedLocation
...
Reviewed-by: liach, jlahoda
2025-03-14 07:46:46 +00:00
Jaikiran Pai
a599c30171
8344471: Remove SecurityManager related code from java.compiler module
...
Reviewed-by: rriggs, jlahoda, jjg
2024-11-21 00:49:25 +00:00
Sean Mullan
db85090553
8338411: Implement JEP 486: Permanently Disable the Security Manager
...
Co-authored-by: Sean Mullan <mullan@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Weijun Wang <weijun@openjdk.org>
Co-authored-by: Aleksei Efimov <aefimov@openjdk.org>
Co-authored-by: Brian Burkhalter <bpb@openjdk.org>
Co-authored-by: Daniel Fuchs <dfuchs@openjdk.org>
Co-authored-by: Harshitha Onkar <honkar@openjdk.org>
Co-authored-by: Joe Wang <joehw@openjdk.org>
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Co-authored-by: Justin Lu <jlu@openjdk.org>
Co-authored-by: Kevin Walls <kevinw@openjdk.org>
Co-authored-by: Lance Andersen <lancea@openjdk.org>
Co-authored-by: Naoto Sato <naoto@openjdk.org>
Co-authored-by: Roger Riggs <rriggs@openjdk.org>
Co-authored-by: Brent Christian <bchristi@openjdk.org>
Co-authored-by: Stuart Marks <smarks@openjdk.org>
Co-authored-by: Ian Graves <igraves@openjdk.org>
Co-authored-by: Phil Race <prr@openjdk.org>
Co-authored-by: Erik Gahlin <egahlin@openjdk.org>
Co-authored-by: Jaikiran Pai <jpai@openjdk.org>
Reviewed-by: kevinw, aivanov, rriggs, lancea, coffeys, dfuchs, ihse, erikj, cjplummer, coleenp, naoto, mchung, prr, weijun, joehw, azvegint, psadhukhan, bchristi, sundar, attila
2024-11-12 17:16:15 +00:00
Pavel Rappo
67448b0eb2
8339852: Fix typos in java.compiler documentation
...
Reviewed-by: liach, darcy
2024-09-23 10:32:58 +00:00
Nizar Benalla
d59c12fe10
8329718: Incorrect @since tags in elements in jdk.compiler and java.compiler
...
Reviewed-by: darcy, jjg
2024-05-22 19:13:21 +00:00
Nizar Benalla
83c74d7307
8329717: Missing @since tags in elements in DocumentationTool and Taglet
...
Reviewed-by: prappo
2024-04-22 20:36:43 +00:00
Jan Lahoda
5b6b514441
8325362: Allow to create a simple in-memory input JavaFileObject
...
Reviewed-by: jlaskey, darcy
2024-03-19 09:35:25 +00:00
Joe Darcy
3b76372254
8325687: SimpleJavaFileObject specification would benefit from implSpec
...
Reviewed-by: jlahoda, iris
2024-02-16 22:56:16 +00:00
Pavel Rappo
f39fc0aa2d
8314738: Remove all occurrences of and support for @revised
...
Reviewed-by: mr
2023-08-22 13:02:53 +00:00
Jonathan Gibbons
3930709af4
8068925: Add @Override in javax.tools classes
...
Reviewed-by: darcy, iris
2023-05-03 17:32:24 +00:00
Jonathan Gibbons
73a084c24e
8305504: stutter typo in java.compiler files
...
Reviewed-by: darcy, iris
2023-04-04 14:08:30 +00:00
Jonathan Gibbons
83ce65e12c
8305004: add @spec tags to langtools modules
...
Reviewed-by: iris
2023-03-28 14:52:22 +00:00
Joe Darcy
8e3036cf74
8300595: Use improved @see and @link syntax in javax.lang.model and javax.tools
...
Reviewed-by: jjg, iris
2023-01-19 01:14:12 +00:00
Joe Darcy
1f89acd849
8282464: Remove author tags from java.compiler
...
Reviewed-by: jjg
2022-02-28 23:28:21 +00:00
Jonathan Gibbons
918b3505e1
8278516: Typos in snippet for java.compiler
...
Reviewed-by: darcy
2021-12-09 21:47:50 +00:00
Jonathan Gibbons
d1706828fb
8278466: "spurious markup" warnings in snippets when building docs-reference
...
Reviewed-by: darcy
2021-12-09 02:53:52 +00:00
Jonathan Gibbons
fb11d8faf2
8272945: Use snippets in java.compiler documentation
...
Reviewed-by: erikj, alanb
2021-12-08 19:48:05 +00:00
Jan Lahoda
890700320a
8272234: Pass originating elements from Filer to JavaFileManager
...
Reviewed-by: jjg
2021-12-03 07:40:34 +00:00
Magnus Ihse Bursie
0616d868c7
8276635: Use blessed modifier order in compiler code
...
Reviewed-by: darcy
2021-11-05 12:05:22 +00:00
Pavel Rappo
0fc47e99d2
8266666: Implementation for snippets
...
Co-authored-by: Jonathan Gibbons <jjg@openjdk.org>
Co-authored-by: Hannes Wallnöfer <hannesw@openjdk.org>
Reviewed-by: jjg
2021-09-21 15:53:35 +00:00
Pavel Rappo
f42b92790a
8273609: Fix trivial doc typos in the compiler area
...
Reviewed-by: rriggs, vromero, iris
2021-09-10 19:33:54 +00:00
Jonathan Gibbons
1f995e52b2
8265888: StandardJavaFileManager::setLocationForModule specification misses 'Implementation Requirements:'
...
Reviewed-by: jlahoda
2021-07-15 16:06:40 +00:00
Jonathan Gibbons
5a74291013
8266565: Spec of ForwardingJavaFileManager/ForwardingFileObject/ForwardingJavaFileObject methods should mention delegation instead of being copied
...
Reviewed-by: vromero
2021-07-09 14:52:37 +00:00
Jan Lahoda
01f12fba64
8266631: StandardJavaFileManager: getJavaFileObjects() impl violates the spec
...
8266596: StandardJavaFileManager: default impls of setLocationFromPaths(), getJavaFileObjectsFromPaths() methods don't throw IllegalArgumentException as specified
8266591: StandardJavaFileManager::getJavaFileObjectsFromPaths() methods contain a typo in their spec
8266590: StandardJavaFileManager::setLocationFromPaths() spec contains an error
Reviewed-by: vromero, jjg
2021-06-22 07:34:30 +00:00
Weijun Wang
6765f90250
8266459: Implement JEP 411: Deprecate the Security Manager for Removal
...
Co-authored-by: Sean Mullan <mullan@openjdk.org>
Co-authored-by: Lance Andersen <lancea@openjdk.org>
Co-authored-by: Weijun Wang <weijun@openjdk.org>
Reviewed-by: erikj, darcy, chegar, naoto, joehw, alanb, mchung, kcr, prr, lancea
2021-06-02 11:57:31 +00:00
Jonathan Gibbons
6b4b676550
8241353: NPE in ToolProvider.getSystemJavaCompiler
...
Reviewed-by: vromero
2020-12-16 22:21:54 +00:00
Jonathan Gibbons
0aa3c92577
8255262: Remove use of legacy custom @spec tag
...
Reviewed-by: lancea, mr, iris, alanb, darcy, mchung
2020-10-22 19:42:01 +00:00
Pavel Rappo
e6a493ab88
8252882: Clean up jdk.javadoc and the related parts of jdk.compiler
...
Reviewed-by: vromero
2020-09-14 17:21:42 +00:00
Joe Darcy
d1d17200c5
8249632: remove no-arg constructor from ToolProvider
...
Reviewed-by: jjg
2020-07-17 16:38:44 -07:00
Mark Reinhold
55039aa1c6
8249205: Remove unnecessary trademark symbols
...
Reviewed-by: darcy, lancea, bpb, prr, jjg, cjplummer, iris, dfuchs, weijun, joehw, wetmore, bchristi
2020-07-15 14:21:54 -07:00
Pavel Rappo
17ff85d4ad
8241014: Miscellaneous typos in documentation comments
...
Reviewed-by: igerasim, prappo, psandoz, rriggs, weijun
2020-03-20 20:54:56 +00:00
Pavel Rappo
911846b49b
8236435: Fix typos in javac area
...
Reviewed-by: jjg, mcimadamore
2019-12-24 09:38:41 +00:00
Joe Darcy
a8ea6b279a
8230734: Remove default constructors from java.compiler
...
Reviewed-by: jjg
2019-09-11 16:06:09 -07:00
Liam Miller-Cushon
31f64932c3
8220687: Add StandardJavaFileManager.getJavaFileObjectsFromPaths overload
...
Reviewed-by: jjg
2019-03-26 15:00:02 -07:00
Lana Steuck
aad1a3592c
Merge
2018-01-16 22:24:20 +00:00
Jonathan Gibbons
5edc13c005
8151850: eliminate javax.tools.FileManagerUtils
...
Reviewed-by: vromero
2018-01-11 13:47:11 -08:00
Jonathan Gibbons
9927f9eab3
8194901: remove interim code from javax.tools.ToolProvider
...
Reviewed-by: mchung
2018-01-10 15:05:33 -08:00
Jonathan Gibbons
11f43713d5
8185986: redundant/obsolete overview.html pages
...
Reviewed-by: darcy
2018-01-09 17:03:39 -08:00
Joe Darcy
5f6a5a4d9d
8172818: Add since=9 deprecation information to javax.lang.model classes
...
Reviewed-by: vromero
2017-10-26 17:06:52 -07:00
Erik Joelsson
3789983e89
8187443: Forest Consolidation: Move files to unified layout
...
Reviewed-by: darcy, ihse
2017-09-12 19:03:39 +02:00