Tue, 14 May 2013 10:14:54 -0700 8012175: Convert TagletOutputImpl to use ContentBuilder instead of StringBuilder
jjg [Tue, 14 May 2013 10:14:54 -0700] rev 17566
8012175: Convert TagletOutputImpl to use ContentBuilder instead of StringBuilder Reviewed-by: darcy
Tue, 14 May 2013 10:14:54 -0700 8012174: {@literal} and {@code} should use \"new\" Taglet, not old.
jjg [Tue, 14 May 2013 10:14:54 -0700] rev 17565
8012174: {@literal} and {@code} should use \"new\" Taglet, not old. Reviewed-by: darcy
Tue, 14 May 2013 10:14:53 -0700 8011288: Erratic/inconsistent indentation of signatures
jjg [Tue, 14 May 2013 10:14:53 -0700] rev 17564
8011288: Erratic/inconsistent indentation of signatures Reviewed-by: darcy
Tue, 14 May 2013 10:14:53 -0700 8011668: Allow HTMLWriter.getResource to take Content args
jjg [Tue, 14 May 2013 10:14:53 -0700] rev 17563
8011668: Allow HTMLWriter.getResource to take Content args Reviewed-by: darcy
Tue, 14 May 2013 10:14:53 -0700 8011662: Remove single instance of resource with HTML from doclet resource bundle
jjg [Tue, 14 May 2013 10:14:53 -0700] rev 17562
8011662: Remove single instance of resource with HTML from doclet resource bundle Reviewed-by: bpatel, darcy
Tue, 14 May 2013 10:14:52 -0700 8011651: simplify LinkInfoImpl API
jjg [Tue, 14 May 2013 10:14:52 -0700] rev 17561
8011651: simplify LinkInfoImpl API Reviewed-by: darcy
Tue, 14 May 2013 10:14:52 -0700 8011650: reduce use of RawHtml nodes in doclet
jjg [Tue, 14 May 2013 10:14:52 -0700] rev 17560
8011650: reduce use of RawHtml nodes in doclet Reviewed-by: darcy
Tue, 14 May 2013 10:14:52 -0700 8011642: Remove LinkOutput in favor of direct use of Content
jjg [Tue, 14 May 2013 10:14:52 -0700] rev 17559
8011642: Remove LinkOutput in favor of direct use of Content Reviewed-by: bpatel, darcy
Tue, 14 May 2013 10:14:51 -0700 8010440: Replace int constants in LinkInfoImpl with enum
jjg [Tue, 14 May 2013 10:14:51 -0700] rev 17558
8010440: Replace int constants in LinkInfoImpl with enum Reviewed-by: bpatel, darcy
Fri, 10 May 2013 15:15:50 +0200 8012929: Trees.getElement should work not only for declaration trees, but also for use-trees
jlahoda [Fri, 10 May 2013 15:15:50 +0200] rev 17557
8012929: Trees.getElement should work not only for declaration trees, but also for use-trees Reviewed-by: jjg Contributed-by: Dusan Balek <dbalek@netbeans.org>, Jan Lahoda <jlahoda@netbeans.org>
Sun, 12 May 2013 18:18:54 -0700 8014363: javac test class ToolTester handles classpath incorrectly
jjg [Sun, 12 May 2013 18:18:54 -0700] rev 17556
8014363: javac test class ToolTester handles classpath incorrectly Reviewed-by: ksrini
Fri, 10 May 2013 14:31:42 -0700 8014365: Restore Objects.requireNonNull(T, Supplier<String>)
darcy [Fri, 10 May 2013 14:31:42 -0700] rev 17555
8014365: Restore Objects.requireNonNull(T, Supplier<String>) Reviewed-by: jjg
Fri, 10 May 2013 16:10:20 +0100 8014318: tools/javac/profiles/ProfileOptionTest.java needs modifying now that javax.script is in compact1
alanb [Fri, 10 May 2013 16:10:20 +0100] rev 17554
8014318: tools/javac/profiles/ProfileOptionTest.java needs modifying now that javax.script is in compact1 Reviewed-by: mchung
Wed, 08 May 2013 23:54:45 -0700 Merge
lana [Wed, 08 May 2013 23:54:45 -0700] rev 17553
Merge
Wed, 08 May 2013 14:10:53 +0200 8013485: javac can't handle annotations with a <clinit> from a previous compilation unit
jfranck [Wed, 08 May 2013 14:10:53 +0200] rev 17552
8013485: javac can't handle annotations with a <clinit> from a previous compilation unit Reviewed-by: mcimadamore
Tue, 07 May 2013 14:27:30 -0700 8004082: test/tools/javac/plugin/showtype/Test.java fails on windows: jtreg can't delete plugin.jar
jjg [Tue, 07 May 2013 14:27:30 -0700] rev 17551
8004082: test/tools/javac/plugin/showtype/Test.java fails on windows: jtreg can't delete plugin.jar Reviewed-by: vromero, mcimadamore
Tue, 07 May 2013 06:39:34 -0700 8014023: When a method reference to a local class constructor is contained in a method whose number of parameters matches the number of constructor parameters compilation fails
rfield [Tue, 07 May 2013 06:39:34 -0700] rev 17550
8014023: When a method reference to a local class constructor is contained in a method whose number of parameters matches the number of constructor parameters compilation fails Reviewed-by: mcimadamore
Mon, 06 May 2013 16:22:45 +0200 8009724: Enhance the DocTree API with DocTreePath
jlahoda [Mon, 06 May 2013 16:22:45 +0200] rev 17549
8009724: Enhance the DocTree API with DocTreePath Summary: Adding DocTreePath and DocTreePathScanner similar to TreePath and TreePathScanner, respectively Reviewed-by: jjg Contributed-by: Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>, Jan Lahoda <jlahoda@netbeans.org>
Sun, 05 May 2013 21:04:41 -0700 8013909: Fix doclint issues in javax.lang.model
darcy [Sun, 05 May 2013 21:04:41 -0700] rev 17548
8013909: Fix doclint issues in javax.lang.model Reviewed-by: jjg
Fri, 03 May 2013 17:44:38 -0700 8008768: Using {@inheritDoc} in simple tag defined via -tag fails
jjg [Fri, 03 May 2013 17:44:38 -0700] rev 17547
8008768: Using {@inheritDoc} in simple tag defined via -tag fails Reviewed-by: jjg, mduigou Contributed-by: jonathan.gibbons@oracle.com, mike.duigou@oracle.com
Fri, 03 May 2013 15:08:47 -0700 8000407: remove @GenerateNativeHeader
jjg [Fri, 03 May 2013 15:08:47 -0700] rev 17546
8000407: remove @GenerateNativeHeader Reviewed-by: vromero, darcy
Fri, 03 May 2013 10:17:12 -0700 8002387: Improve rendered HTML formatting for {@code}
jjg [Fri, 03 May 2013 10:17:12 -0700] rev 17545
8002387: Improve rendered HTML formatting for {@code} Reviewed-by: ksrini
Fri, 03 May 2013 09:56:56 -0700 8012728: Normalize @ignore comments on langtools tests
jjg [Fri, 03 May 2013 09:56:56 -0700] rev 17544
8012728: Normalize @ignore comments on langtools tests Reviewed-by: vromero, mcimadamore
Thu, 16 May 2013 12:16:07 -0700 Added tag jdk8-b90 for changeset c710c82509ec
katleman [Thu, 16 May 2013 12:16:07 -0700] rev 17543
Added tag jdk8-b90 for changeset c710c82509ec
Wed, 05 Jul 2017 18:56:10 +0200 Merge
duke [Wed, 05 Jul 2017 18:56:10 +0200] rev 17542
Merge
Thu, 16 May 2013 12:14:55 -0700 Added tag jdk8-b90 for changeset 11ae34f362ad
katleman [Thu, 16 May 2013 12:14:55 -0700] rev 17541
Added tag jdk8-b90 for changeset 11ae34f362ad
Wed, 05 Jul 2017 18:56:07 +0200 Merge
duke [Wed, 05 Jul 2017 18:56:07 +0200] rev 17540
Merge
Fri, 17 May 2013 10:07:23 -0700 Merge
lana [Fri, 17 May 2013 10:07:23 -0700] rev 17539
Merge
Fri, 17 May 2013 10:40:21 +0200 8013900: More warnings compiling jaxp.
dfuchs [Fri, 17 May 2013 10:40:21 +0200] rev 17538
8013900: More warnings compiling jaxp. Summary: Some internal implementation classes in Jaxp were redefining equals() without redefining hashCode(). This patch adds hashCode() methods that are consistent with equals(). Reviewed-by: chegar, joehw
Fri, 10 May 2013 09:23:22 -0700 8014333: javadoc error in JAXP 1.5 patch
joehw [Fri, 10 May 2013 09:23:22 -0700] rev 17537
8014333: javadoc error in JAXP 1.5 patch Reviewed-by: lancea
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip