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.

YamlLine.java:35-39: This interface should extend...

See original GitHub issue

The puzzle 64-04f5df54 in src/main/java/com/amihaiemil/camel/YamlLine.java (lines 35-39) has to be resolved: This interface should extend Comparable, since we want YamlLines to be ordered after they are read from file. Lines should be compared by their String values (similar to Scalar.compareTo). YamlLines.iterator() will return the iterator containing the lines in order.

The puzzle was created by amihaiemil on 22-Feb-17.

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.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
SherifWalycommented, Feb 22, 2017

@amihaiemil Ok, I will try to do it 😄

0reactions
0pddcommented, Feb 23, 2017

The puzzle 64-04f5df54 has disappeared from the source code, that’s why I closed this issue. //cc @amihaiemil

Read more comments on GitHub >

github_iconTop Results From Across the Web

1. Working with Spring Data Repositories
Declare an interface extending Repository or one of its subinterfaces and type it to the domain class that it will handle. public interface...
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