Andrey Loskutov

Results 38 issues of Andrey Loskutov

Follow up on https://github.com/eclipse-platform/eclipse.platform.swt/issues/108. I've merged https://github.com/eclipse-platform/eclipse.platform.swt/pull/154 now that beside SWT test fix shows leaked file descriptors per test. With that I see that the test framework (tycho) itself leaks...

This is a side effect of not properly supporting INVOKEDYNAMIC instruction (issue #6): the snippet below generates "The following classes needed for SpotBugs analysis on project A were missing: run"...

bug
Java-8

See https://github.com/eclipse-tycho/tycho/issues/879 and https://github.com/eclipse-tycho/tycho/pull/1321. It makes no sense to update to surefire as long as it still has this bug not fixed https://issues.apache.org/jira/browse/SUREFIRE-2072

Change condition to run every time but not on tags. See https://github.com/spotbugs/spotbugs/issues/2820

I haven't checked which PR broke that, but since a week or so the latest builds on master do not deploy Eclipse plugin anymore to https://spotbugs.github.io/eclipse-latest/. This makes it impossible...

bug
regression

I see that there is a 1.2021.14 version available : https://github.com/plantuml/plantuml/releases/tag/v1.2021.14 Can we update to this version? Or, other way around: what is the relationship between Eclipse plugin and library...

As reported [here](https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/1686#issuecomment-1867371296): > Are the class files themselves readily accessible ? > The textual diff is not completely informative. For example the local variable table is missing. For the...

enhancement
help wanted

We observe periodic build fails in https://ci.eclipse.org/releng/job/Releng/job/ep-collectResults/ job. Because of this, the test results aren't published for the related SDK test run. All recent fails were while `"Installing org.eclipse.wtp.releng.tools.feature.feature.group"` task....

Follow up on https://github.com/eclipse-jdt/eclipse.jdt.core/pull/1566. For all platform repos would make sense to set default line ends to LF (Unix) style & encoding UTF-8 in Oomphed workspace preferences. While I prefer...

enhancement

I've created https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/2877 (which is now duplicate of re-opened https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/2478).

bug