Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-03-30Bug 578713 - NullPointerException during: "Performing API Analysis"Andrey Loskutov1-15/+37
2022-03-29Bug 579381 - Fixes incorrect submonitor handling in UseScanManagerI20220329-1800Lars Vogel1-3/+3
2022-03-29Bug 579381 - Reduce SubMonitor.done() calls in api toolsLars Vogel11-395/+368
2022-03-23Bug 579377 - Merge BETA_JAVA18 code to masterI20220326-1800I20220325-1800I20220324-1800I20220324-0140I20220323-1800I20220323-1230Vikas Chandra1-0/+175
2022-03-22Remove Submonitor#done call in ApiAnalysisBuilder#buildAllLars Vogel1-36/+33
2022-03-17Bug 578820 - Use new FileLocator.getBundleFileLocation(Bundle) part 2Hannes Wellmann1-1/+1
2022-03-17Bug 579230 - fix miscellaneous warnings and enable warnings in build/IDEHannes Wellmann6-12/+8
2022-03-17Bug 579230 - replace deprecated SWT/UI ussageHannes Wellmann3-47/+17
2022-03-17Bug 579230 - fix Java-doc and NLS warningsHannes Wellmann1-27/+26
2022-03-17Bug 579230 - suppress not resolvable warningsHannes Wellmann8-28/+33
2022-03-14Bug 578820 - Use new FileLocator.getBundleFileLocation(Bundle)I20220314-1800Hannes Wellmann3-10/+5
2022-03-11Bug 578404 - activate jdt JobManager's verbose modeI20220312-0100I20220311-1800Hannes Wellmann4-2/+13
2022-03-10Bug 578946 - Avoid generic-wildcards if possibleHannes Wellmann8-53/+51
2022-03-04Bug 579073 - POM and product version change for 4.24 releaseI20220307-0340Sravan Kumar Lakkimsetti4-4/+4
2022-02-10Bug 578673 - Remove java.awt references in PDEI20220213-1800I20220213-0600I20220212-2040I20220212-1800I20220212-0800I20220212-0600I20220212-0140I20220211-1800I20220210-1800Vikas Chandra1-3/+2
2022-02-04Bug 578351 - Lambda generation order is unstable in ecjI20220206-1800I20220205-1800I20220205-0040I20220204-1800I20220204-0300Sravan Kumar Lakkimsetti1-1/+2
2022-02-01Bug 578449 - Use same groupId in production pom than in consumer pomI20220202-0620I20220201-1800Mickael Istria4-7/+4
2022-01-26Bug 578386 - Deadlock between ApiBaseline.doDispose() andAndrey Loskutov3-115/+191
2022-01-26Bug 578391 - Add FreezeMonitor to the PDE testsAndrey Loskutov12-2/+52
2022-01-19Bug 578257 - API job should cancel execution on disposed baseline, takeI20220120-1800I20220120-0720I20220120-0220I20220119-1800Andrey Loskutov15-22/+45
2022-01-19Bug 578273 - Comparator errors in I20220118-1800Andrey Loskutov1-6/+0
2022-01-19Bug 578243 - fix compilation warning on the I build pageVikas Chandra1-1/+1
2022-01-18Bug 578257 - API job should cancel execution on disposed baselineI20220118-1800Andrey Loskutov28-49/+145
2022-01-17Bug 578243 - Deadlock between ApiBaseline.resolvePackage() andI20220117-1800Andrey Loskutov10-297/+405
2022-01-15Bug 576736 - enable RUN_API_ANALYSIS_AS_JOB by defaultI20220116-1800I20220115-1800Andrey Loskutov2-0/+14
2022-01-15Bug 576736 - avoid running jobs if not neededAndrey Loskutov1-2/+11
2022-01-15Bug 578150 - Error in API builder: "invalid version "JavaSE-14":Vikas Chandra1-2/+11
2022-01-15Bug 576736 - Show clearer text for API analysis job so that user is notVikas Chandra2-2/+2
2022-01-14Bug 578204 - fixed typo in Syn*c*hronizedOverflowingLRUCache class nameI20220114-1800Andrey Loskutov3-7/+7
2022-01-13Bug 578204 - Livelock in OverflowingLRUCache.privateRemoveEntry()I20220113-1800Andrey Loskutov3-19/+118
2022-01-13Bug 576736 - ensure build is always on top in the Progress viewVikas Chandra1-0/+1
2022-01-12Bug 576736 - avoid parallel baseline initializationI20220112-1800Andrey Loskutov1-2/+2
2022-01-12Bug 576736 - try to restart analysis on "resource not found" errorsAndrey Loskutov1-1/+31
2022-01-12Bug 576736 - update API builder job namesAndrey Loskutov2-2/+2
2022-01-10Bug 576736 - Run API analysis in a jobI20220111-0450I20220110-1800Andrey Loskutov4-191/+350
2021-12-28Bug 461048 - API Tools doesn't report breakage if a visibility:=reexportI20211228-1800Vikas Chandra6-10/+93
2021-12-15Bug 577804 - Use Status factory methods and Status.OK_STATUSHannes Wellmann30-98/+60
2021-12-10Bug 577543 - Only weave dev-CP entries of actually used platform bundlesI20211210-0600Hannes Wellmann1-3/+4
2021-12-03Bug 576097 - Remove special CVS handling from API testsLars Vogel4-28/+3
2021-12-01Bug 576097 - Remove file filter for cvs files from ApiModelFactoryI20211202-0900I20211202-0440I20211201-1950I20211201-1800Lars Vogel1-17/+1
2021-11-29Bug 577116 - Improve test utility method reusability and simplify testsHannes Wellmann3-51/+13
2021-11-26Bug 577447 - Version bumps for 4.23 streamI20211126-0740Sravan Kumar Lakkimsetti2-2/+2
2021-11-26Bug 577483 - Comparator errors in I20211126-0230Sravan Kumar Lakkimsetti1-1/+2
2021-11-26Bug 577442 - POM and product version change for 4.23 releaseI20211126-0230Sravan Kumar Lakkimsetti4-4/+4
2021-11-10Bug 577176 - Autocomplete not workingS4_22_0_M3I20211111-0910I20211110-1800Andrey Loskutov1-1/+1
2021-11-08Bug 577123 - Remove unused dependencies in PDEI20211109-0840I20211109-0720I20211108-1800I20211108-0620Vikas Chandra1-2/+1
2021-11-04Fix grammar errors in compatible_delta_messages.propertiesEike Stepper1-3/+3
2021-10-22Bug 575475 - Update to ASM 9.2I20211024-1800I20211023-1800I20211022-1800Andrey Loskutov1-2/+2
2021-09-27Bug 539637 - Major rework of dependency computation in DependencyManagerS4_22_0_M1I20210929-1800I20210929-0600I20210928-1800I20210928-0600I20210927-1800I20210927-0600Hannes Wellmann1-7/+10
2021-09-22Bug 576177 - "Convert API tool javadoc Tags" addsI20210924-0200I20210923-1800I20210922-1800Vikas Chandra1-1/+10

Back to the top