Niels Spruit

Results 10 comments of Niels Spruit

Hi @baynezy. First of all thanks for publishing this great library as it saves us a significant amount of time to develop the HTMLMarkdown conversion we need. However, currently we're...

I have some more info after debugging for a while. I've added some print statements, resulting in the following log: ``` Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m;...

In addition, in the log shown above you can see that the bug does not only appear before shutting down. The ReadingInterval is also lost due to this bug, which...

#243 indeed fails, but not because of the problem described (at least not in this build). However, I've checked out the branch and the test does actually fail. I'll see...

:+1: I've now fixed that hashCode error by adding a hashCode method to IntervalBase. Unfortunately this results in new errors... The question I have now is: can an instance of...

BTW, as WatchDogTransferable is an abstract class there can never be another instance of it except for instances of IntervalBase or EventBase. These two options both override the equals method...

After adding several different new equals and hashCode methods to WatchDogTransferable and IntervalBase as well as canEqual methods as described [here](http://www.artima.com/lejava/articles/equality.html), errors still appear when running the test. Furthermore, I...

I haven't committed anything as I never got the test to pass, so I'm not referring to any commits here

Exactly, practically every change I made based on the given error messages did not change the test results, so it seems to be a theoretical issue indeed. However, I don't...