Aenigma / ActionMockup

Other
1 stars 0 forks source link

JDK-8041713 #22

Closed Aenigma closed 10 years ago

Aenigma commented 10 years ago

We're hitting the bug described here.

The regression was introduced in 420e0b9432c564d40f5eaf55dfc9481ab849f2b9 when using functional method references in the definition for:

There may be other similar problems after this patch. But for now, I need to make these changes so that the damn thing can compile.

Aenigma commented 10 years ago

Scratch all that, the problem lies here. The patch mentioned above also redid the FormFactory classes. A constructor which accepted the value of the resource class was assumed for each FormFactory; however, the RecurringTransactionForm did not follow that scheme and caused quite a bit of headache due to the javac bug.

So, quick change to RecurringTransactionForm should fix it. But later. I'm exhausted :sleepy:

Aenigma commented 10 years ago

fixed in 2ca65860e28ec27d411810c15952d3cd4519b057