Bhavesh Patel
a7125b5d2e
8025633: Fix javadoc to generate valid anchor names
...
Reviewed-by: jjg
2013-10-10 10:51:15 -07:00
Christine Lu
67a4e0fd30
Added tag jdk8-b111 for changeset 9c619baa6191
2013-10-10 10:09:28 -07:00
Magnus Ihse Bursie
a706cda2ed
8001931: The new build system whitespace cleanup
...
Reviewed-by: tbell, simonis, erikj
2013-10-10 14:58:04 +02:00
Andreas Lundblad
3e4c0741c4
8021237: clean up JavacAnnotatedConstruct
...
Refactored the static helper methods in JavacAnnoConstructs into ordinary methods and put them in a common superclass (AnnoConstruct) of Symbol and Type.
Reviewed-by: jjg, vromero, jfranck
2013-10-10 08:51:55 +02:00
Jan Lahoda
5ec0ba7c47
8025087: Annotation processing api returns default modifier for interface static method
...
ClassReader must not set Flags.DEFAULT for interface static methods
Reviewed-by: vromero, jjg
2013-10-09 13:09:31 +02:00
Jan Lahoda
7de3ec870d
8025141: java.lang.ClassFormatError: Illegal field modifiers in class (...)
...
Should not generate non-public $assertionsDisabled field into interfaces
Reviewed-by: jjg, vromero
2013-10-09 13:06:49 +02:00
Lana Steuck
33306e57d3
Merge
2013-10-08 14:59:46 -07:00
Andreas Lundblad
f6875dad27
8024415: Bug in javac Pretty: Wrong precedence in JCConditional trees
...
Fixed precedence and associativity issues with pretty printing of JCConditional expressions.
Co-authored-by: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: jfranck
2013-10-08 15:33:28 +02:00
Joe Darcy
640945b6f3
8026017: Make history of AnnotatedConstruct methods in jx.l.m.e.Element clearer
...
Reviewed-by: jjg
2013-10-07 16:51:56 -07:00
Steve Sides
03c9c56f88
8005542: jtreg test OverrideBridge.java contains @ignore
...
Reviewed-by: jjg
2013-10-04 16:23:05 -07:00
Kumar Srinivasan
74d2e71e10
8003537: javap use internal class name when printing bound of type variable
...
Reviewed-by: jjg
2013-10-04 16:08:18 -07:00
Jonathan Gibbons
bb2e47a5f4
8025970: Spurious characters in JavaCompiler
...
Reviewed-by: ksrini
2013-10-04 15:24:42 -07:00
Jonathan Gibbons
6995b57041
6525408: DiagnosticListener should receive MANDATORY_WARNING in standard compiler mode
...
Reviewed-by: darcy
2013-10-04 14:46:46 -07:00
Jonathan Gibbons
be225c4b49
8022163: javac exits with 0 status and no messages on error to construct an ann-procesor
...
Reviewed-by: darcy
2013-10-04 13:59:13 -07:00
Bhavesh Patel
b10f820519
8024756: method grouping tabs are not selectable
...
Reviewed-by: jjg
2013-10-04 13:41:13 -07:00
Bhavesh Patel
7ad9444ac1
8008164: Invisible table captions in javadoc-generated html
...
Reviewed-by: jjg
2013-10-04 13:32:30 -07:00
Joe Darcy
e18872a5a9
8025913: Rename jdk.Supported to jdk.Exported
...
Reviewed-by: psandoz, forax, lancea, alanb, mchung, jjg
2013-10-04 10:00:28 -07:00
Alexander Zuev
bb40243d1a
7096170: should remove unused support for enabling javac logging
...
Reviewed-by: jjg
2013-10-04 19:38:55 +04:00
Jan Lahoda
dd031ed38f
8025118: Annotation processing api returns default modifier for interface without default methods
...
TypeElement.getModifiers() should not contain Modifier.DEFAULT
Reviewed-by: darcy, jjg
2013-10-04 08:29:54 +02:00
Chris Hegarty
85829db5d3
Merge
2013-10-03 19:28:07 +01:00
David Katleman
31995e22ba
Added tag jdk8-b110 for changeset f5f4ff5ce376
2013-10-02 13:26:54 -07:00
Vicente Romero
696179bbda
8023679: Improve error message for '_' used as a lambda parameter name
...
Reviewed-by: jjg, dlsmith
2013-10-02 17:04:51 +01:00
Eric McCorkle
d9502c856a
8021339: Compile-time error during casting array to intersection
...
Add ability to have arrays in intersection types.
Reviewed-by: jjg, vromero
2013-10-01 17:41:57 -04:00
Alexander Zuev
2f3d9d1376
7118749: NPE in CreateSymbols caused by bad diagnostic
...
Reviewed-by: jjg
2013-10-01 17:03:31 +04:00
Eric McCorkle
d03ac9784a
8025413: NPE in Type.java due to recent change
...
IsCompound throws a NPE for noType and other types. Made it return a reasonable result instead.
Reviewed-by: jjg, vromero
2013-09-28 13:46:14 -04:00
Lana Steuck
cb1bbba5c8
Merge
2013-09-27 18:38:29 -07:00
Kumar Srinivasan
b43acfee98
8015073: c.s.t.javac.api.JavacTool.getTask() - more informative exception
...
Reviewed-by: jjg
2013-09-27 16:05:56 -07:00
Robert Field
9a6f8e8463
8025548: langtools test tools/javac/lambda/methodReference/BridgeMethod.java incorrectly assumes no other methods generated in lambda class
...
Reviewed-by: vromero
2013-09-27 13:06:38 -07:00
Mike Duigou
e3e8d44bd7
8024842: Define ABS_TEST_OUTPUT_DIR via TEST_OUTPUT_DIR
...
Reviewed-by: ihse, erikj, vromero
2013-09-27 11:34:32 -07:00
Sonali Goel
475b209cf7
8025537: Convert 2 javac/enumdeclarations tests in jtreg for regression ws
...
Reviewed-by: jjg
2013-09-27 10:39:52 -07:00
Alexander Zuev
e0f4378a6c
6978886: javadoc shows stacktrace after print error resulting from disk full
...
Reviewed-by: jjg
2013-09-27 21:20:01 +04:00
Jan Lahoda
6c9b134b12
8022765: Compiler crashes with exception on wrong usage of an annotation
...
Error recovery for incorrect annotation attribute values - ensure the values are always attributed appropriately
Reviewed-by: jfranck, jjg
2013-09-27 17:28:31 +02:00
Vicente Romero
cae732b133
8024497: crash returning this-referencing lambda from default method
...
Reviewed-by: jjg, rfield
2013-09-27 10:24:56 +01:00
Lana Steuck
87d0ea84c1
Merge
2013-09-26 17:23:00 -07:00
Sonali Goel
e60e01be01
8011738: Write test to check for bootstrap attributes for lambda expressions in class file
...
Reviewed-by: mcimadamore
2013-09-26 15:04:15 -07:00
Vicente Romero
f5a3e39f94
8025139: javac patch for using bootstrap compiler for debugging is not working properly
...
Reviewed-by: jjg
2013-09-26 19:06:09 +01:00
Jan Lahoda
26b536e23d
8025491: Javac regression test tools/javac/T8003967/DetectMutableStaticFields.java failing
...
Making HtmlTree.NONENCODING_CHARS final
Reviewed-by: jjg
2013-09-26 20:07:43 +02:00
Christine Lu
58d873f65a
Added tag jdk8-b109 for changeset 70dd6db0a869
2013-09-26 10:43:55 -07:00
Bhavesh Patel
a949e946ab
8004825: javadoc crash DocletAbortException
...
Reviewed-by: jjg
2013-09-25 22:26:42 -07:00
Jonathan Gibbons
fd9a09c390
8025412: Add legal header and comments to test/tools/doclint/tidy/util/Main.java
...
Reviewed-by: bpatel
2013-09-25 14:04:24 -07:00
Michael Fang
33c36e737b
Merge
2013-09-25 14:02:16 -07:00
Tim Bell
2578c3a839
8025411: JPRT to switch to the new Win platforms for JDK8 builds this week
...
Reviewed-by: ksrini, katleman
2013-09-25 12:24:13 -07:00
Jonathan Gibbons
9692733c7a
8025407: TypeAnnotations does not use Context
...
Reviewed-by: jfranck
2013-09-25 11:07:05 -07:00
Michael Fang
ad5dc502a5
Merge
2013-09-25 07:36:37 -07:00
Bhavesh Patel
2233312946
8016328: Regression : Javadoc i18n regression caused by fix for 8012375
...
Reviewed-by: jjg
2013-09-24 16:12:06 -07:00
Michael Fang
7dac5a00c3
Merge
2013-09-24 14:35:24 -07:00
Michael Fang
072f43e117
8025215: jdk8 l10n resource file translation update 4
...
Reviewed-by: naoto, yhuang
2013-09-24 14:20:33 -07:00
Jonathan Gibbons
48d1808d53
8002154: [doclint] doclint should check for issues which are errors in javadoc
...
Reviewed-by: bpatel
2013-09-24 13:48:12 -07:00
Jonathan Gibbons
e762b2997d
8025272: doclint needs to check for valid usage of @value tag
...
Reviewed-by: bpatel
2013-09-24 11:46:25 -07:00
Jonathan Gibbons
026c5d7620
8025246: [doclint] doclint is showing error on anchor already defined when it's not
...
Reviewed-by: bpatel
2013-09-24 10:51:28 -07:00
Jonathan Gibbons
14ceb05e0e
8025050: Doclint doesn't recognize <dfn> tag
...
Reviewed-by: bpatel
2013-09-24 10:48:11 -07:00
Eric McCorkle
c101eca6bb
6499673: Assertion check for TypeVariable.getUpperBound() fails
...
Fix TypeVariable.getUpperBound to return results as specified
Reviewed-by: jjg
2013-09-23 15:37:59 -04:00
Alexander Zuev
e815841576
4881267: improve diagnostic for "instanceof T" for type parameter T
...
Reviewed-by: vromero, jjg
2013-09-23 18:29:27 +04:00
Alexander Zuev
eacd2bcb72
7154966: CRs found to be in Fixed state with no test and no noreg- keyword
...
Reviewed-by: ksrini
2013-09-23 17:27:38 +04:00
Andreas Lundblad
48774216f2
6386236: Please rename com.sun.tools.javac.util.ListBuffer.lb()
...
Static factory method ListBuffer.lb removed. Replaced by constructor calls.
Reviewed-by: jfranck, jjg
2013-09-23 10:42:38 +02:00
Andreas Lundblad
a2a38c6b65
8024988: javac, LVT test harness should generate tests .class files in the scratch folder
...
Set the CLASS_OUTPUT location to the scratch directory. Changed the argument to checkClassFile accordingly.
Reviewed-by: jjg, vromero
2013-09-23 10:10:07 +02:00
Lana Steuck
186556ad21
Merge
2013-09-22 20:20:38 -07:00
Vicente Romero
70e873ec73
8024696: Missing null check in bound method reference capture
...
Reviewed-by: jjg, briangoetz
2013-09-22 12:53:03 +01:00
Lana Steuck
e432d5256a
Merge
2013-09-20 19:16:55 -07:00
Jan Lahoda
9f6d1df747
8023835: TreeMaker.QualIdent() too leafy
...
Reviewed-by: jjg
2013-09-20 16:33:35 +02:00
Werner Dietl
8b909ba558
8025110: TreeCopier does not correctly copy LabeledStatementTree
...
Reviewed-by: jjg
2013-09-19 19:18:37 -07:00
Vicente Romero
e3d450e3d3
8024437: Inferring the exception thrown: sometimes fails to compile
...
Reviewed-by: jjg
2013-09-19 20:57:37 +01:00
Christine Lu
cb06edc1bf
Added tag jdk8-b108 for changeset 669e1adcbf50
2013-09-19 09:37:26 -07:00
Fredrik Öhrström
5db62ec900
8024609: sjavac assertion fails during call to BuildState.collectArtifacts
...
Reviewed-by: jjg
2013-09-19 08:26:26 -07:00
Jan Lahoda
1c9e7a8edc
8022567: Javac Should Generate Warnings For Raw Array Type
...
Reviewed-by: jjg
2013-09-19 17:05:08 +02:00
Alexander Zuev
ca51d27ee3
8017248: Compiler Diacritics Issue
...
Reviewed-by: naoto
2013-09-19 17:05:32 +04:00
Bhavesh Patel
2be05076f8
8024096: some javadoc tests may contain false positive results
...
Reviewed-by: jjg
2013-09-18 22:47:06 -07:00
Bhavesh Patel
484e378a9d
8015249
: javadoc fails to document static final fields in annotation types
...
Reviewed-by: jjg
2013-09-18 17:13:26 -07:00
Andreas Lundblad
775822bed7
8024127: javac, Code_attribute.exception_table_langth should be Code_attribute.exception_table_length
...
Exception_table_langth renamed to exception_table_length
Reviewed-by: jfranck, jjg
2013-09-18 14:39:27 +02:00
Jonathan Gibbons
7cc012b008
8024538: -Xdoclint + -Xprefer:source + incremental compilation == FAIL
...
Reviewed-by: darcy
2013-09-17 14:17:13 -07:00
Lana Steuck
8ba6b5e2f1
Merge
2013-09-17 08:21:11 -07:00
Jan Lahoda
315696de00
8021112: Spurious unchecked warning reported by javac
...
6480588: No way to suppress deprecation warnings when implementing deprecated interface
Fixing DeferredLintHandler configuration, so lint warnings are reported with correct @SuppressWarnings settings
Reviewed-by: jjg, vromero
2013-09-16 14:13:44 +02:00
Chris Hegarty
db6134b0fa
Merge
2013-09-14 20:46:37 +01:00
Vicente Romero
86baa378e4
7047734: javac, the LVT is not generated correctly in several scenarios
...
Reviewed-by: jjg, mcimadamore
2013-09-14 19:04:47 +01:00
Vicente Romero
0a312ba2ce
8024207: javac crash in Flow.AssignAnalyzer.visitIdent
...
Reviewed-by: jjg
2013-09-14 15:23:21 +01:00
Vicente Romero
204f4422ba
8023558: Javac creates invalid bootstrap methods for complex lambda/methodref case
...
Co-authored-by: Maurizio Cimadamore <maurizio.cimadamore@oracle.com>
Reviewed-by: jjg
2013-09-12 22:40:29 +01:00
Eric McCorkle
914b1751c4
8013846: javac fails to reject semantically equivalent generic method declarations
...
Cause javac to consider intersection types with the same elements to be equal regardless of order.
Reviewed-by: jjg, vromero
2013-09-12 14:52:28 -04:00
Christine Lu
2de4350911
Added tag jdk8-b107 for changeset bd69808a67e1
2013-09-12 11:09:20 -07:00
Bhavesh Patel
a357688f61
8015496: Information that package is deprecated is missing in profiles view
...
Reviewed-by: jjg
2013-09-11 14:50:11 -07:00
Eric McCorkle
1b72835883
8024510: lib/combo/tools/javac/combo/TemplateTest.java fails
...
Edit regex in Template to allow "MAJOR." pattern.
Reviewed-by: briangoetz
2013-09-11 08:30:58 -04:00
Maurizio Cimadamore
de5e0f4b27
8024414: javac, should facilitate the use of the bootstrap compiler for debugging
...
Reviewed-by: jjg
2013-09-10 16:47:40 +01:00
Andreas Lundblad
fae7d60062
8005222: Fixed bugs should have tests with bugid in @bug tag
...
Reviewed-by: jfranck, jjg
2013-09-10 13:47:51 +02:00
Jan Lahoda
a9e5e17bd2
8019521: Enhanced rethrow disabled in lambdas
...
Fixing effectively final detection inside lambdas, small cleanup related to thrown types detection in lambdas
Reviewed-by: mcimadamore, jjg
2013-09-09 23:13:45 +02:00
Jonathan Gibbons
810c76f567
8006972: jtreg test fails: test/tools/javac/processing/model/element/TestMissingElement/TestMissingElement.java
...
Reviewed-by: darcy
2013-09-09 17:36:23 -07:00
Brian Goetz
b03e5fc290
8015322: Javac template test framework
...
Putback of the javac template test framework from the Lambda repository
Reviewed-by: jjg
2013-09-09 17:11:55 -04:00
Eric McCorkle
5b76a0d216
8022322: Reject default and static methods in annotation
...
Causes javac to reject static and default method declarations inside an annotation
Reviewed-by: jjg
2013-09-09 16:26:55 -04:00
Vicente Romero
1704a9454c
8024154: Fix for 8016177: structural most specific and stuckness breaks 6 langtools tests
...
Reviewed-by: jjg, jfranck
2013-09-09 16:32:08 +01:00
Andreas Lundblad
5df75e001d
8022260: Rename javac.code.Annotations to javac.code.SymbolMetadata
...
Reviewed-by: jfranck, jjg
2013-09-09 09:58:20 +02:00
Vicente Romero
a3b1359af5
8024398: javac, compiler crashes with try with empty body
...
Reviewed-by: jjg
2013-09-08 11:54:21 +01:00
Lana Steuck
8e78895234
Merge
2013-09-06 17:10:02 -07:00
Jonathan Gibbons
f607953eb8
8024434: problem running javadoc tests in samevm mode on Windows
...
Reviewed-by: darcy
2013-09-06 15:31:59 -07:00
Lana Steuck
f8f8a3aa45
Merge
2013-09-06 14:20:49 -07:00
Chris Hegarty
0983a5be41
Merge
2013-09-06 10:05:08 +01:00
Vicente Romero
26758f0ffd
8024039: javac, previous solution for JDK-8022186 was incorrect
...
Reviewed-by: jjg
2013-09-06 09:53:24 +01:00
Bhavesh Patel
9c6d420370
8023608: method grouping tabs folding issue
...
Reviewed-by: jjg
2013-09-05 16:35:47 -07:00
Christine Lu
16c7de0027
Added tag jdk8-b106 for changeset fa7b69611589
2013-09-05 02:46:21 -07:00
Andreas Lundblad
4bf1e0d989
8023974: Drop 'implements Completer' and 'implements SourceCompleter' from ClassReader resp. JavaCompiler
...
Reviewed-by: jjg, jfranck
2013-09-05 11:27:27 +02:00
Jonathan Gibbons
7da0f59aec
8024288: javadoc generated-by comment should always be present
...
Reviewed-by: bpatel
2013-09-04 14:44:05 -07:00
Vicente Romero
d28e08b529
8008275: javac.Main should be @Supported
...
Reviewed-by: jjg
2013-09-04 11:53:09 +01:00
Maurizio Cimadamore
4cc7a55aab
8023549: Compiler emitting spurious errors when constructor reference type is inferred and explicit type arguments are supplied
...
Reviewed-by: jjg, vromero
2013-09-04 00:01:05 +01:00
Vicente Romero
cab6b226ff
8023545: Misleading error message when using diamond operator with private constructor
...
Reviewed-by: jjg
2013-09-03 23:41:37 +01:00
Maurizio Cimadamore
06caeea3d6
8023389: Javac fails to infer type for lambda used with intersection type and wildcards
...
Reviewed-by: jjg, vromero
2013-09-03 23:31:33 +01:00
Vicente Romero
46d7a993ad
8022162: Incorrect signature determination for certain inner class generics
...
Reviewed-by: jjg
2013-09-02 22:44:06 +01:00
Maurizio Cimadamore
0382c78ff1
8016177: structural most specific and stuckness
...
Reviewed-by: jjg, vromero
2013-09-02 22:38:36 +01:00
Evgeniya Stepanova
4337286502
8015663: Need to supply tests to provide javadoc for profiles support code coverage
...
Reviewed-by: jjg
2013-08-30 17:36:47 -07:00
Bhavesh Patel
b8f8cab5f4
8022738: doclet should only generate functional interface text if source >= 8
...
Reviewed-by: jjg
2013-08-30 16:38:54 -07:00
Jonathan Gibbons
4cf2250826
8008367: Sub-packages missing from Profiles javadoc
...
Reviewed-by: bpatel
2013-08-30 16:27:08 -07:00
Bhavesh Patel
5793c3a33c
8015882: Javadoc prints NPE when using Taglet
...
Reviewed-by: jjg
2013-08-30 16:16:28 -07:00
Bhavesh Patel
2b93265564
7198273: RFE : Javadoc Accessibility : Hyperlinks should contain text or an image with alt text
...
Reviewed-by: jjg
2013-08-30 15:59:33 -07:00
Jonathan Gibbons
3dd18b5d8c
8024093: Two *.rej files checked in to langtools/test directory
...
Reviewed-by: mchung
2013-08-30 15:14:51 -07:00
Jonathan Gibbons
4449fa0c56
8023700: Use non breaking space in various labels
...
Reviewed-by: bpatel
2013-08-30 11:48:36 -07:00
Chris Hegarty
bed1164562
Merge
2013-08-30 10:17:10 +01:00
Jonathan Gibbons
d7bccbe430
8023833: Replace direct use of AnnotatedType in javadoc code
...
Reviewed-by: darcy
2013-08-29 19:19:23 -07:00
Lana Steuck
1fd46874aa
Merge
2013-08-29 16:34:12 -07:00
Jonathan Gibbons
9ffac2cf47
8022744: javac -Xpkginfo command's documentation is sparse
...
Reviewed-by: darcy
2013-08-29 12:11:36 -07:00
Jonathan Gibbons
50d89c0ca7
8013384: Potential infinite loop in javadoc
...
Reviewed-by: darcy
2013-08-29 12:03:28 -07:00
Jonathan Gibbons
445a49ecb6
8023522: tools/javac/tree/TypeAnnotationsPretty.java test cases with @TA newline fail on windows only
...
Reviewed-by: darcy
2013-08-29 11:57:52 -07:00
Jonathan Gibbons
a001ae0b98
8001669: javadoc internal DocletAbortException should set cause when appropriate
...
Reviewed-by: darcy
2013-08-29 11:41:20 -07:00
Christine Lu
048d171c6a
Added tag jdk8-b105 for changeset aa9db9b9ecb1
2013-08-29 09:42:12 -07:00
Jonathan Gibbons
c56513ee82
8010310
: [javadoc] Error processing sources with -private
...
Reviewed-by: vromero, mcimadamore
2013-08-28 15:40:33 -07:00
Henry Jen
8873ff4e48
8014566: Remove @ignore tags from MethodReference66 and InInterface when 8013875 is fixed
...
Reviewed-by: briangoetz, jjg
2013-08-28 10:17:23 -07:00
Joe Darcy
336aaacb9d
8023826: Typo in warning about obsolete source / target values
...
Reviewed-by: jjg, wmdietl
2013-08-27 11:58:53 -07:00
Bhavesh Patel
856570998b
7052170: javadoc -charset option generates wrong meta tag
...
Reviewed-by: jjg
2013-08-27 11:41:39 -07:00
Lana Steuck
d9ce1f067a
Merge
2013-08-26 22:18:38 -07:00
Werner Dietl
d99f710f70
8023768: Use the unannotatedType in cyclicity checks
...
Reviewed-by: jjg
2013-08-26 15:55:46 -07:00
Lana Steuck
3674bb7404
Merge
2013-08-26 14:54:10 -07:00
Jonathan Gibbons
041cadb78d
8023701: Fix badly named test
...
Reviewed-by: bpatel
2013-08-26 11:48:37 -07:00
Lana Steuck
83b39d45ac
Merge
2013-08-23 14:17:49 -07:00
Chris Hegarty
9b9f3253d3
Merge
2013-08-23 22:12:54 +01:00
Jonathan Gibbons
32a617d198
8022173: Relax some warnings in doclint
...
Reviewed-by: darcy
2013-08-22 12:41:20 -07:00
Eric McCorkle
0d3a9fcd89
8020745: Suspicious MethodParameters attribute generated for local classes capturing local variables
...
Corrected an error in a previous patch that caused captured locals to be added to the beginning, not the end of a parameter list.
Reviewed-by: jjg, mcimadamore, ksrini, abuckley
2013-08-22 12:47:46 -04:00
Christine Lu
f06b171fe2
Added tag jdk8-b104 for changeset c45de6831abc
2013-08-22 09:10:22 -07:00
Vicente Romero
c65abc95df
8023112: javac should not use lazy constant evaluation approach for method references
...
Reviewed-by: jjg, mcimadamore
2013-08-22 13:12:43 +01:00
Vicente Romero
7b989a82fd
8022316: Generic throws, overriding and method reference
...
Reviewed-by: jjg, mcimadamore
2013-08-22 10:22:44 +01:00
Eric McCorkle
febfa82cfb
8023520: Add missing test for JDK-7118412
...
The test for JDK-7118412 was dropped from the changeset in a merging accident.
Reviewed-by: jjg
2013-08-21 20:41:42 -04:00
Jonathan Gibbons
64412dad17
8022287: javac.sym.Profiles uses a static Map when it should not
...
Reviewed-by: ksrini
2013-08-21 17:26:22 -07:00
Eric McCorkle
8073e1a535
7118412: Shadowing of type-variables vs. member types
...
4987840: What is the scope of an annotation?
Fixed issue with shadowing of type names.
Reviewed-by: jjg, abuckley, mcimadamore
2013-08-21 20:23:36 -04:00
Werner Dietl
1dc32a077e
8023515: import type-annotations updates
...
Reviewed-by: jjg
2013-08-21 16:13:50 -07:00
Lana Steuck
2bf2c26103
Merge
2013-08-20 17:46:21 -07:00
Jonathan Gibbons
c7b90c0ca4
8013887: In class use, some tables are randomly unsorted
...
Reviewed-by: bpatel
2013-08-20 15:12:16 -07:00
Jonathan Gibbons
f8295608fb
8022080: javadoc generates invalid HTML in Turkish locale
...
Reviewed-by: bpatel
2013-08-20 14:55:20 -07:00
Jonathan Gibbons
de59aa8b3f
8020663: Restructure some properties to facilitate better translation
...
Reviewed-by: darcy
2013-08-20 14:46:54 -07:00
Kumar Srinivasan
c9f3cedbfa
7179455: tools/javac/processing/model/testgetallmembers/Main.java fails against JDK 7 and JDK 8
...
Reviewed-by: jjg
2013-08-20 14:15:45 -07:00
Joe Darcy
557cb9c6b1
8011043: Warn about use of 1.5 and earlier source and target values
...
Reviewed-by: jjg
2013-08-20 12:15:19 -07:00
Joel Borggrén-Franck
07d44a6520
8019243: AnnotationTypeMismatchException instead of MirroredTypeException
...
Reviewed-by: jjg
2013-08-20 17:21:47 +02:00
Alexander Zuev
7947e49ae3
7182350: Regression in wording of unchecked warning message
...
Reviewed-by: mcimadamore, jjg
2013-08-20 17:34:06 +04:00
Kumar Srinivasan
7870f1a6dc
7071377: Exception when javac -processor is given a class name with invalid postfix
...
Reviewed-by: jjg, vromero
2013-08-19 07:47:10 -07:00
Erik Joelsson
99a38df3ab
8023146: Sjavac test failes in langtools nightly
...
Reviewed-by: mcimadamore, jfranck
2013-08-16 16:00:12 +02:00
Jan Lahoda
d992a67102
8022508: javac crashes if the generics arity of a base class is wrong
...
Reviewed-by: mcimadamore, vromero
2013-08-15 22:36:08 +02:00
Chris Hegarty
42ebef739f
Merge
2013-08-15 21:34:46 +01:00
Jan Lahoda
59e0637339
8015809: More user friendly compile-time errors for uncaught exceptions in lambda expression
...
Producing individual errors for uncaught undeclared exceptions inside lambda expressions, rather than one error for the whole lambda
Reviewed-by: mcimadamore
2013-08-15 22:33:43 +02:00
Vicente Romero
746be81338
8022053: javac generates unverifiable initializer for nested subclass of local class
...
Reviewed-by: jjg, mcimadamore
2013-08-16 10:32:42 +01:00
Christine Lu
4d93dffa7b
Added tag jdk8-b103 for changeset 30c8df7a1168
2013-08-15 09:26:00 -07:00
Erik Joelsson
fd4983b254
8015145: Smartjavac needs more flexibility with linking to sources
...
Reviewed-by: jjg, ohrstrom
2013-08-15 17:24:35 +02:00
Bhavesh Patel
0c6e63367d
8016921: Change the profiles table on overview-summary.html page to a list
...
Reviewed-by: jjg
2013-08-14 21:44:51 -07:00
Kumar Srinivasan
d91b6547d3
6840442: JavaCompiler.getTask() has incomplete specification for IllegalArgumentException
...
Reviewed-by: jjg
2013-08-14 18:58:39 -07:00
Jonathan Gibbons
43991d588a
8017191: Javadoc is confused by @link to imported classes outside of the set of generated packages
...
Reviewed-by: bpatel
2013-08-14 16:41:01 -07:00
Kumar Srinivasan
ce4eb93249
8007517: DefaultMethodRegressionTests.java fail in TL
...
Reviewed-by: jjg, vromero
2013-08-14 07:07:55 -07:00
Vicente Romero
d36ef0edd0
8013394: compile of iterator use fails with error \"defined in an inaccessible class or interface\"
...
Reviewed-by: mcimadamore
2013-08-14 10:53:37 +01:00
Lana Steuck
b93ce53426
Merge
2013-08-13 18:34:06 -07:00
Lana Steuck
1e69f7c4c9
Merge
2013-08-13 10:35:35 -07:00
Maurizio Cimadamore
58d92c516a
8021567: Javac doesn't report \"java: reference to method is ambiguous\" any more
...
Javac incorrectly forgets about constant folding results within lambdas
Reviewed-by: jjg, vromero
2013-08-12 17:28:31 +01:00
Maurizio Cimadamore
4e85a5ae43
6537020: JCK tests: a compile-time error should be given in case of ambiguously imported fields (types, methods)
...
Hiding check does not support interface multiple inheritance
Reviewed-by: jjg
2013-08-12 17:25:07 +01:00
Vicente Romero
190f9337b1
6983297: methods missing from NewArrayTree
...
Reviewed-by: jjg
2013-08-10 16:29:26 +01:00
Vicente Romero
22652f5354
8022622: javac, two tests are failing with compile time error after class Collector was modified
...
Reviewed-by: mcimadamore
2013-08-10 16:26:50 +01:00
Vicente Romero
cee3c2853b
8009640
: -profile <compact> does not work when -bootclasspath specified
...
Reviewed-by: jjg
2013-08-10 13:27:38 +01:00
Kumar Srinivasan
35e27fd594
8022161: javac Null Pointer Exception in Enter.visitTopLevel
...
Reviewed-by: jjg, vromero, jlahoda
2013-08-09 15:01:33 -07:00
Chris Hegarty
bea82c70dc
Merge
2013-08-09 14:44:53 +01:00
Christine Lu
18489ee44f
Added tag jdk8-b102 for changeset 8de709d0c375
2013-08-08 10:10:52 -07:00
Vicente Romero
cecb5cc0ea
8019486: javac, generates erroneous LVT for a test case with lambda code
...
Reviewed-by: mcimadamore
2013-08-08 11:49:16 +01:00
Bhavesh Patel
a8090b5024
4749567: stddoclet: Add CSS style for setting header/footer to be italic
...
Reviewed-by: jjg
2013-08-07 16:09:31 -07:00
Bhavesh Patel
69a3c42db7
7198274: RFE : Javadoc Accessibility : Use CSS styles rather than <strong> or <i> tags
...
Reviewed-by: jjg
2013-08-07 15:00:24 -07:00
Vicente Romero
3103641be3
8008274: javac should not reference/use sample code
...
Reviewed-by: jjg
2013-08-07 11:04:07 +01:00
Vicente Romero
0fb4cd9d38
8020997: TreeMaker.AnnotationBuilder creates broken element literals with repeating annotations
...
Reviewed-by: jjg, jfranck
2013-08-07 10:41:20 +01:00
Lana Steuck
7e65ce7648
Merge
2013-08-06 17:12:42 -07:00
Lana Steuck
1d38cac0b6
Merge
2013-08-06 17:01:50 -07:00
Joel Borggrén-Franck
70ac5c3a48
8009367: Wrong kind of name used in comparison in javax.lang.model code for repeatable annotations
...
Reviewed-by: jjg, darcy
2013-08-07 01:32:39 +02:00
Lana Steuck
9bc34baa1a
Merge
2013-08-06 10:03:25 -07:00
Vicente Romero
5f5b303d7e
8022186: javac generates dead code if a try with an empty body has a finalizer
...
Reviewed-by: jjg
2013-08-06 15:08:49 +01:00
Chris Hegarty
e1c0d5e0cc
Merge
2013-08-02 11:11:28 +01:00
Christine Lu
761794aa7c
Added tag jdk8-b101 for changeset f27df16b814f
2013-08-01 04:56:28 -07:00
Kumar Srinivasan
da7f38703d
8014826: c.s.t.javac.tree.Pretty.visitNewArray() prints duplicate dimension markers
...
Reviewed-by: jjg, vromero
2013-07-31 08:37:34 -07:00
Vicente Romero
5540c7cbe1
8013179: assertion failure in javac when compiling with -source 1.6 -target 1.6
...
Reviewed-by: jjg
2013-07-31 10:52:01 +01:00
Jan Lahoda
0847cbc403
8021338: Diamond finder may mark a required type argument as unnecessary
...
Reviewed-by: mcimadamore
2013-07-28 10:17:45 +02:00
Jan Lahoda
21ab6d5558
8020689: Missing LineNumberTable entries in compiled class files
...
Reviewed-by: ksrini, mcimadamore
2013-07-28 10:17:45 +02:00
Lana Steuck
f5da332e66
Merge
2013-07-26 14:08:37 -07:00
Chris Hegarty
3ec24e3419
Merge
2013-07-25 19:06:03 +01:00
Maurizio Cimadamore
da6bbaf42b
8020843: javac crashes on accessibility check with method reference with typevar receiver
...
Method reference overload check doesn't walk through type-variable receivers
Reviewed-by: jjg
2013-07-25 14:51:40 +01:00
Maurizio Cimadamore
663170c654
8016081: field initialized with lambda in annotation types doesn't compile
...
Check for annotation attributes should skip over synthetic methods
Reviewed-by: jjg
2013-07-25 14:49:16 +01:00
Maurizio Cimadamore
67362236e8
8020804: javac crashes when speculative attribution infers intersection type with array component
...
Assertion is causing javac to crash because of lack of support for arrays in intersection types
Reviewed-by: jjg
2013-07-25 14:47:43 +01:00
Christine Lu
a2fc898bfc
Added tag jdk8-b100 for changeset 7a1ff44c7732
2013-07-25 03:19:39 -07:00
Joel Borggrén-Franck
2030148ec2
8007961: javax.lang.model tests for repeating annotations fail in getAnnotationsByType
...
Reviewed-by: jjg
2013-07-25 11:02:27 +02:00
Jonathan Gibbons
0c5c756933
8020556: doclint does not check type variables for @throws
...
Reviewed-by: mcimadamore
2013-07-24 17:35:42 -07:00
Bhavesh Patel
dd0661e5ad
8016675: Make Javadoc pages more robust
...
Reviewed-by: jlaskey, ksrini
2013-07-24 15:18:33 -07:00
Eric McCorkle
be2ea6f949
8016880: 42 tests in annot102* fail with compile-time errors
...
Fixes error in type equality when bounds of type variables have annotations.
Reviewed-by: jjg, mcimadamore
2013-07-23 20:42:54 -04:00
Jonathan Gibbons
2a95b6ac74
8021215: javac gives incorrect doclint warnings on normal package statements
...
Reviewed-by: darcy
2013-07-23 16:06:11 -07:00
Lana Steuck
524a340ac9
Merge
2013-07-22 17:39:45 -07:00
Kumar Srinivasan
c6c6fe7b5e
8017216: javac doesn't fill in end position for some errors of type not found
...
8019421: Javac doesn't fill in end position for some annotation related errors
8019422: Javac doesn't fill in end position for uninitialized variable errors
Reviewed-by: jjg, mcimadamore
2013-07-19 07:22:53 -07:00
Christine Lu
c1ca4a663a
Added tag jdk8-b99 for changeset 38dd7ede2dfb
2013-07-18 03:39:33 -07:00
Jonathan Gibbons
c42bcf4526
8020664: doclint gives incorrect warnings on normal package statements
...
Reviewed-by: mcimadamore
2013-07-17 19:16:12 -07:00