-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
High
-
Affects Version/s: 2.2.4
-
Component/s: None
-
Environment:
System Date 목요일, 21 9월 2006
System Time 15:45:16
System Favourite Colour Taupe
Java Version 1.5.0_06
Java Vendor Sun Microsystems Inc.
JVM Version 1.0
JVM Vendor Sun Microsystems Inc.
JVM Implementation Version 1.5.0_06-b05
Java Runtime Java(TM) 2 Runtime Environment, Standard Edition
Java VM Java HotSpot(TM) Server VM
User Name irteam
User Timezone Asia/Seoul
Operating System Linux 2.4.21-37.0.1.ELsmp
OS Architecture i386
Filesystem Encoding EUC-KRJava VM Memory Statistics
Total Memory 1974 MB
Free Memory 512 MB
Used Memory 1462 MB
Memory Graph
[Used Memory ( 74 %)] [Free Memory ( 26 %)]
26 % FreeRuntime Information
Database Dialect bucket.dialect.MySQLDialect
Database Connection URL jdbc:mysql://XXX(sorry. secure)/confluence224?autoReconnect=true&useUnicode=true&characterEncoding=utf8
Database Driver Name com.mysql.jdbc.Driver
Database Driver Version 3.1
Application Server Apache Tomcat/5.5.17
Servlet Version 2.4
Confluence Home: XXX(sorry. secure)
Uptime 22 days, 14 hours, 52 minutes, 7 seconds
Version 2.2.4
Build Number 519System Date 목요일, 21 9월 2006 System Time 15:45:16 System Favourite Colour Taupe Java Version 1.5.0_06 Java Vendor Sun Microsystems Inc. JVM Version 1.0 JVM Vendor Sun Microsystems Inc. JVM Implementation Version 1.5.0_06-b05 Java Runtime Java(TM) 2 Runtime Environment, Standard Edition Java VM Java HotSpot(TM) Server VM User Name irteam User Timezone Asia/Seoul Operating System Linux 2.4.21-37.0.1.ELsmp OS Architecture i386 Filesystem Encoding EUC-KR Java VM Memory Statistics Total Memory 1974 MB Free Memory 512 MB Used Memory 1462 MB Memory Graph [Used Memory ( 74 %)] [Free Memory ( 26 %)] 26 % Free Runtime Information Database Dialect bucket.dialect.MySQLDialect Database Connection URL jdbc:mysql://XXX(sorry. secure)/confluence224?autoReconnect=true&useUnicode=true&characterEncoding=utf8 Database Driver Name com.mysql.jdbc.Driver Database Driver Version 3.1 Application Server Apache Tomcat/5.5.17 Servlet Version 2.4 Confluence Home: XXX(sorry. secure) Uptime 22 days, 14 hours, 52 minutes, 7 seconds Version 2.2.4 Build Number 519
view change is work incorrectly.
I maked page with content like below,
a
b
c
and I edit page like below,
e
f
g
Diff line count is 3. But I view only first line's letter as Attachment image.
I view source. And detect problem point.
In diffLine() method on DiffUtils class, run next method always after for loop.
setDiffMode(DIFF_MODE_NONE);
so, next line's diff mode is always DIFF_MODE_NONE without first line (first line's diff mode is DIFF_MODE_CHANGE_DELETE).
I want to view all line in diff. Unix's diff command is also view all diff line's info. isn't it?
Or is this logic your policy?
I wait your comment. Happy day~~ ![]()
- duplicates
-
CONFSERVER-7546 Page Comparison information shown is wrong / missing
-
- Closed
-