]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
12 years agoSONAR-3060 Use new CPD algorithm
Evgeny Mandrikov [Tue, 6 Dec 2011 23:37:03 +0000 (03:37 +0400)]
SONAR-3060 Use new CPD algorithm

12 years agoSONAR-3060 Add new CPD algorithm based on suffix tree
Evgeny Mandrikov [Tue, 6 Dec 2011 22:37:47 +0000 (02:37 +0400)]
SONAR-3060 Add new CPD algorithm based on suffix tree

12 years agoSONAR-1974 improve UI+error handling
simonbrandhof [Tue, 6 Dec 2011 22:26:33 +0000 (23:26 +0100)]
SONAR-1974 improve UI+error handling

12 years agoSONAR-2399 Improvements on review widgets
Fabrice Bellingard [Tue, 6 Dec 2011 17:48:09 +0000 (18:48 +0100)]
SONAR-2399 Improvements on review widgets

12 years agoFix compatibility of DbUnit with Oracle (lack of boolean type)
Simon Brandhof [Tue, 6 Dec 2011 17:04:22 +0000 (18:04 +0100)]
Fix compatibility of DbUnit with Oracle (lack of boolean type)

12 years agoFix creation of Oracle sequences in integration tests of MyBatis
Simon Brandhof [Tue, 6 Dec 2011 16:07:32 +0000 (17:07 +0100)]
Fix creation of Oracle sequences in integration tests of MyBatis

12 years agoSONAR-1974 add the form to create its own violations
simonbrandhof [Tue, 6 Dec 2011 16:01:12 +0000 (17:01 +0100)]
SONAR-1974 add the form to create its own violations

12 years agoTry to fix Oracle tests
Simon Brandhof [Tue, 6 Dec 2011 15:12:47 +0000 (16:12 +0100)]
Try to fix Oracle tests

12 years agoImprove rendering of source code
simonbrandhof [Mon, 5 Dec 2011 21:19:11 +0000 (22:19 +0100)]
Improve rendering of source code

* remove top and bottom borders from all the line numbers
* remove top and bottom borders from groups of violations
* remove the margin before source code. It can be mixed up with real whitespaces or tabulations in source code

12 years agoSONAR-3056 do not select line numbers when copying source code
simonbrandhof [Mon, 5 Dec 2011 21:08:50 +0000 (22:08 +0100)]
SONAR-3056 do not select line numbers when copying source code

12 years agoSONAR-3055 API: remove the attribute "classes" of the annotations @DependsUpon and...
Simon Brandhof [Mon, 5 Dec 2011 16:40:22 +0000 (17:40 +0100)]
SONAR-3055 API: remove the attribute "classes" of the annotations @DependsUpon and @DependedUpon

12 years agoSONAR-1974 do not disable the rules of the repository "review" at startup
Simon Brandhof [Mon, 5 Dec 2011 16:05:57 +0000 (17:05 +0100)]
SONAR-1974 do not disable the rules of the repository "review" at startup

12 years agoSONAR-1974 automatically close reviews that relate to resolved manual violations
Simon Brandhof [Mon, 5 Dec 2011 16:05:21 +0000 (17:05 +0100)]
SONAR-1974 automatically close reviews that relate to resolved manual violations

12 years agoRemove INFO logs in unit tests and fix Oracle tests
Simon Brandhof [Mon, 5 Dec 2011 14:25:26 +0000 (15:25 +0100)]
Remove INFO logs in unit tests and fix Oracle tests

12 years agoFix some violations
Simon Brandhof [Mon, 5 Dec 2011 11:39:26 +0000 (12:39 +0100)]
Fix some violations

12 years agoSONAR-2018 Add rule to detect commented-out lines of code
Evgeny Mandrikov [Fri, 2 Dec 2011 13:05:39 +0000 (17:05 +0400)]
SONAR-2018 Add rule to detect commented-out lines of code

12 years agoSONAR-1974 inject manual violations into batch
simonbrandhof [Sun, 4 Dec 2011 22:24:13 +0000 (23:24 +0100)]
SONAR-1974 inject manual violations into batch

12 years agoFix drilldown page in order to accept the parameter period=0
simonbrandhof [Sun, 4 Dec 2011 21:44:17 +0000 (22:44 +0100)]
Fix drilldown page in order to accept the parameter period=0

