Activity stream
-
Armin Weißer started the forum topic The art of asking the code about it's structure in the group
Static Code Analysis: 2 years ago · ViewHi all, when it comes to SCA we always want to gain information about the code structure. For example: “Find all methods that have more than 4 parameters” or something like this. I’m currently thinking about expressive ways to ask the code about it’s structure. Mostly the source code is seen as a tree like [...]
-
Armin Weißer started the forum topic Groovy appetizer in the group
Groovy: 2 years ago · ViewTo discuss the expressiveness of the Groovy language I’d like to collect tiny code snippets like this one: ~~~~~~~~~~~~snip // Create a java.util.List with some elements and get a sorted list without duplicates List list = list.unique().sort() assert == list println list ~~~~~~~~~~~~snap (Tip: If you’re new to Groovy check out the Groovy web console [...]
-