-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
I have a svn diff where parsing seems to miss the start of the second class.
Index: MyClass1.java
--- MyClass1.java (nonexistent)
+++ MyClass1.java (working copy)
@@ -0,0 +1,30 @@
+/*
- Copyright 2018 XXX
- All Rights Reserved
- */
+package com.xxx;
+
+/**
- */
+public class MyClass1
+{- @OverRide
- public boolean equals(Object obj)
- {
- return super.equals(obj);
- }
- @OverRide
- public int hashCode()
- {
- return super.hashCode();
- }
- @OverRide
- public String toString()
- {
- return super.toString();
- }
+}
Index: MyClass2.java
===================================================================
--- MyClass2.java (nonexistent)
+++ MyClass2.java (working copy)
@@ -0,0 +1,30 @@
+/*
- Copyright 2018 xxx
- All Rights Reserved
- */
+package com.xxx;
+
+/**
When parsed the first hunk ends on the line:
+++ MyClass2.java (working copy)
Instead of the Index one.
Metadata
Metadata
Assignees
Labels
No labels