12 years agoSONAR-3052 add dependency on Guava 10
simonbrandhof [Sun, 4 Dec 2011 19:49:55 +0000 (20:49 +0100)]
SONAR-3052 add dependency on Guava 10

12 years agoSONAR-1974 fix a conflict of column names in the WS /api/violations
simonbrandhof [Sun, 4 Dec 2011 19:47:17 +0000 (20:47 +0100)]
SONAR-1974 fix a conflict of column names in the WS /api/violations

12 years agoAdd log to debug integration tests with Oracle
Simon Brandhof [Fri, 2 Dec 2011 14:53:16 +0000 (15:53 +0100)]
Add log to debug integration tests with Oracle

12 years agoAdd missing header + remove hibernate logs when executing unit tests
Simon Brandhof [Fri, 2 Dec 2011 14:32:31 +0000 (15:32 +0100)]
Add missing header + remove hibernate logs when executing unit tests

12 years agoFix DaoTestCase for Oracle
Simon Brandhof [Fri, 2 Dec 2011 14:03:03 +0000 (15:03 +0100)]
Fix DaoTestCase for Oracle

We didn't succeed in using java.sql.DatabaseMetaData#getTables() on Oracle.

12 years agoTable names are not correctly loaded in DaoTestCase
Simon Brandhof [Fri, 2 Dec 2011 13:42:20 +0000 (14:42 +0100)]
Table names are not correctly loaded in DaoTestCase

12 years agoAdd logs to DaoTestCase in order to list the TRUNCATE commands
Simon Brandhof [Fri, 2 Dec 2011 13:29:43 +0000 (14:29 +0100)]
Add logs to DaoTestCase in order to list the TRUNCATE commands

+ Unit tests must log with level INFO

12 years agoSONAR-1974 add missing change
Simon Brandhof [Fri, 2 Dec 2011 11:14:13 +0000 (12:14 +0100)]
SONAR-1974 add missing change

12 years agoSONAR-1974 support creation of manual violations in the web service /api/reviews
Simon Brandhof [Fri, 2 Dec 2011 10:45:48 +0000 (11:45 +0100)]
SONAR-1974 support creation of manual violations in the web service /api/reviews

12 years agoImprove exception handling of web app when the requested resource does not exist
Simon Brandhof [Fri, 2 Dec 2011 10:42:24 +0000 (11:42 +0100)]
Improve exception handling of web app when the requested resource does not exist

12 years agoFix typo in RuleDaoTest
Simon Brandhof [Fri, 2 Dec 2011 09:07:02 +0000 (10:07 +0100)]
Fix typo in RuleDaoTest

12 years agoThe field "period_index" of the ruby component Api::DashboardConfiguration should...
Simon Brandhof [Fri, 2 Dec 2011 09:03:26 +0000 (10:03 +0100)]
The field "period_index" of the ruby component Api::DashboardConfiguration should be nil when undefined, but not 0

12 years agoRollback incorrect change in sonar.css due to the merge with the branch release-2.12
Simon Brandhof [Fri, 2 Dec 2011 09:01:58 +0000 (10:01 +0100)]
Rollback incorrect change in sonar.css due to the merge with the branch release-2.12

12 years agoSONAR-1974 refactor tables RULE_FAILURES and REVIEWS
Simon Brandhof [Fri, 2 Dec 2011 09:01:04 +0000 (10:01 +0100)]
SONAR-1974 refactor tables RULE_FAILURES and REVIEWS

* Rollback the previous changes on RULE_FAILURES : SNAPSHOT_ID NULLABLE and new column RESOURCE_ID
* Add the columns REVIEWS.RULE_ID (nullable) and MANUAL_VIOLATION (boolean)
* Add experimental MyBatis mapper for reviews
* Add the fields manualViolation (boolean) and permanentId to org.sonar.api.rules.Violation

12 years agoAllow criteria with null values in DatabaseSession#getResults(Class, Object... criteria)
Simon Brandhof [Thu, 1 Dec 2011 13:44:36 +0000 (14:44 +0100)]
Allow criteria with null values in DatabaseSession#getResults(Class, Object... criteria)

12 years agoEscape the value of sonar.jdbc.schema on Oracle
Simon Brandhof [Thu, 1 Dec 2011 13:43:32 +0000 (14:43 +0100)]
Escape the value of sonar.jdbc.schema on Oracle

