Skip to main content

User Spotlight - Andrey Loskutov

What do you do?

I work as R&D software engineer/Eclipse expert at Advantest Europe in Böblingen/Germany. My main responsibility is the Eclipse platform, Eclipse test framework and core UI components we develop for our V93000 product. Advantest V93000 SoC is the world's leading semiconductor test solution and its UI is based on Eclipse. I also evaluate, build, and configure the Eclipse IDE and various plugins used by our R&D engineers. My work day is a mix of Eclipse/JVM crash or deadlock investigations, bug triaging, code reviews, meetings, Java debugging, shell scripting, platform patching, tea drinking, and lot of R&D engineers support and coaching.

After my day job, in my spare time I try to do some open source development - I'm the author of few Eclipse plugins, maintainer of FindBugs Eclipse plugin, committer for the following Eclipse projects: EGit and Platform UI.

How long have you been using Eclipse?

I've been using Eclipse since its first public release (2.0, in 2002), and before that I've used its predecessor (Visual Age for Java) I think since 2000. Very soon after we've got this new shiny Eclipse toy I wrote my first Eclipse plugin - BranchView for Perforce, a graphical version tree of p4 commits. This (now discontinued) plugin was a warm up, soon followed by JDepend4Eclipse, AnyEdit Tools, FileSync, Bytecode Outline and Data Hierarchy plugins. I wrote all those plugins to simplify our, mine and my collegue's, daily work on a very large Java code bases at TUI Infotec and later at Advantest Europe. All my plugins are open source and available on Eclipse Marketplace.

Since 2002, I followed each Eclipse release (and sometimes even milestones) to catch up on platform changes, updating my (sometimes broken) plugins, reporting bugs, and sometimes contributing patches. Last year, I started contributing more to Eclipse projects and less to my own. I had to patch JGit/EGit because we moved to Git from Clearcase and hit serious performance issues in Eclipse with our 7 GB git repository. At same time, I had to patch Platform UI because my beloved Eclipse 3.8.2 was not working on modern Linux desktops anymore (thanks to ever changing GTK behavior) and Eclipse 4.4 still didn't match my quality expectations. After my patches to JGit and EGit I became EGit committer. Later, after my patches to Eclipse 4.5, I became Platform UI committer. I hope I can continue to contribute to these projects in the future.

One very important thing I've learned during this ~15 years with Eclipse: everyone can and should try to contribute back to Eclipse (or to open source projects in general). IMHO Eclipse today can only survive with contributions from our users, so I encourage every one to test Eclipse milestones, write bug reports and contribute patches - it is much easier today than it was a few years ago, and it is much more important now as well. Read my recent blog entry to understand why!

Name five plugins you use and recommend:

I must confess, I eat my own dog food and use my own plugins every day, so don't be surprised to find some of them in the list below. :)

  • AnyEdit Tools: a "must have" swiss knife for every Eclipse programmer! Makes lot of boring programming tasks easy and convenient. Many of the ideas and features found in this plugin were contributed by AnyEdit users.
  • FindBugs: *the* static code analyzer for Java, integrated into Eclipse. No one should write Java code without it! Please note that FindBugs can be also used on command line and so we at Advantest run the FindBugs analysis for all of our Java code in our continuous integration build.
  • Eclemma: a very useful and handy Java code coverage plugin, based on JaCoCo. Similar to FindBugs, JaCoCo can be integrated into the continuous integration build (and of course all our automated Eclipse tests at Advantest are executed with JaCoCo).
  • ZipEditor: very useful little plugin for patching Eclipse platform jars or editing/browsing archives of many types directly inside IDE.
  • Bytecode Outline: shows your what the compiler does with your Java code. "Who cares" would you say? This plugin is surely not for daily use, but sometimes it is an eye opener on some very subtle Java language details. Of course it is a "must have" tool for every one trying to engineer Java bytecode with ASM.

What's your favorite thing to do when you're not working?

Playing with my son, reading news & books (lately unfortunately not so often) and hacking on Eclipse (this *is* my hobby). Recently, I finally got my "fishing license" (in Germany you can't just go fishing!!!) and now I can really enjoy fishing with my son.


User Details

Back to the top