question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

XmlGraph.java:110-113: The following 2 private methods...

See original GitHub issue

The puzzle 413-309fe9c4 from #413 has to be resolved:

https://github.com/yegor256/jpeek/blob/27d7bb11de1e6576f6c27b75635517c442451fe6/src/main/java/org/jpeek/graph/XmlGraph.java#L110-L113

The puzzle was created by Hamdi Douss on 06-Apr-20.

Estimate: 30 minutes, role: DEV.

If you have any technical questions, don’t ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:12 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
sereshquacommented, Apr 9, 2020

@victornoel wow, i am sorry, seems like i was having couple of issues opened and wrote wrong verdict here, instead of other one

0reactions
0pddcommented, May 1, 2020

@0pdd all 3 puzzles are solved here: #443, #444, #459.

Read more comments on GitHub >

github_iconTop Results From Across the Web

The purpose of private methods and when to use them
The two benefits of private methods are that they a) help reduce the size of an object's API and b) indicate what's safe...
Read more >
reek/Unused-Private-Method.md at master - GitHub
Unused Private Method offers the Basic Smell Options. Private methods that are called via dynamic dispatch will trigger a false alarm since detecting...
Read more >
Private Methods in Python - GeeksforGeeks
Private methods are those methods that should neither be accessed outside the class nor by any base class. In Python, there is no...
Read more >
How do I test a class that has private methods, fields or inner ...
use a private method bar() and 2. run in an infinite loop. As far as I know you can't test bar() by calling...
Read more >
Unit Test Private Methods in Java - Baeldung
Generally speaking, urging to test a private method highlights one of the following problems: We have dead code in our private method. Our ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found