12 years agoSONAR-2819 Upgrade to PMD 4.3
Evgeny Mandrikov [Wed, 30 Nov 2011 12:50:13 +0000 (16:50 +0400)]
SONAR-2819 Upgrade to PMD 4.3

New rules in PMD 4.3:
* DontCallThreadRun
* GuardDebugLogging

New rules in PMD 4.2.6:
* GenericsNaming
* AvoidCatchingGenericException
* AvoidLosingExceptionInformation
* AvoidLiteralsInIfCondition
* UseConcurrentHashMap
* DoNotHardCodeSDCard

12 years agoSONAR-3046 change the title when a period is selected + improve links on violation...
Simon Brandhof [Wed, 30 Nov 2011 15:24:35 +0000 (16:24 +0100)]
SONAR-3046 change the title when a period is selected + improve links on violation drilldown

12 years agoSONAR-3045 Guess the property sonar.jdbc.driverClassName
Simon Brandhof [Wed, 30 Nov 2011 10:46:37 +0000 (11:46 +0100)]
SONAR-3045 Guess the property sonar.jdbc.driverClassName

12 years agoSONAR-1836 Upgrade to Checkstyle 5.5
Evgeny Mandrikov [Wed, 30 Nov 2011 06:55:26 +0000 (10:55 +0400)]
SONAR-1836 Upgrade to Checkstyle 5.5

New rules in 5.2:
* InnerTypeLast

Modified rules in 5.2:
* DeclarationOrder
* ImportOrder

New rules in 5.3:
* OuterTypeFilename
* NestedForDepth
* MethodCount
* OneStatementPerLine

Modified rules in 5.3:
* PackageDeclaration
* MagicNumber
* AbstractClassName
* AvoidStarImport

Modified rules in 5.4:
* UnusedImports
* MagicNumber
* EqualsAvoidNull
* IllegalThrows
* RedundantModifier

12 years agoMerging from release-2.12 branch
Eric Hartmann [Tue, 29 Nov 2011 10:42:35 +0000 (11:42 +0100)]
Merging from release-2.12 branch

12 years agoFix migrations on MSSQL
simonbrandhof [Tue, 29 Nov 2011 09:09:34 +0000 (10:09 +0100)]
Fix migrations on MSSQL

12 years agoRemove deprecated calls to org.sonar.api.resources.Project
Simon Brandhof [Mon, 28 Nov 2011 16:31:40 +0000 (17:31 +0100)]
Remove deprecated calls to org.sonar.api.resources.Project

12 years agoFix loading of title in the widget hotspot by metric
Simon Brandhof [Mon, 28 Nov 2011 16:30:56 +0000 (17:30 +0100)]
Fix loading of title in the widget hotspot by metric

12 years agoSONAR-1974 Add RULE_FAILURES.RESOURCE_ID
Simon Brandhof [Mon, 28 Nov 2011 16:30:29 +0000 (17:30 +0100)]
SONAR-1974 Add RULE_FAILURES.RESOURCE_ID

12 years agoSONAR-1974 RULE_FAILURES.SNAPSHOT_ID must be nullable
Simon Brandhof [Mon, 28 Nov 2011 15:34:11 +0000 (16:34 +0100)]
SONAR-1974 RULE_FAILURES.SNAPSHOT_ID must be nullable

12 years agoSONAR-3027 Update the Dependencies Viewer (GWT)
Simon Brandhof [Mon, 28 Nov 2011 15:33:14 +0000 (16:33 +0100)]
SONAR-3027 Update the Dependencies Viewer (GWT)

12 years agoSONAR-3039 Refactor the LCOM4 viewer with Ruby extension
Simon Brandhof [Mon, 28 Nov 2011 14:37:25 +0000 (15:37 +0100)]
SONAR-3039 Refactor the LCOM4 viewer with Ruby extension

12 years agoFix name of CoreMetrics#metrics
Simon Brandhof [Mon, 28 Nov 2011 10:33:04 +0000 (11:33 +0100)]
Fix name of CoreMetrics#metrics

12 years agoHotspot widgets: complete SQL request + move HTML templates to a dedicated repository
Simon Brandhof [Mon, 28 Nov 2011 10:32:27 +0000 (11:32 +0100)]
Hotspot widgets: complete SQL request + move HTML templates to a dedicated repository

12 years agoFormat source WeightedViolationsDecorator.java
Simon Brandhof [Mon, 28 Nov 2011 09:52:17 +0000 (10:52 +0100)]
Format source WeightedViolationsDecorator.java

