aboutsummaryrefslogtreecommitdiffstats
path: root/weaver/testinputdata
Commit message (Collapse)AuthorAgeFilesLines
* Globally replace "http:" by "https:" in non-XML filesAlexander Kriegisch2024-02-151-2/+2
| | | | | | | | | Maybe, the XML files and Maven wrapper files will follow. First, let us find out if this breaks the build, maybe some tests are asserting on "http:". But there, the replacement would also have taken place, so probably it just works. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Upgrade license from CPLv1/EPLv1 to EPLv2Alexander Kriegisch2021-06-047-69/+69
| | | | | | | This was required by the Eclipse team as one precondition for the next release. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Moved tests around for avoiding weaving switch infrastructure methodAndy Clement2019-09-111-21/+0
|
* - dont't weave synthetic enum helper method for switchSemyon Danilov2019-09-101-0/+21
| | | | | | - add test for switch on enum with around all advice Signed-off-by: Semyon Danilov <samvimes@yandex.ru>
* update license to EPLacolyer2006-06-017-14/+14
|
* moved stuff around to get rid of the annoying warning about foo() should be ↵aclement2005-10-198-0/+562
called statically. I couldn't just 'fix the program' as it is used in that form as input for a test - so I just moved the code outside of the existing source folders.