Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-11-20Bug 568959 - NPE when parsing .java file (build and edition assistanceI20201122-1800I20201122-0600I20201121-1800I20201121-0600I20201120-1800I20201120-0320Manoj Palat1-1/+1
2020-11-20Bug 568922 - cannonical constructor for local record throws verify errorManoj Palat2-1/+9
2020-11-18Bug 568514 - [15] Local Enum classes need to flagged for explicitI20201118-1800Manoj Palat1-1/+1
2020-11-17Bug 567532 - Extract methodsI20201118-0600Gunnar Wagenknecht1-365/+217
2020-11-17Bug 567532 - Fix module updates not persisted for test locationsGunnar Wagenknecht1-3/+84
2020-11-17Bug 567532 - Add toString methodsGunnar Wagenknecht1-0/+24
2020-11-17Bug 567532 - Improve debug outputGunnar Wagenknecht1-2/+2
2020-11-17Bug 566498 - Capture time spent in findTypesGunnar Wagenknecht2-96/+134
2020-11-17Bug 565447 - [15] ASTConverter showing pattern variable forI20201117-1800I20201117-0600Sarika Sinha1-2/+13
2020-11-17Bug 563427 - [test] [model] testConvertToModuleJay Arthanareeswaran1-1/+1
2020-11-17Bug 568871 - Compiler warnings in jdt.core in latest buildJay Arthanareeswaran2-3/+3
2020-11-16Bug 565447 - [15] ASTConverter showing pattern variable forI20201116-1800Sarika Sinha1-2/+2
2020-11-16Bug 561544 - NullPointerException in Expression.forcedToBeRaw whenJay Arthanareeswaran1-1/+4
2020-11-16Bug 561199 - [14] [quick fix] Serializable record doesn't require aI20201116-0600Manoj Palat1-0/+1
2020-11-14Revert "Bug 537665 - Cannot parse module-info file standalone."Andrey Loskutov1-13/+1
2020-11-13Bug 561167 - "Source > Cleanup" removes necessary cast of nullI20201115-1800I20201115-0600I20201114-1800I20201114-0740I20201114-0600I20201113-1800Jeff Johnston2-0/+11
2020-11-13Bug 568758 - [15] sealed - Use "implement" for interface cases inManoj Palat4-6/+17
2020-11-12Bug 566979 - No Syntax error seen: when "sealed" token used in method signatureKalyan Prasad Tatavarthi1-1/+24
2020-11-12Bug 506230 - [1.9] Message for '_' as identifier needs to be harder inI20201112-1800Sravan Kumar Lakkimsetti3-1/+5
2020-11-11Bug 568710 - [15] [javadoc] for @see , @link tags spaces should not be consid...I20201111-1800Kalyan Prasad Tatavarthi1-0/+16
2020-11-11Bug 499037 [9][resource] Include effectively final variables in t-w-r inManoj Palat2-11/+30
2020-11-10Bug 565609 - some code cleanup in JrtFileSystem.cachePackage()I20201110-1800Andrey Loskutov1-18/+25
2020-11-09Bug 537665 - Cannot parse module-info file standalone.I20201109-1800Roland Grunberg1-1/+13
2020-11-08Bug 565609 - NPE in JrtFileSystem.cachePackage(JRTUtil.java:626) onAndrey Loskutov1-1/+1
2020-11-06Bug 566853 - [15] record - generate Delegate Methods does not give any outputI20201108-1800I20201107-1800I20201107-0750I20201106-1800I20201106-0710Kalyan Prasad Tatavarthi2-0/+21
2020-11-06Bug 565447 - [15] ASTConverter showing pattern variable forSarika Sinha2-9/+11
2020-11-06Bug 566498 - Optimize classpath scanning to selected packages onlyGunnar Wagenknecht1-30/+175
2020-11-05Bug 566262 - AIOOBE in DiskIndex.readChunkI20201105-1800Simeon Andreev1-0/+5
2020-11-05Bug 568535 - [indexer] JobManager.processingThread &Andrey Loskutov1-2/+2
2020-11-05Bug 568534 -Andrey Loskutov1-1/+1
2020-11-05Bug 568529 - Broken check pattern for submitting new indexer jobsAndrey Loskutov2-4/+15
2020-11-05Bug 568521 - org.eclipse.jdt.internal.core.index.Index.monitor is notAndrey Loskutov1-1/+1
2020-11-05Bug 566985 - [15] Compile error should use "interface" instead ofI20201105-0230Manoj Palat1-1/+1
2020-11-04Bug 568514 - [15] Local Enum classes need to flagged for explicitManoj Palat4-3/+23
2020-11-03Reverting bug 566979 fixManoj Palat1-1/+1
2020-11-03Bug 568428 - [15] incorrect/No error flagged for sealed/non-sealed localManoj Palat1-7/+8
2020-11-02Bug 566498 - Fix comparisonI20201103-0030I20201102-1910Gunnar Wagenknecht1-1/+1
2020-11-02Bug 565930 - Passing --release option to JDT compiler causes strangeJay Arthanareeswaran2-80/+87
2020-11-02Bug 568333 - Errors reported in parsing compilation logsJay Arthanareeswaran1-102/+125
2020-11-02Bug 566498 - Use a better hash code implementationGunnar Wagenknecht1-1/+5
2020-11-02Bug 566498 - Use parsed module-info.class from cacheGunnar Wagenknecht1-11/+5
2020-10-31Bug 565462 - SourceLookup + Java 11 + Find Duplicates brokenY20201103-1200Y20201102-1200I20201101-1800I20201031-1800Andrey Loskutov1-0/+29
2020-10-30Bug 566979 - No Syntax error seen: when "sealed" token used inI20201030-1800Manoj Palat1-1/+1
2020-10-30Bug 566498 - Collect more timings for analysisGunnar Wagenknecht5-175/+256
2020-10-29Remove @noreference from text block and yield statement APIsI20201029-1800Noopur Gupta1-4/+2
2020-10-29Bug 567082 - Close streamsCarsten Hammer2-4/+3
2020-10-28Bug 568259 - Scope.isBoxingCompatibleWith(...) throwsJay Arthanareeswaran1-2/+6
2020-10-28Bug 553149: [14] Pattern instanceof - Code SelectI20201028-1800I20201028-0800I20201028-0610Jay Arthanareeswaran1-2/+6
2020-10-22Bug 567731 - [15] record declaration allows the keyword non-sealedY20201101-1200Y20201031-1200Y20201030-1200Y20201029-1200Y20201028-1200Y20201027-1200Y20201026-1200I20201028-0130I20201028-0020I20201027-2350I20201027-1800I20201026-1850I20201026-0840I20201026-0650I20201025-1800I20201025-0040I20201024-1800I20201023-1800I20201023-0250Jay Arthanareeswaran4-9/+23
2020-10-11Bug 567714 - [15] Formatting record file moves annotation to the line ofI20201021-1800I20201021-0200I20201020-1800I20201020-0240I20201019-1800I20201018-1800I20201017-1800I20201016-1800I20201016-0000I20201015-1800I20201014-1800I20201013-1800I20201012-1800I20201012-0750I20201011-1800Mateusz Matela2-1/+4

Back to the top