forked from apache/netbeans
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'apache:master' into master
- Loading branch information
Showing
41 changed files
with
1,600 additions
and
164 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
129 changes: 129 additions & 0 deletions
129
...nfiles/org/netbeans/modules/java/completion/JavaCompletionTaskTest/1.8/templateStart.pass
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,129 @@ | ||
Integer i | ||
String str | ||
protected native Object clone() | ||
public boolean equals(Object arg0) | ||
protected void finalize() | ||
public String get1(String str, Integer i) | ||
public String get2(String str, Integer i) | ||
public String get3(String str, Integer i) | ||
public final native Class<?> getClass() | ||
public native int hashCode() | ||
public final native void notify() | ||
public final native void notifyAll() | ||
public String toString() | ||
public final void wait() | ||
public final native void wait(long arg0) | ||
public final void wait(long arg0, int arg1) | ||
boolean | ||
byte | ||
char | ||
double | ||
false | ||
float | ||
int | ||
long | ||
new | ||
null | ||
short | ||
super | ||
this | ||
true | ||
AbstractMethodError | ||
Appendable | ||
ArithmeticException | ||
ArrayIndexOutOfBoundsException | ||
ArrayStoreException | ||
AssertionError | ||
AutoCloseable | ||
Boolean | ||
BootstrapMethodError | ||
Byte | ||
CharSequence | ||
Character | ||
Class | ||
ClassCastException | ||
ClassCircularityError | ||
ClassFormatError | ||
ClassLoader | ||
ClassNotFoundException | ||
ClassValue | ||
CloneNotSupportedException | ||
Cloneable | ||
Comparable | ||
Compiler | ||
Deprecated | ||
Double | ||
Enum | ||
EnumConstantNotPresentException | ||
Error | ||
Exception | ||
ExceptionInInitializerError | ||
Float | ||
FunctionalInterface | ||
IllegalAccessError | ||
IllegalAccessException | ||
IllegalArgumentException | ||
IllegalMonitorStateException | ||
IllegalStateException | ||
IllegalThreadStateException | ||
IncompatibleClassChangeError | ||
IndexOutOfBoundsException | ||
InheritableThreadLocal | ||
InstantiationError | ||
InstantiationException | ||
Integer | ||
InternalError | ||
InterruptedException | ||
Iterable | ||
LinkageError | ||
Long | ||
Math | ||
NegativeArraySizeException | ||
NoClassDefFoundError | ||
NoSuchFieldError | ||
NoSuchFieldException | ||
NoSuchMethodError | ||
NoSuchMethodException | ||
NullPointerException | ||
Number | ||
NumberFormatException | ||
Object | ||
OutOfMemoryError | ||
Override | ||
Package | ||
Process | ||
ProcessBuilder | ||
Readable | ||
ReflectiveOperationException | ||
Runnable | ||
Runtime | ||
RuntimeException | ||
RuntimePermission | ||
SafeVarargs | ||
SecurityException | ||
SecurityManager | ||
Short | ||
StackOverflowError | ||
StackTraceElement | ||
StrictMath | ||
String | ||
StringBuffer | ||
StringBuilder | ||
StringIndexOutOfBoundsException | ||
StringTemplates | ||
SuppressWarnings | ||
System | ||
Thread | ||
ThreadDeath | ||
ThreadGroup | ||
ThreadLocal | ||
Throwable | ||
TypeNotPresentException | ||
UnknownError | ||
UnsatisfiedLinkError | ||
UnsupportedClassVersionError | ||
UnsupportedOperationException | ||
VerifyError | ||
VirtualMachineError | ||
Void | ||
java |
139 changes: 139 additions & 0 deletions
139
...enfiles/org/netbeans/modules/java/completion/JavaCompletionTaskTest/10/templateStart.pass
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,139 @@ | ||
Integer i | ||
String str | ||
protected native Object clone() | ||
public boolean equals(Object arg0) | ||
protected void finalize() | ||
public String get1(String str, Integer i) | ||
public String get2(String str, Integer i) | ||
public String get3(String str, Integer i) | ||
public final native Class<?> getClass() | ||
public native int hashCode() | ||
public final native void notify() | ||
public final native void notifyAll() | ||
public String toString() | ||
public final void wait() | ||
public final native void wait(long arg0) | ||
public final void wait(long arg0, int arg1) | ||
boolean | ||
byte | ||
char | ||
double | ||
false | ||
float | ||
int | ||
long | ||
new | ||
null | ||
short | ||
super | ||
this | ||
true | ||
AbstractMethodError | ||
Appendable | ||
ArithmeticException | ||
ArrayIndexOutOfBoundsException | ||
ArrayStoreException | ||
AssertionError | ||
AutoCloseable | ||
Boolean | ||
BootstrapMethodError | ||
Byte | ||
CharSequence | ||
Character | ||
Class | ||
ClassCastException | ||
ClassCircularityError | ||
ClassFormatError | ||
ClassLoader | ||
ClassNotFoundException | ||
ClassValue | ||
CloneNotSupportedException | ||
Cloneable | ||
Comparable | ||
Compiler | ||
Deprecated | ||
Double | ||
Enum | ||
EnumConstantNotPresentException | ||
Error | ||
Exception | ||
ExceptionInInitializerError | ||
Float | ||
FunctionalInterface | ||
IllegalAccessError | ||
IllegalAccessException | ||
IllegalArgumentException | ||
IllegalCallerException | ||
IllegalMonitorStateException | ||
IllegalStateException | ||
IllegalThreadStateException | ||
IncompatibleClassChangeError | ||
IndexOutOfBoundsException | ||
InheritableThreadLocal | ||
InstantiationError | ||
InstantiationException | ||
Integer | ||
InternalError | ||
InterruptedException | ||
Iterable | ||
LayerInstantiationException | ||
LinkageError | ||
Long | ||
Math | ||
Module | ||
ModuleLayer | ||
NegativeArraySizeException | ||
NoClassDefFoundError | ||
NoSuchFieldError | ||
NoSuchFieldException | ||
NoSuchMethodError | ||
NoSuchMethodException | ||
NullPointerException | ||
Number | ||
NumberFormatException | ||
Object | ||
OutOfMemoryError | ||
Override | ||
Package | ||
Process | ||
ProcessBuilder | ||
ProcessHandle | ||
Readable | ||
ReflectiveOperationException | ||
Runnable | ||
Runtime | ||
RuntimeException | ||
RuntimePermission | ||
SafeVarargs | ||
SecurityException | ||
SecurityManager | ||
Short | ||
StackOverflowError | ||
StackTraceElement | ||
StackWalker | ||
StrictMath | ||
String | ||
StringBuffer | ||
StringBuilder | ||
StringIndexOutOfBoundsException | ||
StringTemplates | ||
SuppressWarnings | ||
System | ||
Thread | ||
ThreadDeath | ||
ThreadGroup | ||
ThreadLocal | ||
Throwable | ||
TypeNotPresentException | ||
UnknownError | ||
UnsatisfiedLinkError | ||
UnsupportedClassVersionError | ||
UnsupportedOperationException | ||
VerifyError | ||
VirtualMachineError | ||
Void | ||
com | ||
java | ||
javax | ||
org | ||
sun |
Oops, something went wrong.