12 years agoSONAR-3023 Fix migration on MSSQL
Evgeny Mandrikov [Mon, 28 Nov 2011 08:19:32 +0000 (12:19 +0400)]
SONAR-3023 Fix migration on MSSQL

12 years agoRefactoring: WeightedViolationsDecorator should use Settings API instead of deprecate...
Simon Brandhof [Mon, 28 Nov 2011 09:49:06 +0000 (10:49 +0100)]
Refactoring: WeightedViolationsDecorator should use Settings API instead of deprecated Commons Configuration.

12 years agoAdd factory methods to converters of org.sonar.api.utils.KeyValueFormat
Simon Brandhof [Mon, 28 Nov 2011 09:48:51 +0000 (10:48 +0100)]
Add factory methods to converters of org.sonar.api.utils.KeyValueFormat

12 years agoFix conflict in hotspot_most_violated_rules.html.erb
Simon Brandhof [Mon, 28 Nov 2011 09:30:24 +0000 (10:30 +0100)]
Fix conflict in hotspot_most_violated_rules.html.erb

12 years agoRelease 2.12 2.12
Eric Hartmann [Mon, 28 Nov 2011 08:42:38 +0000 (09:42 +0100)]
Release 2.12

12 years agoSONAR-3033 Bad tooltip for the action "Move right" in the Components page
Simon Brandhof [Mon, 28 Nov 2011 07:34:46 +0000 (08:34 +0100)]
SONAR-3033 Bad tooltip for the action "Move right" in the Components page

12 years agoRemove the italic font from CSS
Simon Brandhof [Fri, 25 Nov 2011 17:53:15 +0000 (18:53 +0100)]
Remove the italic font from CSS

12 years agoSONAR-2399 Fix small bug on widget parameter retrieval
Fabrice Bellingard [Fri, 25 Nov 2011 16:04:40 +0000 (17:04 +0100)]
SONAR-2399 Fix small bug on widget parameter retrieval

=> if the user sets the numberOfLines parameter to blank (''), then
the widget can't be displayed any more.

12 years agoSONAR-2991 Fix display of total count + remove page size field
Fabrice Bellingard [Fri, 25 Nov 2011 15:06:34 +0000 (16:06 +0100)]
SONAR-2991 Fix display of total count + remove page size field

12 years agoSONAR-2399 Improve review widgets
Fabrice Bellingard [Fri, 25 Nov 2011 14:45:44 +0000 (15:45 +0100)]
SONAR-2399 Improve review widgets

- Make all widgets "differential-view" compliant
- Add bars on the review-per-developer widget
- Fix bug in the link on the the review-per-developer widget
- Fix table display bug on Chrome
- Add description to widget parameters

12 years agoRemove hardcoded path for MostViolatedRulesWidget
Simon Brandhof [Fri, 25 Nov 2011 11:40:26 +0000 (12:40 +0100)]
Remove hardcoded path for MostViolatedRulesWidget

12 years agoSONAR-3029 compatibility with the widget Most Violated Rules
Simon Brandhof [Fri, 25 Nov 2011 11:33:58 +0000 (12:33 +0100)]
SONAR-3029 compatibility with the widget Most Violated Rules

12 years agoFix some violations
Fabrice Bellingard [Fri, 25 Nov 2011 09:40:53 +0000 (10:40 +0100)]
Fix some violations

12 years agoFix some violations
Simon Brandhof [Fri, 25 Nov 2011 08:57:42 +0000 (09:57 +0100)]
Fix some violations

12 years agoSONAR-2399 Provide some "Reviews" widgets
Fabrice Bellingard [Thu, 24 Nov 2011 18:11:54 +0000 (19:11 +0100)]
SONAR-2399 Provide some "Reviews" widgets

- My open reviews
- Project open reviews
- False positive reviews
- Number of reviews per developer

12 years agoRemove unused and incorrect import
Simon Brandhof [Thu, 24 Nov 2011 18:08:12 +0000 (19:08 +0100)]
Remove unused and incorrect import

12 years agoSONAR-3029 remove unused l10n translations + fix selection of severity in violations...
Simon Brandhof [Thu, 24 Nov 2011 16:43:06 +0000 (17:43 +0100)]
SONAR-3029 remove unused l10n translations + fix selection of severity in violations viewer

