Hi, I'd like to release a QDox-1.12.1 this weekend.At Maven we hit some issues which are already fixed in the trunk for QDox-2.0, so I patched those back.I'll go only through the bugs to see which we need/can fix.So if there are other bugfixes which you'd like to include, let me know. I'm not going to release QDox-2.0, because I'm still struggling with the expression/argument-part.Actually, I'm thinking of simplifying this part.Is anyone aware of a project really needing to know every element of an expression, or is everybody using the expression as a whole.Concrete: int a = ( 2 + 4 ) / 1;Do users want access to the '2', the '4' and the '1' or just "( 2 + 4 ) / 1";I believe the latter, which could improve simplicity and would make it a lot easier to implement the Enum-constructors. Robert