Sign in
apache
/
ignite-abbrev-plugin
/
HEAD
0442abd
IGNITE-25905 Update: turn off preview for IgniteGetterSetterSubstitutor (#18)
by Aleksandr Chesnokov
· 8 months ago
master
97cc6b4
IGNITE-25626 Update deprecated API (#17)
by Aleksandr Chesnokov
· 8 months ago
5c89d31
IGNITE-25906 Update list of abbreviations (#19)
by Aleksandr Chesnokov
· 8 months ago
765a5ee
IGNITE-25900 Fix IgniteGetterSetterGenerator preview: inline IgniteMethodInsertionPointSelector (#16)
by Aleksandr Chesnokov
· 8 months ago
511f358
IGNITE-25710 Fix Scala support (#12)
by Aleksandr Chesnokov
· 8 months ago
cb16454
IGNITE-10722 Fix IgniteAbbreviationInspection: resolve refactoring inside write action (#10)
by Aleksandr Chesnokov
· 8 months ago
bbaaf34
IGNITE-25722 Add test for IgniteWrongComparationInspection (#14)
by Aleksandr Chesnokov
· 8 months ago
874d00c
IGNITE-25722 Add test for IgniteAnnotationInspection (#13)
by Aleksandr Chesnokov
· 8 months ago
23c9e78
IGNITE-25722 Add test for IgniteBracketInspection (#11)
by Aleksandr Chesnokov
· 8 months ago
e6c2ea3
IGNITE-25722 Add test for IgniteAbbreviationInspection (#9)
by Aleksandr Chesnokov
· 8 months ago
91f626a
IGNITE-25722 Add tests for getters and setters generation (#8)
by Aleksandr Chesnokov
· 8 months ago
04e15dd
IGNITE-25722 Add test for IgnitePlublicInterfaceMethodsInspection (#7)
by Aleksandr Chesnokov
· 8 months ago
9bfc1aa
IGNITE-25722 Add IgniteMethodInsertionPointSelectorTest (#4)
by Aleksandr Chesnokov
· 8 months ago
720e817
IGNITE-25722 Add test for IgniteCommentInspection
by Aleksandr Chesnokov
· 8 months ago
d900220
IGNITE-25722 Add test for IgniteEmptyLineInspection
by Aleksandr Chesnokov
· 9 months ago
f5f63bc
IGNITE-25625 Update build system: migrate to IntelliJ Platform Gradle Plugin 2.6.0
by Aleksandr Chesnokov
· 9 months ago
33e6fc1
Reorder singulars before plurals.
by ipavlukhin
· 7 years ago
a67c817
Fix typo in abbreviation rule for "label".
by ipavlukhin
· 7 years ago
36c67b1
Update the list of abbreviations. Introduce new plugin version 3.0.1.
by ipavlukhin
· 7 years ago
8a5fefe
ignite-5698: plugin version was changed to 3.0.0
by Vyacheslav Daradur
· 8 years ago
83903be
ignite-5698: imports fix
by Vyacheslav Daradur
· 8 years ago
1d5eb84
ignite-5698: prefix Grid replaced by Ignite
by Vyacheslav Daradur
· 8 years ago
0d3bf3a
ignite-5698: renaming
by Vyacheslav Daradur
· 8 years ago
e051b56
ignite-5698: README.md was added
by Vyacheslav Daradur
· 8 years ago
60d05cd
ignite-5698: header-license was added
by Vyacheslav Daradur
· 8 years ago
6171d19
ignite-5698: packages were renamed
by Vyacheslav Daradur
· 8 years ago
9986a0f
ignite-5698: gitignore was added
by Vyacheslav Daradur
· 8 years ago
d57f3f4
ignite-5698: gitignore was added
by Vyacheslav Daradur
· 8 years ago
e7cc991
Bug fix: NPE
by sevdokimov
· 11 years ago
e104e8c
Bug fix. Exception in GridAbbreviationInspection
by sevdokimov
· 11 years ago
6a939c6
Bug fix.
by sevdokimov
· 11 years ago
db731a3
Added GridWrongComparationInspection.
by sevdokimov
· 11 years ago
70b1fa7
Fix exception.
by Sergey Evdokimov
· 11 years ago
397cd8d
Bug fix
by sevdokimov
· 11 years ago
d8bbec4
Fix compilation for scala.
by sevdokimov
· 11 years ago
2d5a629
Forward version.
by sevdokimov
· 11 years ago
b745411
Forward version.
by sevdokimov
· 11 years ago
0aaf9e9
Abbr inspection must get configuration from project files.
by sevdokimov
· 11 years ago
21f2998
Add GridEmptyLineInspection.
by sevdokimov
· 11 years ago
abc6770
Allow default comment for methods.
by sevdokimov
· 11 years ago
de1a3a4
Bug fix: no warning for redundant '{}' in foreach statement.
by sevdokimov
· 11 years ago
6b7a43e
Bug fix: warning about missing javadocs for method local classes.
by sevdokimov
· 11 years ago
fbdc0ac
Bug fix: don't change invalid elements.
by sevdokimov
· 11 years ago
0ef2cbd
Forward version.
by Sergey Evdokimov
· 11 years ago
4387cbe
Bug fix: exceptions thrown then inspection is run on whole project.
by sevdokimov
· 11 years ago
c467fa1
Add GridPlublicInterfaceMethodsInspection.
by Sergey Evdokimov
· 11 years ago
1cc3117
Bug fix: don't check @NotNull annotation.
by Sergey Evdokimov
· 11 years ago
7430265
Added updateXml.
by Sergey Evdokimov
· 11 years ago
4aa5cb5
Forward version and set since-build="135.1"
by Sergey Evdokimov
· 11 years ago
321ddfd
Added GridAnnotationInspection that check formatting of annotations.
by Sergey Evdokimov
· 11 years ago
3151456
"Service" -> "svc" instead "srvc"
by sevdokimov
· 11 years ago
0835757
Fix NPE.
by sevdokimov
· 11 years ago
8cf17c3
Bug fix: don't remove comments.
by Sergey Evdokimov
· 11 years ago
24d3dd9
Add GridBracketInspection.
by Sergey Evdokimov
· 11 years ago
3b54bb2
Make dependency to Scala optional.
by Sergey Evdokimov
· 11 years ago
f57de14
Refactoring: declare inspections in plugin.xml, not via GridInspectionProvider.
by Sergey Evdokimov
· 11 years ago
9c11415
Fixed abbreviation inspection name clash between Java and Scala.
by vkazakov
· 12 years ago
f6e337f
Fixed 'value' abbreviation in Scala.
by vkazakov
· 12 years ago
1075c8f
Abbreviation inspection for Scala working.
by vkazakov
· 12 years ago
0570ddd
Minor workaround for an occasional 'Method has no parent' problem.
by vkazakov
· 12 years ago
fb0243f
Getter-setter generator now picks correct insertion points.
by vkazakov
· 13 years ago
57fadda
Added 'Add default comment' quick fix for constructors.
by vkazakov
· 13 years ago
f088fe8
Fixed default comment generation and getter generation for constants.
by vkazakov
· 13 years ago
d9e328e
Version bump.
by vkazakov
· 13 years ago
1f57dbf
Fixed warnings for fields in anonymous classes.
by vkazakov
· 13 years ago
fab60ee
Fix for non-abbreviated parameters.
by vkazakov
· 13 years ago
b6d8070
Added 'Generate default comment' quick fix for fields with absent comments. Fixed absent comment inspection for enum element methods. Updated version.
by vkazakov
· 13 years ago
628344c
Added generate getter-setter action to Generate menu (Alt + Insert).
by vkazakov
· 13 years ago
399128d
Additional intentions for getter-only and setter-only generation.
by vkazakov
· 13 years ago
0f4449e
Fix for template parameters in comment inspection.
by vkazakov
· 13 years ago
6cad6d5
Version bump.
by vkazakov
· 13 years ago
fb546d0
Added absent comment inspection with quick fixes. Changed GRIDGAIN_HOME environment variable to GRIDGAIN_PROJECT_HOME JVM property.
by vkazakov
· 13 years ago
0066a30
More strict check in GridGetterSetterSubstitutor.
by vkazakov
· 13 years ago
2c3e5a9
Added getter-setter generating functionality.
by vkazakov
· 13 years ago
0f1cad4
Create README.md
by Pavel Tupitsyn
· 8 months ago
4b30c1a
Initial commit
by Alexey Goncharuk
· 14 years ago