Andreas Sewe

Results 40 comments of Andreas Sewe

> Tentatively slated for the 5.6 backlog for team discussion and further investigation Sounds good. If you need further input about my use cases, feel free to ask. I absolutely...

> Tentatively slated for the 5.6 backlog for team discussion and further investigation As we are past 5.6 (and 5.7) now, has this ever been discussed? If not, is there...

Still interested in this, as `@Nested` tests are great, but the set up tax we have to pay for them is rather expensive. So I would really appreciate if this...

> The last few years they have been less responsive about fixing things but it would not hurt to try to post a bug report to them. If they would...

> That being said, the use of JavaSE-1.5 rather than J2SE-1.5 is discussed in eclipse/tycho#98, too, although I am not 100% sure whether this is a problem with the SVNKit...

> @marcphilipp I would suggest adding a case for when the parameter list is empty, to avoid getting an array with a single null entry. @joshgold22 Sometimes, `null` entries are...

FWIW, I am aware that the JDT UI doesn’t seem to support explicit processor selection akin to `-processor` at the moment. I’ve already filed [a bug report](https://bugs.eclipse.org/bugs/show_bug.cgi?id=528704) for that.

Let me just add another use case (for which projects seem the wrong tool, as “Reading” isn’t some project that is ever finsihed): Tags like `reading.fiction` and `reading.nonfiction`. Contrary to...

@joehni FWIW, I would also like to see `@XStreamAlias` be made `@Repeatable`. Of course, during serialization one of the alias definitions has to be picked, but as long as the...

+1 I’m currently integrating Gitbook (using `frontend-maven-plugin` and `exec-maven-plugin`) into a Maven build and it would be great if I could follow Maven’s conventions (sources in `src/main/gitbook`, output in `target/classes`)....