Simon Larsén

Results 51 issues of Simon Larsén

Fix #4827 Adjusts the `ElementNameMap` to maintain an insertion order of it's entries, which in turn allows us to maintain insertion order of contained types. This _will_ result in a...

Real final part of #3919 There are a few tests that are currently failing, it seems they are using JUnit4 stuff in their test resources. Will work them out tomorrow.

As pointed out in #4672, the `spooned` directory persists across tests and causes interdependencies between tests. It can sometimes be incredibly confusing and create very hard to debug errors (until...

test

A lot of the Javadoc comments int the public API are missing documentation for things like parameters and return types (think `@param` and `@return` tags). In my opinion, the most...

good first issue
documentation

According to discussion in #4108, there's some binary incompatability between Java 1.5+ and Java

chore

The Jenkins jobs running [over here](https://ci.inria.fr/sos/) test the latest snapshot of Spoon on a variety of projects, in a variety of ways. There are two general kinds of jobs: *...

chore
documentation

Such as the list of contributors and the list of releases.

community

When sinper printing an expression that contains a type cast inside of round brackets (i.e. round brackets enclosing the type cast's own round brackets), the sniper printer can insert weird...

bug

A parser with a mutually exclusive argument group behaves pretty strangely. I've noted two problems: * The arguments always end up as optional, even if the group is marked as...

bug

`AstComparator.compare(File, File)` only compares the first type of the compilation unit. So, given a file with multiple type declarations, such as this: ```java public class Klass {} class OtherClass {}...