aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-squid-java-plugin/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-2038 LCOM4 value is incorrect when mixing getter/setter and direct ↵Dinesh Bolkensteyn2011-10-243-32/+35
| | | | field access
* SONAR-2715 Provide meaningful exception message, when source file cannot be ↵Evgeny Mandrikov2011-10-241-2/+1
| | | | imported
* Fix violationsEvgeny Mandrikov2011-10-242-4/+4
|
* SONAR-2892 Add more tests and javadocsEvgeny Mandrikov2011-10-194-8/+62
|
* SONAR-2892 Remove dependency on plexus-classworlds from sonar-squid-java-pluginEvgeny Mandrikov2011-10-173-96/+74
|
* SONAR-2892 Use special SquidClassLoader which can be closedEvgeny Mandrikov2011-10-176-1/+320
|
* Remove some ignored tests and fix some commented-out codeSimon Brandhof2011-10-136-39/+8
|
* SONAR-2875 deprecate CodeCheck CheckMessage#getChecker(), replaced by Object ↵Simon Brandhof2011-10-111-1/+1
| | | | CheckMessage#getCheck()
* SONAR-2875 API: deprecate the interface org.sonar.squid.api.CodeCheckSimon Brandhof2011-10-076-65/+26
|
* SONAR-2824 Java Squid should use isolated ClassLoader for bytecode analysisEvgeny Mandrikov2011-09-231-1/+1
|
* SONAR-2714 Reorganize core properties into categoriesSimon Brandhof2011-08-181-3/+16
|
* Fix new violationsSimon Brandhof2011-08-029-36/+30
|
* SONAR-2591 API : translation mechanism of rule descriptionsFabrice Bellingard2011-07-1512-120/+42
| | | | | - Remove rule name & description + rule param description from Squid Java check classes, as they are now in the English Language Pack
* SONAR-2487 Do not analyse bytecode, when property "sonar.skipDesign" set to ↵Evgeny Mandrikov2011-06-013-28/+13
| | | | "true"
* SONAR-2459 Violations should be generated even when bytecode not availableEvgeny Mandrikov2011-05-301-1/+1
|
* SONAR-2164 Add an option to skip package design analysisEvgeny Mandrikov2011-05-302-10/+26
|
* Fix violationsEvgeny Mandrikov2011-05-292-5/+4
|
* SONAR-2469 fix typo in name of InstantiationStrategy classsimonbrandhof2011-05-261-1/+1
|
* Reduce technical debtsimonbrandhof2011-05-051-3/+1
|
* Remove some dead codesimonbrandhof2011-05-051-1/+0
|
* SONAR-2301 ClassComplexityCheck NullPointerExceptionsimonbrandhof2011-05-043-6/+12
|
* SONAR-2255 the metric 'classes' must not be 0 on unit testssimonbrandhof2011-04-201-5/+2
|
* Slight refactoring of squidsimonbrandhof2011-04-122-13/+7
|
* SONAR-2349 New rule to detect empty Java filessimonbrandhof2011-04-122-5/+46
|
* SONAR-791 compare package declaration with physical directorysimonbrandhof2011-04-116-72/+116
|
* SONAR-2322 Filter unit tests files listed in surefire reportssimonbrandhof2011-04-081-17/+24
|
* SONAR-1898 Introduce new entry point - SonarPluginEvgeny Mandrikov2011-04-041-19/+2
|
* SONAR-2303 "Architectural constraint" rule should work for patterns with spacesEvgeny Mandrikov2011-04-041-1/+6
|
* Fix coding violationssimonbrandhof2011-03-271-3/+1
|
* SONAR-2189 Remove the component SquidSearchsimonbrandhof2011-02-214-64/+4
|
* LCOM4 must not be 1 when bytecode is not availablesimonbrandhof2011-02-111-2/+5
|
* Rename Scopes.TYPE to Scopes.PROGRAM_UNITsimonbrandhof2011-02-074-4/+4
|
* SONAR-2171 Do not compute LCOM4/RFC measures when bytecode is not availablesimonbrandhof2011-02-041-1/+16
|
* SONAR-2155 Resource filters are ignored in RFC/LCOM4 distributions of Java ↵simonbrandhof2011-02-048-193/+105
| | | | projects
* Upgrade copyright headerssimonbrandhof2011-02-04103-163/+163
|
* Move calculation of accessors from squid to sonarsimonbrandhof2011-02-012-4/+8
|
* SONAR-2159 The total classes used in complexity distribution is different ↵simonbrandhof2011-02-016-27/+135
| | | | than the number of classes
* Add profile to check copyright headers + fix some badly formatted headerssimonbrandhof2011-01-312-1/+20
|
* Add missing copyright headersimonbrandhof2011-01-301-0/+19
|
* SONAR-2149 Resource filters are ignored in complexity distributions of Java ↵simonbrandhof2011-01-285-4/+158
| | | | | | projects This issue implies SONAR-2153 : API: A decorator should override formulas
* SONAR-2126: Change API to work with file system of a projectEvgeny Mandrikov2011-01-272-3/+3
| | | | | | | | | | * Use language keys instead of objects. * ProjectFileSystem now BatchComponent, so DefaultProjectFileSystem uses benefits from injections and some old code was removed from it to improve immutability. * Small performance improvement for DefaultInputFile.
* Fix Squid plugin to correctly build the relation between a Java file and its ↵simonbrandhof2011-01-251-1/+2
| | | | package
* Improve backward-compatibility when adding data to a non-indexed resourcesimonbrandhof2011-01-252-20/+60
|
* SONAR-791 When the source directory is not exactly the java package root, ↵simonbrandhof2011-01-244-33/+100
| | | | Sonar should stop the analysis
* remove unused class from squid java pluginsimonbrandhof2011-01-231-62/+0
|
* SONAR-1526 ResourceFilters are not used by Squidsimonbrandhof2011-01-214-94/+93
|
* SONAR-2130 Publish measures of Java methods on resource treesimonbrandhof2011-01-215-24/+71
|
* SONAR-2130 Publish measures of Java methods on resource treesimonbrandhof2011-01-212-5/+35
|
* merge 2.5-RC2: SONAR-1760: Support the annotation "@SuppressWarnings" at ↵Evgeny Mandrikov2011-01-111-0/+1
| | | | class level
* Do not keep DSM measure in cachesimonbrandhof2010-12-151-11/+8
|