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

Missing <op> in some cases #114

Closed
llorllale opened this issue Jan 27, 2018 · 14 comments
Closed

Missing <op> in some cases #114

llorllale opened this issue Jan 27, 2018 · 14 comments

Comments

@llorllale
Copy link
Contributor

Some <op> are not being included in the skeleton.xml. For example, in the case of class Bar, notice how NAME is not listed in the ops for method getKey:

public final class Bar {
    private final Object key;
    private final Object value;
    private static String singleton = "";
    private static final String NAME = "hey";
   ...
    public Object getKey() {
        Bar.singleton = "bye";
        Bar.NAME.length();
        return this.key;
    }
   ...
}
<method abstract="false"
        ctor="false"
        desc="()Ljava/lang/Object;"
        name="getKey"
        public="true"
        static="false">
   <return>Ljava/lang/Object</return>
   <args/>
   <ops>
      <op code="put_static">singleton</op>
      <op code="get">key</op>
   </ops>
</method>
@0crat
Copy link
Collaborator

0crat commented Jan 27, 2018

@yegor256/z please, pay attention to this issue

@yegor256 yegor256 added the bug label Jan 28, 2018
@0crat 0crat added the scope label Jan 28, 2018
@0crat
Copy link
Collaborator

0crat commented Jan 28, 2018

Job #114 is now in scope, role is DEV

@0crat
Copy link
Collaborator

0crat commented Jan 28, 2018

Bug was reported, see §29: +15 points just awarded to @llorllale/z, total is +255

@0crat
Copy link
Collaborator

0crat commented Feb 6, 2018

The job #114 assigned to @rok-povsic/z. The budget is 30 minutes, see §4. Please, read §8 and §9. If the task is not clear, read this and this.

@0crat
Copy link
Collaborator

0crat commented Feb 11, 2018

@rok-povsic/z this job was assigned to you 5 days ago. It will be taken away from you soon, unless you close it, see §8. Read this and this, please.

@0crat
Copy link
Collaborator

0crat commented Feb 14, 2018

@rok-povsic/z this job was assigned to you 8 days ago. It will be taken away from you soon, unless you close it, see §8. Read this and this, please.

@rok-povsic
Copy link
Contributor

@yegor256 Please close the completed issue.

@yegor256
Copy link
Member

@rok-povsic it's not mine

@llorllale
Copy link
Contributor Author

@rok-povsic closed, thank you

@rok-povsic
Copy link
Contributor

rok-povsic commented Feb 14, 2018

@llorllale Thank you. A new issue with the next puzzle has been open here.

@0crat
Copy link
Collaborator

0crat commented Feb 14, 2018

Order was successfully finished: +30 points just awarded to @rok-povsic/z, total is +90

@llorllale
Copy link
Contributor Author

@rok-povsic yes, I saw, thanks

@0crat
Copy link
Collaborator

0crat commented Feb 14, 2018

The job #114 is now out of scope

@0pdd
Copy link
Collaborator

0pdd commented Feb 5, 2021

@llorllale the puzzle #508 is still not solved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants