This website requires JavaScript.
Explore
Help
Register
Sign In
MDS
/
openide
Watch
1
Star
0
Fork
0
mirror of
https://gitflic.ru/project/openide/openide.git
synced
2026-08-26 00:11:26 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e22a89050d03c538b138cbf0284cd957f858bae6
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
template
/
postfix
/
templates
T
History
Dmitry Batkovich
5116aad4cc
use Optional.of() instead ofNullable() in "opt" postfix template when expression is not null
2017-09-15 15:55:54 +03:00
..
assert
…
cast
…
else
…
field
…
for
…
fori
…
format
…
forr
…
if
…
instanceof
…
lambda
…
new
…
not
…
notnull
…
null
…
opt
use Optional.of() instead ofNullable() in "opt" postfix template when expression is not null
2017-09-15 15:55:54 +03:00
par
…
return
…
sout
…
stream
stream postfix template shouldn't be available for primitive arrays except long[], double[], int[]
2017-09-15 15:29:00 +03:00
switch
…
synchronized
…
throw
…
try
…
twr
…
var
postfix completion: inplace introduce variable: ensure doc committed when handler is started inside writeAction
2016-10-14 09:57:28 +02:00
while
…