projects
/
idea
/
community.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
PsiTypesUtil: reverted erroneous changes in getExpectedTypeByParent (IDEA-CR-15590)
2016-11-11
Tagir Valeev
PsiTypesUtil: reverted erroneous changes in getExpectedTypeB...
commit
|
commitdiff
|
tree
2016-11-11
Tagir Valeev
IDEA-163767: fixed for assignment, tests for assignment...
commit
|
commitdiff
|
tree
2016-11-11
Tagir Valeev
IDEA-163767 Simplify optional.isPresent() inspection...
commit
|
commitdiff
|
tree
2016-11-11
Tagir Valeev
OptionalUtil#getMapTypeArgument: check nulls; remove...
commit
|
commitdiff
|
tree
2016-11-11
Tagir Valeev
IDEA-163764 "Replace Optional.isPresent() checks with...
commit
|
commitdiff
|
tree
2016-11-11
Tagir Valeev
Moved TypeUtils#getMethodReturnType -> PsiTypesUtil...
commit
|
commitdiff
|
tree
2016-11-10
Tagir Valeev
TypeUtils#getMethodReturnType extracted
commit
|
commitdiff
|
tree
2016-11-10
Tagir Valeev
PsiDiamondTypeUtil#removeRedundantTypeArguments
commit
|
commitdiff
|
tree
2016-11-09
Tagir Valeev
StreamApiMigrationInspection: NPE fixed (EA-91387)
commit
|
commitdiff
|
tree
2016-11-08
Tagir Valeev
Java8ReplaceMapGetInspection: missing statements.length...
commit
|
commitdiff
|
tree
2016-11-08
Tagir Valeev
PsiElementConcatenationInspectionTest: mock library...
commit
|
commitdiff
|
tree
2016-11-08
Tagir Valeev
ExpressionUtils.getAssignmentTo
commit
|
commitdiff
|
tree
2016-11-08
Tagir Valeev
JavaDoc for OptionalUtil#getOptionalElementType; MethodCallU...
commit
|
commitdiff
|
tree
2016-11-07
Tagir Valeev
IDEA-163627 Simplify optional.isPresent() inspection...
commit
|
commitdiff
|
tree
2016-11-07
Tagir Valeev
StreamToLoopInspection: added ExplicitCollectTerminalOperati...
commit
|
commitdiff
|
tree
2016-11-03
Tagir Valeev
SourceOperation: failing tests fixed after unpluralize...
commit
|
commitdiff
|
tree
2016-11-03
Tagir Valeev
IDEA-163510 DevKit inspection to warn when PsiElement...
commit
|
commitdiff
|
tree
2016-11-03
Tagir Valeev
IDEA-163302 Suggest to use IntStream.boxed() if manually...
commit
|
commitdiff
|
tree
2016-11-03
Tagir Valeev
StreamToLoopInspection: disable for raw types (IDEA...
commit
|
commitdiff
|
tree
2016-11-02
Tagir Valeev
StreamToLoopInspection fixes: toArray intermediate...
commit
|
commitdiff
|
tree
2016-11-01
Tagir Valeev
StreamToLoopInspection: fixed flatMap with method reference...
commit
|
commitdiff
|
tree
2016-11-01
Tagir Valeev
StreamToLoopInspection: minor cleanup
commit
|
commitdiff
|
tree
2016-11-01
Tagir Valeev
IDEA-161198 Migration from Stream API back to for loops
commit
|
commitdiff
|
tree
2016-11-01
Tagir Valeev
ComparatorCombinatorsInspection: fixed for incomplete...
commit
|
commitdiff
|
tree
2016-10-27
Tagir Valeev
fix mistakenly negated condition in 60b6d10 (SimplifyStreamA...
commit
|
commitdiff
|
tree
2016-10-27
Tagir Valeev
variable.getUseScope() removed from ReferencesSearch...
commit
|
commitdiff
|
tree
2016-10-27
Tagir Valeev
PsiUtil.resolveClassInClassTypeOnly used (IDEA-CR-14722)
commit
|
commitdiff
|
tree
2016-10-26
Tagir Valeev
StreamApiMigrationInspection: add guard checks for...
commit
|
commitdiff
|
tree
2016-10-25
Tagir Valeev
StreamApiMigrationInspection: var scope removed (IDEA...
commit
|
commitdiff
|
tree
2016-10-25
Tagir Valeev
IDEA-163051 "Replace inefficient Stream API call chains...
commit
|
commitdiff
|
tree
2016-10-25
Tagir Valeev
IDEA-163082 "can be replaced with addAll" inspection...
commit
|
commitdiff
|
tree
2016-10-25
Tagir Valeev
Stream API Migration: do not add type arguments if...
commit
|
commitdiff
|
tree
2016-10-24
Tagir Valeev
Stream API Migration: fix cases when boxed collection...
commit
|
commitdiff
|
tree
2016-10-24
Tagir Valeev
Stream API migration: ignore mutable variables in nested...
commit
|
commitdiff
|
tree
2016-10-24
Tagir Valeev
Stream API migration: add narrowing cast if necessary...
commit
|
commitdiff
|
tree
2016-10-21
Tagir Valeev
IDEA-162945 Stream API migration: support cases where...
commit
|
commitdiff
|
tree
2016-10-21
Tagir Valeev
IDEA-162875 Stream API migration: support conversion...
commit
|
commitdiff
|
tree
2016-10-20
Tagir Valeev
IDEA-162694 Improve "Merge filter chain" intention
commit
|
commitdiff
|
tree
2016-10-19
Tagir Valeev
ActionHint#findAndCheck now accepts String errorMessage...
commit
|
commitdiff
|
tree
2016-10-19
Tagir Valeev
PsiUtil.resolveClassInType used (IDEA-CR-14640)
commit
|
commitdiff
|
tree
2016-10-19
Tagir Valeev
IDEA-CR-14593: MethodRefCanBeReplacedWithLambdaInspection...
commit
|
commitdiff
|
tree
2016-10-19
Tagir Valeev
IDEA-162662 inspection: simplify obvious stream collect...
commit
|
commitdiff
|
tree
2016-10-18
Tagir Valeev
IDEA-162696 Intention "Merge filter chain" does not...
commit
|
commitdiff
|
tree
2016-10-18
Tagir Valeev
IDEA-162574 False positive 'Lambda can be replaced...
commit
|
commitdiff
|
tree
2016-10-18
Tagir Valeev
add missing StreamApiMigration test
commit
|
commitdiff
|
tree
2016-10-17
Tagir Valeev
ReplaceWithMapPutIfAbsentFix -> ReplaceConditionalMapPutFix...
commit
|
commitdiff
|
tree
2016-10-17
Tagir Valeev
AnonymousCanBeLambdaInspection#isLambdaForm, minor...
commit
|
commitdiff
|
tree
2016-10-17
Tagir Valeev
IDEA-160988 Add inspection to merge adjacent Stream...
commit
|
commitdiff
|
tree
2016-10-12
Tagir Valeev
IDEA-162215 "Collection usage could be simplified in...
commit
|
commitdiff
|
tree
2016-10-12
Tagir Valeev
IDEA-161257 Follow-up: support scenarios like map.put...
commit
|
commitdiff
|
tree
2016-10-12
Tagir Valeev
DescriptionCheckerUtil#searchScopes: stop if module...
commit
|
commitdiff
|
tree
2016-10-11
Tagir Valeev
LightQuickFixTestCase, OrderEntryTest: do not read...
commit
|
commitdiff
|
tree
2016-10-11
Tagir Valeev
AnonymousCanBeLambdaInspection/AnonymousHasLambdaAlternative...
commit
|
commitdiff
|
tree
2016-10-11
Tagir Valeev
ActionHint: remove boolean autoboxing
commit
|
commitdiff
|
tree
2016-10-11
Tagir Valeev
refactor QuickFixTestCase: encapsulate action hint...
commit
|
commitdiff
|
tree
2016-10-11
Tagir Valeev
fix StringTokenizerDelimiterInspection (it did not...
commit
|
commitdiff
|
tree
2016-10-10
Tagir Valeev
fix invalid negative tests for quick-fixes
commit
|
commitdiff
|
tree
2016-10-10
Tagir Valeev
IDEA-162190 Inspection to convert anonymous ThreadLocal...
commit
|
commitdiff
|
tree
2016-10-07
Tagir Valeev
LightQuickFixTestCase: Check whether <caret> is present...
commit
|
commitdiff
|
tree
2016-10-07
Tagir Valeev
PsiReference.isReferenceTo() used (IDEA-CR-14288)
commit
|
commitdiff
|
tree
2016-10-07
Tagir Valeev
SimplifyStreamApiCallChainsInspection: support primitive...
commit
|
commitdiff
|
tree
2016-10-07
Tagir Valeev
Stream API migration various fixes
commit
|
commitdiff
|
tree
2016-10-06
Tagir Valeev
IDEA-162157 Stream API migration: support counted for...
commit
|
commitdiff
|
tree
2016-10-05
Tagir Valeev
IDEA-CR-14231 iteratorRefs -> findOnlyIteratorRef
commit
|
commitdiff
|
tree
2016-10-05
Tagir Valeev
use PsiEquivalenceUtil instead of EquivalenceChecker...
commit
|
commitdiff
|
tree
2016-10-05
Tagir Valeev
move StreamApiMigrationInspection to java-impl module...
commit
|
commitdiff
|
tree
2016-10-05
Tagir Valeev
IDEA-CR-14198 displayNames and descriptions updated
commit
|
commitdiff
|
tree
2016-10-05
Tagir Valeev
IDEA-161259 follow-up: support scenarios when iterator...
commit
|
commitdiff
|
tree
2016-10-05
Tagir Valeev
Disable Java 8 migration inspections in IDEA projects
commit
|
commitdiff
|
tree
2016-10-05
Tagir Valeev
fix cast introduction in LambdaCanBeMethodReferenceInspectio...
commit
|
commitdiff
|
tree
2016-10-04
Tagir Valeev
IDEA-162051 Simplify !Stream.anyMatch(x -> !(...))...
commit
|
commitdiff
|
tree
2016-10-04
Tagir Valeev
StreamAPI migration: limited sorting support
commit
|
commitdiff
|
tree
2016-10-04
Tagir Valeev
StreamAPI migration: propose to use any/all/noneMatch...
commit
|
commitdiff
|
tree
2016-10-04
Tagir Valeev
ExpressionUtils#getAssignment now returns simple assignments...
commit
|
commitdiff
|
tree
2016-10-04
Tagir Valeev
Java8CollectionsApiInspection is split into 4 separate...
commit
|
commitdiff
|
tree
2016-10-04
Tagir Valeev
ControlFlowUtils#statementBreaksLoop; StreamApiMigrationInsp...
commit
|
commitdiff
|
tree
2016-10-03
Tagir Valeev
Stream API migration: refactoring (MigrateToStreamFix...
commit
|
commitdiff
|
tree
2016-10-03
Tagir Valeev
Stream API migration: replace with findFirst().ifPresent...
commit
|
commitdiff
|
tree
2016-10-03
Tagir Valeev
Stream API migration refactoring: TerminalBlock is...
commit
|
commitdiff
|
tree
2016-10-03
Tagir Valeev
Stream API migration: support nested anyMatch
commit
|
commitdiff
|
tree
2016-09-30
Tagir Valeev
IDEA-CR-14049 followup typo fixed
commit
|
commitdiff
|
tree
2016-09-30
Tagir Valeev
IDEA-CR-14049 missing getType() added; support array...
commit
|
commitdiff
|
tree
2016-09-30
Tagir Valeev
ExceptionUtil.getThrownCheckedExceptions: accepts varargs now
commit
|
commitdiff
|
tree
2016-09-30
Tagir Valeev
IDEA-CR-13980: comments handling is simplified (they...
commit
|
commitdiff
|
tree
2016-09-30
Tagir Valeev
IDEA-161925 Stream API migration: support toArray conversion...
commit
|
commitdiff
|
tree
2016-09-30
Tagir Valeev
StreamApiMigrationInspection: references to non-final...
commit
|
commitdiff
|
tree
2016-09-30
Tagir Valeev
StreamApiMigrationInspection: correctly handle anonymous...
commit
|
commitdiff
|
tree
2016-09-29
Tagir Valeev
IDEA-161861 Stream API migration should handle cases...
commit
|
commitdiff
|
tree
2016-09-28
Tagir Valeev
OptionalIsPresentInspection.isVoidLambdaCandidate ...
commit
|
commitdiff
|
tree
2016-09-28
Tagir Valeev
Java8CollectionsApiInspection: add checkboxes to switch...
commit
|
commitdiff
|
tree
2016-09-28
Tagir Valeev
Java8CollectionsApiInspection: access modifiers, cosmetic...
commit
|
commitdiff
|
tree
2016-09-27
Tagir Valeev
IDEA-161259 Add Java-8 migration to use Collection...
commit
|
commitdiff
|
tree
2016-09-27
Tagir Valeev
DescriptionCheckerUtil: exclude the previous scope...
commit
|
commitdiff
|
tree
2016-09-27
Tagir Valeev
OptionalIsPresentInspection: simplify isRaw() and isOptional...
commit
|
commitdiff
|
tree
2016-09-27
Tagir Valeev
StreamApiMigrationInspection: utility methods moved...
commit
|
commitdiff
|
tree
2016-09-27
Tagir Valeev
StreamApiMigrationInspection: fix noneMatch()/allMatch...
commit
|
commitdiff
|
tree
2016-09-26
Tagir Valeev
DummyEntryPointsTool: suppress InspectionDescriptionNotFound...
commit
|
commitdiff
|
tree
2016-09-26
Tagir Valeev
StreamApiMigrationInspection improvements: expression...
commit
|
commitdiff
|
tree
2016-09-26
Tagir Valeev
refactor StreamApiMigrationInspection: extract visitor...
commit
|
commitdiff
|
tree
2016-09-26
Tagir Valeev
IDEA-161706 Migration to Stream API: support primitive...
commit
|
commitdiff
|
tree
next