index
:
sonarqube.git
4.5.5
6.7
Martin/DefaultSymbol_ErrorMessage
branch-10.0
branch-10.1
branch-10.2
branch-10.3
branch-10.4
branch-10.5
branch-10.6
branch-10.7
branch-10.8
branch-25.01
branch-25.1
branch-5.6
branch-6.0
branch-6.1
branch-6.2
branch-6.3
branch-6.4
branch-6.5
branch-6.5-M1
branch-6.6
branch-6.6-M1
branch-6.7
branch-7.0
branch-7.9
branch-8.1
branch-8.3
branch-8.4
branch-8.5
branch-8.6
branch-8.7
branch-8.9
branch-9.0
branch-9.1
branch-9.2
branch-9.3
branch-9.4
branch-9.5
branch-9.6
branch-9.7
branch-9.8
branch-9.9
bug/cv/SONAR-20986-open-source-build-on-travis-failing
bugfix/cv/upgrade-travisenv-j17
copy_of_master
docs/th/AzureExtensionCompat15621
feat/smarini/BUILD-6088-add-security-md
feature/jay/fix-travis-build
feature/jh/scanner_report_uploader
feature/wad/do-not-merge-do-not-merge
feature/wad/refresh-cache
feature/wad/wip-node-18
fix/jp/fix-jrog
greg/test-new-cirrus-config
jp/test-ut
lj/testing-release
lj/travis-fix-for-master
master
ms/test-timeout
poc/kirill+dam/open-issue-in-ide
poc/me/travis-public-repo
prevent-jvm-override
task/mm/restore-public-build
task/sma/SONAR-22676_DO-NOT-MERGE
wip/ak/BUILD-3755-test-pr
wip/ant1/try_BUILD-3755_no_public_build_for_lts
wouter-admiraal-sonarsource-patch-1
Continuous Inspection: https://github.com/SonarSource/sonarqube
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
plugins
/
sonar-squid-java-plugin
/
src
/
test
/
java
/
org
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove sonar-squid-java-plugin
Evgeny Mandrikov
2012-09-14
78
-5894
/
+0
*
Use ArgumentMatcher
David Gageot
2012-07-16
1
-7
/
+6
*
Remove warning
David Gageot
2012-07-16
1
-1
/
+1
*
SONAR-2333 Add new rule to report about cycles between packages
Evgeny Mandrikov
2012-07-05
1
-2
/
+2
*
SONAR-3119 Report only one violation per block of commented out lines of code
Evgeny Mandrikov
2012-07-05
1
-9
/
+0
*
SONAR-3249 Do not detect commented-out code in headers
Evgeny Mandrikov
2012-07-03
1
-14
/
+14
*
SONAR-3577 Add "Avoid commented-out lines of code" rule to Sonar Way
David Gageot
2012-06-18
2
-4
/
+71
*
Remove violations
David Gageot
2012-06-15
2
-24
/
+27
*
Remove some violations on unit tests
David Gageot
2012-06-14
1
-14
/
+13
*
Suppress warnings
David Gageot
2012-05-25
2
-9
/
+10
*
Code cleaning : Add @Override annotations
David Gageot
2012-04-27
1
-0
/
+1
*
Code cleaning : Remove unnecessary casts
David Gageot
2012-04-27
1
-1
/
+1
*
Remove warnings
David Gageot
2012-04-27
9
-58
/
+50
*
SONAR-3315 Refactor code to better keep track of original file
Fabrice Bellingard
2012-04-02
1
-0
/
+2
*
SONAR-3315 Improve error message when importing duplicate files
Fabrice Bellingard
2012-04-02
1
-10
/
+49
*
SONAR-3289 On java projects compute complexity distribution by file
Evgeny Mandrikov
2012-03-20
3
-105
/
+89
*
SONAR-3209 Add new batch component - FileLinesContextFactory
Evgeny Mandrikov
2012-02-09
2
-12
/
+12
*
SONAR-3210 Compute new measure for Java files - comments in file
Evgeny Mandrikov
2012-02-09
1
-0
/
+4
*
SONAR-3209,SONAR-3210 Provide API to save and retrieve measures by line
Evgeny Mandrikov
2012-02-09
1
-9
/
+11
*
SONAR-3210 Compute new measure for Java files - LoC in file
Evgeny Mandrikov
2012-02-09
1
-0
/
+66
*
Update copyright header for this new year
Simon Brandhof
2012-01-10
76
-76
/
+76
*
SONAR-2018 Change violation message
Evgeny Mandrikov
2011-12-23
1
-1
/
+1
*
SONAR-3093 Java: "comments" metric should include "commented out lines of code"
Evgeny Mandrikov
2011-12-23
4
-4
/
+53
*
SONAR-2018 Improve rule for detection of commented-out code
Evgeny Mandrikov
2011-12-14
1
-0
/
+4
*
SONAR-2018 Improve rule for detection of commented-out code
Evgeny Mandrikov
2011-12-13
1
-1
/
+1
*
SONAR-2018 Improve rule for detection of commented-out code
Evgeny Mandrikov
2011-12-13
1
-5
/
+14
*
Add utility class to simplify assertions in tests for checks
Evgeny Mandrikov
2011-12-13
14
-151
/
+183
*
SONAR-2018 Add rule to detect commented-out lines of code
Evgeny Mandrikov
2011-12-05
1
-0
/
+56
*
LCOM4 of Java files without any class - like package-info.java - must be 1
Simon Brandhof
2011-11-21
1
-2
/
+18
*
SONAR-2584 add support for Java7 in Checkstyle and Squid
Simon Brandhof
2011-10-28
1
-1
/
+1
*
SONAR-2941 Exclude isolated methods from LCOM4 computation
Dinesh Bolkensteyn
2011-10-26
2
-3
/
+7
*
SONAR-2934 Transitive accessor computation now excludes recursive methods
Dinesh Bolkensteyn
2011-10-26
2
-3
/
+10
*
SONAR-2934 Transitive accessor computation now supports recursive methods
Dinesh Bolkensteyn
2011-10-25
1
-0
/
+8
*
SONAR-2934 Accessors should be considered transitively
Dinesh Bolkensteyn
2011-10-25
1
-0
/
+4
*
Moved the place accessors are computed from a bytecode visitor to a property ...
Dinesh Bolkensteyn
2011-10-25
2
-81
/
+40
*
SONAR-2724 SONAR-2723 Improved getter and setter detection algorithm
Dinesh Bolkensteyn
2011-10-25
2
-5
/
+15
*
SONAR-2038 LCOM4 value is incorrect when mixing getter/setter and direct fiel...
Dinesh Bolkensteyn
2011-10-24
2
-1
/
+17
*
SONAR-2892 Add more tests and javadocs
Evgeny Mandrikov
2011-10-19
3
-18
/
+177
*
SONAR-2892 Fix test
Evgeny Mandrikov
2011-10-17
1
-1
/
+1
*
SONAR-2892 Remove dependency on plexus-classworlds from sonar-squid-java-plugin
Evgeny Mandrikov
2011-10-17
7
-108
/
+66
*
SONAR-2892 Use special SquidClassLoader which can be closed
Evgeny Mandrikov
2011-10-17
2
-0
/
+105
*
SONAR-2824 Java Squid should use isolated ClassLoader for bytecode analysis
Evgeny Mandrikov
2011-09-23
1
-0
/
+20
*
SONAR-1836 Add tests against bugs in Checkstyle
Evgeny Mandrikov
2011-09-22
1
-0
/
+20
*
Some code improvements
Simon Brandhof
2011-08-02
1
-33
/
+6
*
SONAR-2487 Do not analyse bytecode, when property "sonar.skipDesign" set to "...
Evgeny Mandrikov
2011-06-01
3
-6
/
+113
*
SONAR-2164 Add an option to skip package design analysis
Evgeny Mandrikov
2011-05-30
1
-5
/
+13
*
Slight refactoring of squid
simonbrandhof
2011-04-12
1
-14
/
+7
*
SONAR-2349 New rule to detect empty Java files
simonbrandhof
2011-04-12
1
-0
/
+66
*
SONAR-791 compare package declaration with physical directory
simonbrandhof
2011-04-11
42
-179
/
+301
*
SONAR-2322 Filter unit tests files listed in surefire reports
simonbrandhof
2011-04-08
1
-8
/
+1
[next]