Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

trim ops in application exception MD parser #32

Merged
merged 1 commit into from Apr 3, 2012

Conversation

baranowb
Copy link
Contributor

No description provided.

@@ -66,15 +66,15 @@ protected void processElement(ApplicationExceptionMetaData applicationExceptionM
switch (ejbJarElement)
{
case EXCEPTION_CLASS:
applicationExceptionMetaData.setExceptionClass(reader.getElementText());
applicationExceptionMetaData.setExceptionClass(super.getElementText(reader));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why super?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dunno, I always prefer to make it explicit. Quick hint where src of method should be looked for.

@wolfc
Copy link
Contributor

wolfc commented Mar 29, 2012

Preferably this should also have a test.

@baranowb
Copy link
Contributor Author

np, test phase didnt show much I think so I did not bother with that, will brew quickie once I come back.

wolfc added a commit that referenced this pull request Apr 3, 2012
trim ops in application exception MD parser
@wolfc wolfc merged commit 2927015 into jboss:master Apr 3, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants