Adrian

1,610
Reputation
181 views

Registered User

Name Adrian
Member for 1 year
Seen 14 hours ago
Website
Location
Age
9h
awarded  Nice Answer
21h
answered Fastest/One-liner way to print XML node’s XPath in Ruby?
22h
comment Adding non-escaped Ampersands to HTML with Nokogiri::XML::Builder
Oops, I mistook 8665 for 8226! Entity is the proper name for &thing; sequences. &bull; should be okay, it's the official name of that entity in HTML. <!ENTITY bull CDATA "&#8226;" -- bullet, =black small circle, u+2022 ISOpub --> see w3.org/TR/WD-html40-970708/…
1d
awarded  Student
1d
answered Adding non-escaped Ampersands to HTML with Nokogiri::XML::Builder
1d
revised Eclipse as an IDE - What do you find missing as a beginner in Java?
replaced picture with one taken from eclipse tool
2d
comment SVN not working in Eclipse
+1 for "and I learnt that I should Never Ever update a software which works fine," true enough with Eclipse!
2d
comment Testing for multiple exceptions with JUnit 4 annotations
@Brain - I cannot, it complains "Vote to old to be changed, unless this answer is edited"
2d
revised Eclipse as an IDE - What do you find missing as a beginner in Java?
added tweet by @anjaguzzi re X-Ray plugin, neat!
2d
asked Pharo Gofer, can it fallback to local package cache when offline?
2d
revised Eclipse as an IDE - What do you find missing as a beginner in Java?
deleted 261 characters in body
2d
answered Eclipse as an IDE - What do you find missing as a beginner in Java?
Nov
27
answered Save object in debug and than use it as stub in tests.
Nov
26
accepted What is the difference between multiple dispatch and method overloading?
Nov
26
answered What happens to a branch of an OS project covered by software patents?
Nov
26
comment Equation (expression) parser with precedence?
I must admit that my examples given in the blog post are getting left-recursion wrong, ie a - b - c evaluates to (a - (b -c)) instead of ((a -b) - c). Actually, that reminds me of adding a todo that I should fix the blog posts.
Nov
26
answered Library for Creating Animated Presentations
Nov
26
answered What is the difference between multiple dispatch and method overloading?
Nov
26
answered JUnit: Enable assertions in class under test
Nov
25
comment Object vs static method design
@jonow it would. In fact this is they way I organize all my helper methods. Any.satisfy, All.notNull etc. Of course (unless you have partial classes as in C#) this assumes a closed world, as it might not be given in some public projects.
Nov
24
answered nokogiri : how to select an element with its text content via CSS not xpath?
Nov
24
answered Xpath: how do you select the second text node (specific text node)
Nov
24
answered How get inner_html of ruby Nokogiri NodeSet unescaped?
Nov
24
answered Object vs static method design
Nov
23
comment Confused about when to throw an exception
Design by contract for the win!
Nov
23
answered Unit Testing - Is it bad form to have unit test calling other unit tests
Nov
23
accepted How do I copy and paste an error message in Pharo?
Nov
22
revised How do I copy and paste an error message in Pharo?
edited tags
Nov
22
answered How do I copy and paste an error message in Pharo?
Nov
20
answered How to find the current stack?
Nov
20
answered A collection that represents a concatenation of two collections in Java
Nov
20
awarded  Organizer
Nov
20
answered Migrating from SUnit to Phexample
Nov
18
answered Smalltalk compilers that target either Java, .NET or Ruby
Nov
18
answered Smalltalk - Inserting a TAB character (Visual Works)
Nov
18
answered Where can I find good unit testing resources for EJB and J2EE?
Oct
29
comment Style question: Writing “this.” before instance variable and methods: good or bad idea?
+1 for pointing out the issue of syntax coloring!
Oct
27
answered Source code is in JDK 1.4 and JUnit test cases in JDK 1.5
Oct
27
accepted In Java how can I validate a thrown exception with JUnit?
Oct
9
answered How can I name Tuples?
Oct
3
awarded  Yearling
Oct
2
comment Opposite of “Abstractor”
"serializer"/"deserializer"
Sep
29
answered Is there a way to access an iteration-counter in Java’s for-each loop?
Sep
29
answered How to remove the Junit4 from eclipse test runner
Sep
25
answered Does JUnit4 testclasses require a public no arg constructor?
Sep
25
revised Coding in Other (Spoken) Languages
fixed type
Sep
19
revised Testing for multiple exceptions with JUnit 4 annotations
fixed tabs vs spaces
Sep
19
comment Testing for multiple exceptions with JUnit 4 annotations
Sorry for downvoting, it happened by accident ... stackoverflow wont let me change my vote unless you edit your post.
Sep
19
revised Testing for multiple exceptions with JUnit 4 annotations
added 109 characters in body; added 541 characters in body; added 127 characters in body
Sep
19
answered Testing for multiple exceptions with JUnit 4 annotations