12 years agoSONAR-3029 API: allow to have different severities for violations related to the...
Simon Brandhof [Thu, 24 Nov 2011 16:15:31 +0000 (17:15 +0100)]
SONAR-3029 API: allow to have different severities for violations related to the same rule

12 years agoSONAR-3027 Highlight measure values in headers of viewers
Simon Brandhof [Thu, 24 Nov 2011 14:42:08 +0000 (15:42 +0100)]
SONAR-3027 Highlight measure values in headers of viewers

12 years agoSONAR-2945 Synchronize review title&line with corresponding violation
Fabrice Bellingard [Wed, 23 Nov 2011 15:50:38 +0000 (16:50 +0100)]
SONAR-2945 Synchronize review title&line with corresponding violation

The message and the line of a violation linked to a review are not
updated in the review detail when the violation changes.

12 years agoSONAR-3023 Increase the size for column "qualifier" in DB
Evgeny Mandrikov [Wed, 23 Nov 2011 11:59:49 +0000 (15:59 +0400)]
SONAR-3023 Increase the size for column "qualifier" in DB

Tables SNAPSHOTS and PROJECTS.

12 years agoReformat schema-derby.ddl and remove unused sonar-test.ddl
Evgeny Mandrikov [Wed, 23 Nov 2011 12:17:34 +0000 (16:17 +0400)]
Reformat schema-derby.ddl and remove unused sonar-test.ddl

12 years agoSONAR-2897 Support old name for "sonar.cobertura.maxmen"
Fabrice Bellingard [Tue, 22 Nov 2011 16:31:02 +0000 (17:31 +0100)]
SONAR-2897 Support old name for "sonar.cobertura.maxmen"

12 years agoSONAR-2816 Internationalize numbers displayed in the TimeLine widget
Fabrice Bellingard [Tue, 22 Nov 2011 16:15:39 +0000 (17:15 +0100)]
SONAR-2816 Internationalize numbers displayed in the TimeLine widget

12 years agoSONAR-2071 Open resource viewer on the correct tab
Fabrice Bellingard [Tue, 22 Nov 2011 10:18:07 +0000 (11:18 +0100)]
SONAR-2071 Open resource viewer on the correct tab

12 years agoSONAR-2071 Open resource viewer on the correct tab
Fabrice Bellingard [Tue, 22 Nov 2011 10:18:07 +0000 (11:18 +0100)]
SONAR-2071 Open resource viewer on the correct tab

12 years agoRevert the bolding of values in headers of source viewers
Simon Brandhof [Tue, 22 Nov 2011 09:03:11 +0000 (10:03 +0100)]
Revert the bolding of values in headers of source viewers

12 years agoRevert the bolding of values in headers of source viewers
Simon Brandhof [Tue, 22 Nov 2011 09:03:11 +0000 (10:03 +0100)]
Revert the bolding of values in headers of source viewers

12 years agoAdd comment to ChidamberKemererBridge
Simon Brandhof [Mon, 21 Nov 2011 18:18:32 +0000 (19:18 +0100)]
Add comment to ChidamberKemererBridge

12 years agoLCOM4 of Java files without any class - like package-info.java - must be 1
Simon Brandhof [Mon, 21 Nov 2011 18:05:11 +0000 (19:05 +0100)]
LCOM4 of Java files without any class - like package-info.java - must be 1

12 years agoMinor UI improvements : alignment in components header + labels in coverage widget
Simon Brandhof [Mon, 21 Nov 2011 18:03:54 +0000 (19:03 +0100)]
Minor UI improvements : alignment in components header + labels in coverage widget

12 years agoLCOM4 of Java files without any class - like package-info.java - must be 1
Simon Brandhof [Mon, 21 Nov 2011 18:05:11 +0000 (19:05 +0100)]
LCOM4 of Java files without any class - like package-info.java - must be 1

12 years agoMinor UI improvements : alignment in components header + labels in coverage widget
Simon Brandhof [Mon, 21 Nov 2011 18:03:54 +0000 (19:03 +0100)]
Minor UI improvements : alignment in components header + labels in coverage widget

12 years agoSONAR-2947 Manually load the right violation for a review
Fabrice Bellingard [Mon, 21 Nov 2011 17:02:57 +0000 (18:02 +0100)]
SONAR-2947 Manually load the right violation for a review

=> the "belongs_to" was causing troubles when running too many
analyses in a small time frame : the source code snippet displayed in
a review detail was not always the last snapshot.

