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

[SCB-1392]Mutiple classes have the same APIModel,and class will occur… #1277

Merged
merged 1 commit into from Aug 8, 2019

Conversation

GuoYL123
Copy link
Contributor

… when generating schemaid.

Follow this checklist to help us incorporate your contribution quickly and easily:

  • Make sure there is a JIRA issue filed for the change (usually before you start working on it). Trivial changes like typos do not require a JIRA issue. Your pull request should address just this issue, without pulling in other changes.
  • Each commit in the pull request should have a meaningful subject line and body.
  • Format the pull request title like [SCB-XXX] Fixes bug in ApproximateQuantiles, where you replace SCB-XXX with the appropriate JIRA issue.
  • Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  • Run mvn clean install -Pit to make sure basic checks pass. A more thorough check will be performed on your pull request automatically.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

@GuoYL123 GuoYL123 closed this Jul 25, 2019
@GuoYL123 GuoYL123 reopened this Jul 25, 2019
@coveralls
Copy link

coveralls commented Jul 27, 2019

Coverage Status

Coverage increased (+0.02%) to 85.702% when pulling e9d5920 on GuoYL123:master into 32c3e01 on apache:master.

Field[] fields2 = AllTypeTest2.class.getDeclaredFields();
for (int i = 0; i < fields1.length; i++) {
for (int j = 0; j < fields2.length; j++) {
if(fields1[i].isSynthetic()||fields2[j].isSynthetic()){
Copy link
Contributor Author

Choose a reason for hiding this comment

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

jacoco will use ASM injecting bytecode into field,this caused a new field named JacocoData will not throw exception when execute addDefinitions.

@GuoYL123 GuoYL123 force-pushed the master branch 2 times, most recently from ceb83f1 to e9d5920 Compare August 6, 2019 07:21
@liubao68 liubao68 merged commit bc333c5 into apache:master Aug 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants