Wed, 01 Aug 2012 14:14:15 +0200 Jan Lahoda #212342: during annotation processing, an originally unknown class may be generated, causing error type to be "converted" to a non-erroneous type. Need to take this into account when matching the Symbols from the previous AP round to the Symbols in the current AP round. release72
Tue, 25 Sep 2012 11:41:55 +0200 Dusan Balek Issue #218846: Error "cannot inherit from final class" in at wrong line - fixed.
Mon, 24 Sep 2012 10:37:48 +0200 Tomas Zezula Automated merge with http://hg.netbeans.org/main/nb-javac
Mon, 24 Sep 2012 10:37:17 +0200 Tomas Zezula #218885:CancelAbort from AnnotationProcessor
Wed, 19 Sep 2012 16:51:31 +0200 Dusan Balek Merge.
Mon, 13 Aug 2012 13:50:06 +0200 Dusan Balek Issue #215144: com.sun.tools.javac.code.Symbol$CompletionFailure: class file for Ignore not found - fixed.
Fri, 07 Sep 2012 21:44:55 +0200 Jan Lahoda #217670: set context ClassLoader to the same ClassLoader that load the Processor, to prevent ClassCastException with classes from the 'outside' world
Wed, 08 Aug 2012 10:34:48 +0200 Dusan Balek Issue #213011: IllegalStateException: endPosTable already set - fixed.
Wed, 01 Aug 2012 14:14:15 +0200 Jan Lahoda #212342: during annotation processing, an originally unknown class may be generated, causing error type to be "converted" to a non-erroneous type. Need to take this into account when matching the Symbols from the previous AP round to the Symbols in the current AP round.
Wed, 01 Aug 2012 13:58:20 +0200 Dusan Balek Automated merge with file:///home/balek/wrk/netbeans/main/nb-javac
Tue, 31 Jul 2012 11:24:08 +0200 Dusan Balek Issue #214712: NullPointerException at com.sun.tools.javac.comp.Repair.translateClass - fixed.
Wed, 01 Aug 2012 10:19:44 +0200 Jan Lahoda #216152: preventing an extra error when an erroneous anonymous innerclass is being attributed.
Thu, 26 Jul 2012 12:00:07 +0200 Jan Lahoda Adding releaese72_base tag
Thu, 26 Jul 2012 11:31:45 +0200 Dusan Balek Enhanced logging (see issue #213011 - IllegalStateException: endPosTable already set)
Tue, 03 Jul 2012 12:04:32 +0200 Jan Lahoda Removing anonymous innerclass number stabilization from nb-javac - moved to NetBeans proper.
Tue, 03 Jul 2012 12:01:01 +0200 Jan Lahoda Removing FlowListener from the nb-javac patch.
Tue, 19 Jun 2012 10:44:39 +0200 Jan Lahoda #210053: preventing unnecessary errors when referencing undefined symbols. release72_base
Tue, 19 Jun 2012 09:56:02 +0200 Jan Lahoda #210053: report error when invoking method with unresolvable return type.
Mon, 18 Jun 2012 12:02:46 +0200 Dusan Balek Issue #207028: NullPointerException at com.sun.tools.javac.comp.Flow.visitTry - fixed.
Mon, 18 Jun 2012 09:19:36 +0200 Dusan Balek Issue #182009: Runtime error occured due to Uncompilable source code - fixed.
Wed, 13 Jun 2012 15:51:38 +0200 Jan Lahoda #214073: need to defer lint warnings when attributing method while reattributing source.
Wed, 13 Jun 2012 08:49:46 +0200 Jan Lahoda Actually fail the build if cleaning or building fails
Thu, 07 Jun 2012 14:35:50 +0200 Jan Lahoda #212024: prevent generating class with methods without bodies as constructor accessor tags when the class was deleted by repair or Lower.
Tue, 05 Jun 2012 10:54:36 +0200 Dusan Balek Issue #206577: Octal binary literal compilable with JDK prior to JDK 7 - fixed.
Fri, 01 Jun 2012 12:59:24 +0200 Dusan Balek Issue #213359: Error not shown in editor when there is string constant bigger than 65534 bytes - fixed.
Wed, 30 May 2012 15:11:29 +0200 Dusan Balek Issue #213210: AssertionError: <anonymous > - fixed.
Wed, 23 May 2012 16:36:34 +0200 Dusan Balek Issue #126271: NPE at com.sun.tools.javac.comp.Flow.visitMethodDef - fixed.
Wed, 23 May 2012 14:55:34 +0200 Dusan Balek Issue #178114: NullPointerException at com.sun.tools.javac.code.Types$UnaryVisitor.visit - fixed.
Wed, 23 May 2012 13:40:59 +0200 Dusan Balek Issue #192723: NullPointerException at com.sun.tools.javac.comp.Attr.checkId - fixed.
Wed, 23 May 2012 12:54:09 +0200 Dusan Balek Issue #194758: NullPointerException at com.sun.tools.javac.code.Types.capture - fixed.
Tue, 22 May 2012 15:40:12 +0200 Dusan Balek Issue #196863: NullPointerException at com.sun.tools.javac.code.Symbol.hasOuterInstance - fixed.
Tue, 22 May 2012 13:51:19 +0200 Dusan Balek Issue #199921: NullPointerException at com.sun.tools.javac.code.Symbol.externalType - fixed.
Tue, 22 May 2012 13:42:14 +0200 Dusan Balek Issue #200555: NullPointerException at com.sun.tools.javac.code.Types.sideCast - fixed.
Tue, 22 May 2012 11:00:26 +0200 Dusan Balek Issue #201317: NullPointerException at com.sun.tools.javac.code.Type$ClassType.toString - fixed.
Tue, 22 May 2012 10:29:27 +0200 Dusan Balek Issue #202443: NullPointerException at com.sun.tools.javac.util.Convert.packagePart - fixed.
Mon, 21 May 2012 15:04:04 +0200 Dusan Balek Issue #206760: NullPointerException at com.sun.tools.javac.main.JavaCompiler$1ScanNested.visitClassDef - fixed.
Mon, 21 May 2012 13:27:51 +0200 Dusan Balek Issue #207651: NullPointerException at com.sun.tools.javac.comp.Lower.makeEmptyClass - fixed.
Mon, 21 May 2012 10:55:03 +0200 Dusan Balek Issue #210936: NullPointerException at com.sun.tools.javac.jvm.Gen.genExpr - fixed.
Fri, 11 May 2012 09:01:13 +0200 Tomas Zezula #208514:[71cat] java.io.FileNotFoundException: Z:\Users\RingCube\.netbeans\7.2Dev\var\cache\index\s319\java\14\classes\mtg\card\seller\<error>.sig
Thu, 26 Apr 2012 09:41:20 +0200 Tomas Zezula #211761:CompileWorkers would report error for class roots with no java.lang.Object
Fri, 20 Apr 2012 13:15:16 +0200 Dusan Balek Merge with jdk7u4.
Mon, 16 Apr 2012 15:04:04 -0700 katleman Added tag jdk7u4-b30 for changeset 463face16af6
Thu, 12 Apr 2012 14:16:06 -0700 katleman Added tag jdk7u4-b20 for changeset 83b2485f2acb jdk7u4-b30
Thu, 05 Apr 2012 15:11:20 -0700 katleman Added tag jdk7u4-b19 for changeset 12cdf04507b4 jdk7u4-b20
Thu, 29 Mar 2012 15:42:52 -0700 cl Added tag jdk7u4-b18 for changeset c65b573ccae3 jdk7u4-b19
Thu, 22 Mar 2012 14:11:24 -0700 katleman Added tag jdk7u4-b17 for changeset 80552e34be80 jdk7u4-b18
Sun, 18 Mar 2012 21:25:05 -0700 mfang 7154758: NLS: 7u4 message drop 20 jdk7u4-b17
Fri, 16 Mar 2012 07:30:14 -0700 katleman Added tag jdk7u4-b16 for changeset b05d9de90932
Thu, 08 Mar 2012 11:19:48 -0800 katleman Added tag jdk7u4-b15 for changeset 0bea057f7ce1 jdk7u4-b16
Thu, 01 Mar 2012 13:45:16 -0800 katleman Added tag jdk7u4-b14 for changeset 0e55881c2ee2 jdk7u4-b15
Thu, 23 Feb 2012 15:14:45 -0800 katleman Added tag jdk7u4-b13 for changeset 56eb9150d9ff jdk7u4-b14
Sun, 19 Feb 2012 22:04:01 -0800 lana Merge jdk7u4-b13
Wed, 15 Feb 2012 17:04:48 -0800 lana Merge
Wed, 15 Feb 2012 13:43:29 -0800 jjh 7142086: performance problem in Check.checkOverrideClashes(...)
Wed, 15 Feb 2012 10:28:20 -0800 mfang Merge
Tue, 14 Feb 2012 23:37:47 -0800 mfang 7145375: 7u4 l10n message update related to langtools
Tue, 14 Feb 2012 12:39:01 -0800 jjh 7142667: Problems with the value passed to the 'classes' param of JavaCompiler.CompilationTask.getTask(...)
Tue, 14 Feb 2012 10:02:01 -0800 jjh 7144979: incorrect path separator in make/build.xml for Windows when running jtreg tests
Fri, 17 Feb 2012 09:50:25 -0800 asaha Merge
Thu, 09 Feb 2012 11:37:46 -0800 asaha Merge