12 years agoSONAR-2991 Add pagination to the "Reviews" page
Fabrice Bellingard [Mon, 21 Nov 2011 15:12:21 +0000 (16:12 +0100)]
SONAR-2991 Add pagination to the "Reviews" page

12 years agoSONAR-2972 Remove the + sign before the number of accessors
Fabrice Bellingard [Mon, 21 Nov 2011 09:26:20 +0000 (10:26 +0100)]
SONAR-2972 Remove the + sign before the number of accessors

12 years agoSONAR-2897 Rename "sonar.cobertura.maxmen" to "sonar.cobertura.maxmem"
Fabrice Bellingard [Mon, 21 Nov 2011 09:11:27 +0000 (10:11 +0100)]
SONAR-2897 Rename "sonar.cobertura.maxmen" to "sonar.cobertura.maxmem"

12 years agoSONAR-2975 remove useless connection initialization in ActiveRecord PostgreSQL adapter
simonbrandhof [Tue, 15 Nov 2011 07:32:16 +0000 (08:32 +0100)]
SONAR-2975 remove useless connection initialization in ActiveRecord PostgreSQL adapter

The connection is already initialized by Commons DBCP

12 years agoRemove the field %logger from Logback configuration of Maven plugins
simonbrandhof [Mon, 14 Nov 2011 21:29:45 +0000 (22:29 +0100)]
Remove the field %logger from Logback configuration of Maven plugins

12 years agoSONAR-2975 fix typo in Oracle ALTER SESSION statement
simonbrandhof [Mon, 14 Nov 2011 21:48:09 +0000 (22:48 +0100)]
SONAR-2975 fix typo in Oracle ALTER SESSION statement

12 years agoSONAR-2975 refactor the activerecord configuration
simonbrandhof [Mon, 14 Nov 2011 21:36:08 +0000 (22:36 +0100)]
SONAR-2975 refactor the activerecord configuration

12 years agoRemove the field %logger from Logback configuration of Maven plugins
simonbrandhof [Mon, 14 Nov 2011 21:29:45 +0000 (22:29 +0100)]
Remove the field %logger from Logback configuration of Maven plugins

12 years agoSONAR-2975 Rename the property sonar.hibernate.default_schema to sonar.jdbc.schema
Simon Brandhof [Mon, 14 Nov 2011 18:05:32 +0000 (19:05 +0100)]
SONAR-2975 Rename the property sonar.hibernate.default_schema to sonar.jdbc.schema

MyBatis mappers are refactored at the same time. Schema is not explicitely used in SQL requests anymore. Schema is
automatically handled by the connection pool (commons dbcp) for Oracle and PostgreSQL.

12 years ago[maven-release-plugin] prepare for next development iteration
Eric Hartmann [Mon, 14 Nov 2011 13:55:40 +0000 (14:55 +0100)]
[maven-release-plugin] prepare for next development iteration

12 years ago[maven-release-plugin] prepare release 2.12-RC2
Eric Hartmann [Mon, 14 Nov 2011 13:55:38 +0000 (14:55 +0100)]
[maven-release-plugin] prepare release 2.12-RC2

12 years agoRemove 2 commented-out lines + add a DEBUG log when excluding plugin
Simon Brandhof [Mon, 14 Nov 2011 09:01:55 +0000 (10:01 +0100)]
Remove 2 commented-out lines + add a DEBUG log when excluding plugin

12 years agoFix potential NPE in Gradle task
simonbrandhof [Sun, 13 Nov 2011 23:35:13 +0000 (00:35 +0100)]
Fix potential NPE in Gradle task

12 years agoFix compatibility of file exclusions with the dotnet plugin
simonbrandhof [Sun, 13 Nov 2011 22:23:34 +0000 (23:23 +0100)]
Fix compatibility of file exclusions with the dotnet plugin

12 years agoFix loading of Gradle global properties
simonbrandhof [Sun, 13 Nov 2011 22:22:34 +0000 (23:22 +0100)]
Fix loading of Gradle global properties

12 years agoFix potential NPE in Gradle task
simonbrandhof [Sun, 13 Nov 2011 23:35:13 +0000 (00:35 +0100)]
Fix potential NPE in Gradle task

12 years agoFix compatibility of file exclusions with the dotnet plugin
simonbrandhof [Sun, 13 Nov 2011 22:23:34 +0000 (23:23 +0100)]
Fix compatibility of file exclusions with the dotnet plugin