Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/chained-text-boxes
/
xmerge
1c5f07e
Fix typos
by Andrea Gelmini
· 11 years ago
2a65bf3
Revert "Typo: iff->if"
by Julien Nabet
· 11 years ago
cf92da3
Typo: iff->if
by Julien Nabet
· 11 years ago
0c18bed
java: 'final static' to 'static final'
by Noel Grandin
· 11 years ago
efd4bfa
java:regulatize the order of 'final' and public/private
by Noel Grandin
· 11 years ago
ba233e8
remove unnecessary parenthesis in return statements
by Noel Grandin
· 11 years ago
3090d96
xmerge: store the original exception in the cause field properly
by Noel Grandin
· 11 years ago
7320714
java: fix non-public UNO implementation classes
by Noel Grandin
· 11 years ago
7557f23
java: reduce visibility of fields and methods
by Noel Grandin
· 11 years ago
0063cf2
java: make fields final where possible
by Noel Grandin
· 11 years ago
da40cac
Fix common typos. No automatic tools. Handmade…
by Andrea Gelmini
· 11 years ago
bb43702
java: convert fields to local variables where possible
by Noel Grandin
· 11 years ago
36ff152
java: reduce excessive code indentation levels
by Noel Grandin
· 11 years ago
9e207520
xmerge: use java.nio.ByteBuffer (JDK 1.4+)
by Robert Antoni Buj i Gelonch
· 11 years ago
9341bf3
java: when rethrowing, store the original exception
by Noel Grandin
· 11 years ago
96e3718
xmerge: use String.format
by Robert Antoni Buj i Gelonch
· 11 years ago
bbd5a30
java: ensure that the stream is cleaned up before the method returns
by Robert Antoni Buj i Gelonch
· 11 years ago
fa22664
java: always use braces for while loops
by Noel Grandin
· 11 years ago
973eb2f
java: reduce the depth of some deeply nested if blocks
by Noel Grandin
· 11 years ago
f6388e1
java: import from the same package
by Robert Antoni Buj i Gelonch
· 11 years ago
e77235e
xmerge: ensure that the stream is cleaned up before the method returns
by Robert Antoni Buj i Gelonch
· 11 years ago
6d848b2
xmerge: The if statement is redundant
by Robert Antoni Buj i Gelonch
· 11 years ago
dc53e30
java: simplify conditions involving logical negation
by Noel Grandin
· 12 years ago
f635ba0
java: remove some unnecessary intermediary object creation
by Noel Grandin
· 12 years ago
5b0e6ae
xmerge: reuse the value of node.getNodeName() and remove duplicated constants
by Robert Antoni Buj i Gelonch
· 12 years ago
ca7899d
xmerge: reuse the value of value.indexOf and remove duplicated code
by Robert Antoni Buj i Gelonch
· 12 years ago
dbff5f5
xmerge: Converting ArrayList to Array
by Robert Antoni Buj i Gelonch
· 12 years ago
4086137
fix more Java1.5 incompatibility
by Noel Grandin
· 12 years ago
83636d2
java: when rethrowing exceptions, store the original cause
by Noel Grandin
· 12 years ago
d44ace5
xmerge: Convert a primitive type into a string
by rbuj
· 12 years ago
b53415f
xmerge: use String.length()==0 instead of String.equals(empty string)
by rbuj
· 12 years ago
c346e0f
xmerge: use a character literal
by rbuj
· 12 years ago
fa52447
xmerge: Integer & Boolean Parsing
by rbuj
· 12 years ago
a5a9457
xmerge: javadoc maintenance and minor code formatting
by rbuj
· 12 years ago
2406f4d
xmerge: replace package.html with package-info.java
by rbuj
· 12 years ago
e1bf8ff
xmerge: fix javadoc errors for JDK 8
by rbuj
· 12 years ago
6884ef6
java: don't catch and then just rethrow an exception
by Noel Grandin
· 12 years ago
8c9fdc4
java: remove modifiers implied by the context
by Noel Grandin
· 12 years ago
60f152c
java: avoid unnecessary comparisons in boolean expressions
by Noel Grandin
· 12 years ago
188af1e
no need to instantiate an object to get it's class
by Noel Grandin
· 12 years ago
b9813ad
xmerge: Convert a primitive type into a string
by rbuj
· 12 years ago
4b4bff3
java: no need to instantiate String objects directly
by Noel Grandin
· 12 years ago
ff0ad04
java: use 'Integer.valueOf' instead of 'new Integer'
by Noel Grandin
· 12 years ago
56ef553
java: classes in java.lang package do not need to be fully qualified
by Noel Grandin
· 12 years ago
3a8d351
java: remove unused methods
by Noel Grandin
· 12 years ago
0d916bb
java: remove unused imports
by Noel Grandin
· 12 years ago
5ce80c9
remove dead java constants
by Noel Grandin
· 12 years ago
34bcf9b
java: remove dead methods
by Noel Grandin
· 12 years ago
8583da1
java: remove unused fields
by Noel Grandin
· 12 years ago
68cd011
java: reduce scope, make some methods private
by Noel Grandin
· 12 years ago
70f56bc
java: reduce scope, make member classes private
by Noel Grandin
· 12 years ago
da677df
java: reduce scope, make fields private
by Noel Grandin
· 12 years ago
14d1a11
java: reduce scope, make constructors private
by Noel Grandin
· 12 years ago
e701b3f
java: reduce scope, make constants private
by Noel Grandin
· 12 years ago
0477e6c
java: add @Override annotation to overriding methods
by Noel Grandin
· 12 years ago
616b3ad
java: remove exceptions from throws clauses that are not
by Noel Grandin
· 12 years ago
958a95d
xmerge: Remove local variable name conflict
by rbuj
· 12 years ago
de02417
xmerge: Avoid a possible null pointer exception
by rbuj
· 12 years ago
2479db76
xmerge: javadoc <code>..</code> fix
by rbuj
· 12 years ago
8b4ea55
xmerge: The assigned value is never used
by rbuj
· 12 years ago
316a6dd
xmerge: String comparison
by rbuj
· 12 years ago
0a6e084
xmerge: Use J2SE 5.0 String.{replace|contains}
by rbuj
· 12 years ago
17f9b92
xmerge: simplify static final constructors
by Noel Grandin
· 12 years ago
ebe8792
xmerge: static non-final variable in the initialization
by rbuj
· 12 years ago
4ac335c
xmerge: Remove local variable name conflict
by rbuj
· 12 years ago
583a35b
xmerge: If statement is redundant
by rbuj
· 12 years ago
e36edbb
xmerge: The assigned value is never used
by rbuj
· 12 years ago
23aa8ea
xmerge: String comparison
by rbuj
· 12 years ago
56739cf
xmerge: Avoid java.util.ConcurrentModificationException
by rbuj
· 12 years ago
7f9732e
remove commented out code
by Noel Grandin
· 12 years ago
94a5c87
xmerge: The assigned value is never used
by rbuj
· 12 years ago
2505225
xmerge: If statement is redundant
by rbuj
· 12 years ago
a9a944e
xmerge: Enhanced For-Loops
by rbuj
· 12 years ago
a8df517
xmerge: If statement is redundant
by rbuj
· 12 years ago
9f803ee
xmerge: @Override
by rbuj
· 12 years ago
34170ac
xmerge: javadoc <code>..</code> fix
by rbuj
· 12 years ago
62ef936
xmerge: remove String constructor invocation
by rbuj
· 12 years ago
7d06a06
xmerge: Unused assignment
by rbuj
· 12 years ago
67a5b68
xmerge: remove import from same package
by rbuj
· 12 years ago
66566bf
xmerge: javadoc <p>..</p> fix
by rbuj
· 12 years ago
cc25f70
compareTo -> equals
by Noel Grandin
· 12 years ago
820a299
Many spelling fixes: directories r* - z*.
by Pedro Giffuni
· 12 years ago
45d09ea
"overflow" is one word
by Tor Lillqvist
· 12 years ago
136f1ad
xmerge: simplify deprecated XTypeProvider.getImplementationId
by Stephan Bergmann
· 12 years ago
c2a0a2b
Remove visual noise from xmerge
by Alexander Wilms
· 12 years ago
08452f1
Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVA
by Tor Lillqvist
· 13 years ago
402c8f5
Java cleanup, close file handles when done with them
by Noel Grandin
· 13 years ago
72e5d0c
Move to MPLv2 license headers, with ESC decision and author's permission.
by Michael Meeks
· 13 years ago
79b0046
remove legacy build.pl prj/build.lst files.
by Michael Meeks
· 13 years ago
a5783fe
remove stale javafilters
by Andras Timar
· 13 years ago
59d02d3
kill random dmake leftovers
by Peter Foley
· 13 years ago
b768611
remove all d.lst
by Michael Stahl
· 13 years ago
616c692
s/the the/the/
by Tor Lillqvist
· 13 years ago
0c317af
s/childrens/children/
by Tor Lillqvist
· 13 years ago
3d6d07a
Get rid of GetVersionInfo and checkdll
by Tor Lillqvist
· 13 years ago
c290989
Get rid of (most uses of) GUI
by Tor Lillqvist
· 13 years ago
4395680
fdo#51304: Remove @author annotation
by José Guilherme Vanz
· 13 years ago
4972652
fdo#51304: Remove @author annotation
by José Guilherme Vanz
· 14 years ago
9385062
Make it clearer that previous change was sound
by Stephan Bergmann
· 14 years ago
4e2c95c
Java cleanup - remove unnecessary null checks
by Noel Grandin
· 14 years ago
Next »