-
Notifications
You must be signed in to change notification settings - Fork 25
Fixing of issue 280 #300
base: master
Are you sure you want to change the base?
Fixing of issue 280 #300
Commits on Aug 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f0ef981 - Browse repository at this point
Copy the full SHA f0ef981View commit details
Commits on Aug 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e146ce7 - Browse repository at this point
Copy the full SHA e146ce7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54ce7a8 - Browse repository at this point
Copy the full SHA 54ce7a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae9f093 - Browse repository at this point
Copy the full SHA ae9f093View commit details
Commits on Aug 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b7e8af4 - Browse repository at this point
Copy the full SHA b7e8af4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6374119 - Browse repository at this point
Copy the full SHA 6374119View commit details -
added wrapping for more than 80 characters
but the function for checking doesnt work yet(getLengthOfAssemblyExpression), maybe use IHiddenRegionFormatter.setOnAutowrap
Configuration menu - View commit details
-
Copy full SHA for 1c88003 - Browse repository at this point
Copy the full SHA 1c88003View commit details -
Further Improving of test coverage for quickfixes
Also extended some quickfixes.
Configuration menu - View commit details
-
Copy full SHA for 5d19313 - Browse repository at this point
Copy the full SHA 5d19313View commit details
Commits on Aug 13, 2019
-
Added missing testcases for quickfixes
The test coverage for compiler errors, warnings and it's quickfixes, now looks like the following: // Compiler ERRORS String ERROR_CONSTANT_MODIFIER_WAS_REMOVED = Quickfix tested String ERROR_DATA_LOCATION_MUST_BE_CALLDATA_FOR_EXTERNAL_PARAMETER = Quickfix tested String ERROR_DATA_LOCATION_MUST_BE_MEMORY_FOR_PARAMETER = Quickfix tested String ERROR_DATA_LOCATION_MUST_BE_MEMORY_FOR_RETURN_PARAMETER = Quickfix tested String ERROR_DATA_LOCATION_MUST_BE_MEMORY_OR_STORAGE_FOR_RETURN_PARAMETER = Quickfix tested String ERROR_DATALOCATION_MUST_BE_STORAGE = Not reproducable String ERROR_DATA_LOCATION_MUST_BE_SPECIFIED_FOR_VARIABLE = Quickfix tested String ERROR_DATA_LOCATION_MUST_BE_STORAGE_OR_MEMORY_FOR_PARAMETER = Quickfix tested String ERROR_FUNCTION_DECLARED_AS_PURE_BUT_MUST_BE_VIEW = Not reproducable String ERROR_FUNCTION_DECLARED_AS_VIEW_BUT_MUST_BE_PAYABLE_OR_NON_PAYABLE = Quickfix tested String ERROR_FUNCTION_NAME_EQUALS_CONTRACT_NAME_DISALLOWED = Quickfix tested String ERROR_INVALID_IMPLICID_CONVERSION_TO_ADDRESS_PAYABLE = Quickfix tested String ERROR_MEMBER_TRANSFER_NOT_FOUND_OR_VISIBLE = No Quickfix available String ERROR_NO_VISIBILITY_SPECIFIED = Quickfix tested String ERROR_STATE_MUTABILITY_ONLY_ALLOWED_FOR_ADDRESS = Quickfix tested String ERROR_THROW_KEYWORD_DISALLOWED = Quickfix tested String ERROR_VAR_KEYWORD_DISALLOWED = Quickfix doesn't work because of bug String ERROR_YEARS_IS_DISALLOWED = Quickfix tested String ERROR_DEPRECATED_SUICIDE = Quickfix tested String ERROR_DEPRECATED_SHA3 = Quickfix tested String ERROR_INTERFACE_FUNCTIONS_CAN_NOT_HAVE_MODIFIERS = Quickfix tested String ERROR_MSG_VALUE_ONLY_ALLOWED_IN_PAYABLE = No Quickfix available // Compiler WARNINGS String WARNING_DEPRECATED_CALLCODE = Overshadowed by an error String WARNING_DEPRECATED_FUNCTION_CONSTRUCTOR = Overshadowed by ERROR_FUNCTION_NAME_EQUALS_CONTRACT_NAME_DISALLOWED String WARNING_DEPRECATED_NAMED_FUNCTION_PARAMETERS = Not producable by the compiler String WARNING_DEPRECATED_NAMED_FUNCTION_RETURN_VALUES = Not producable by the compiler String WARNING_DEPRECATED_SHA3 = Overshadowed by ERROR_DEPRECATED_SHA3 String WARNING_DEPRECATED_SUICIDE = Overshadowed by ERROR_DEPRECATED_SUICIDE String WARNING_DEPRECATED_THROW = Overshadowed by ERROR_THROW_KEYWORD_DISALLOWED String WARNING_FILE_NO_PRAGMA_SOLIDITY = Quickfix tested String WARNING_FUNCTION_STATE_MUTABILITY_PURE = Quickfix tested String WARNING_FUNCTION_STATE_MUTABILITY_VIEW = Quickfix tested String WARNING_FUNCTION_UNUSED_PARAMETER = Quickfix tested String WARNING_FUNCTION_VISIBILITY = Overshadowed by ERROR_NO_VISIBILITY_SPECIFIED String WARNING_LOCAL_VARIABLE_UNUSED = Quickfix tested String WARNING_MSG_VALUE_IN_NON_PAYABLE = Overshadowed by ERROR_MSG_VALUE_ONLY_ALLOWED_IN_PAYABLE String WARNING_SHADOWED_DECLARATION = No Quickfix available String WARNING_SOLIDITY_VERSION_NOT_THE_DEFAULT = Warning seems to be removed by the newer compiler version String WARNING_USSAGE_OF_SEND = Quickfix tested String WARNING_VARIABLE_STORAGE_POINTER = Overshadowed by an equivalent error, which is not documented by us at the moment
Configuration menu - View commit details
-
Copy full SHA for 85107e4 - Browse repository at this point
Copy the full SHA 85107e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f3db0a - Browse repository at this point
Copy the full SHA 2f3db0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f74284 - Browse repository at this point
Copy the full SHA 7f74284View commit details -
Configuration menu - View commit details
-
Copy full SHA for 939325b - Browse repository at this point
Copy the full SHA 939325bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f55c50 - Browse repository at this point
Copy the full SHA 2f55c50View commit details -
Further Improving of test coverage for quickfixes
Also extended some quickfixes.
Configuration menu - View commit details
-
Copy full SHA for 1a49bc6 - Browse repository at this point
Copy the full SHA 1a49bc6View commit details -
Added missing testcases for quickfixes
The test coverage for compiler errors, warnings and it's quickfixes, now looks like the following: // Compiler ERRORS String ERROR_CONSTANT_MODIFIER_WAS_REMOVED = Quickfix tested String ERROR_DATA_LOCATION_MUST_BE_CALLDATA_FOR_EXTERNAL_PARAMETER = Quickfix tested String ERROR_DATA_LOCATION_MUST_BE_MEMORY_FOR_PARAMETER = Quickfix tested String ERROR_DATA_LOCATION_MUST_BE_MEMORY_FOR_RETURN_PARAMETER = Quickfix tested String ERROR_DATA_LOCATION_MUST_BE_MEMORY_OR_STORAGE_FOR_RETURN_PARAMETER = Quickfix tested String ERROR_DATALOCATION_MUST_BE_STORAGE = Not reproducable String ERROR_DATA_LOCATION_MUST_BE_SPECIFIED_FOR_VARIABLE = Quickfix tested String ERROR_DATA_LOCATION_MUST_BE_STORAGE_OR_MEMORY_FOR_PARAMETER = Quickfix tested String ERROR_FUNCTION_DECLARED_AS_PURE_BUT_MUST_BE_VIEW = Not reproducable String ERROR_FUNCTION_DECLARED_AS_VIEW_BUT_MUST_BE_PAYABLE_OR_NON_PAYABLE = Quickfix tested String ERROR_FUNCTION_NAME_EQUALS_CONTRACT_NAME_DISALLOWED = Quickfix tested String ERROR_INVALID_IMPLICID_CONVERSION_TO_ADDRESS_PAYABLE = Quickfix tested String ERROR_MEMBER_TRANSFER_NOT_FOUND_OR_VISIBLE = No Quickfix available String ERROR_NO_VISIBILITY_SPECIFIED = Quickfix tested String ERROR_STATE_MUTABILITY_ONLY_ALLOWED_FOR_ADDRESS = Quickfix tested String ERROR_THROW_KEYWORD_DISALLOWED = Quickfix tested String ERROR_VAR_KEYWORD_DISALLOWED = Quickfix doesn't work because of bug String ERROR_YEARS_IS_DISALLOWED = Quickfix tested String ERROR_DEPRECATED_SUICIDE = Quickfix tested String ERROR_DEPRECATED_SHA3 = Quickfix tested String ERROR_INTERFACE_FUNCTIONS_CAN_NOT_HAVE_MODIFIERS = Quickfix tested String ERROR_MSG_VALUE_ONLY_ALLOWED_IN_PAYABLE = No Quickfix available // Compiler WARNINGS String WARNING_DEPRECATED_CALLCODE = Overshadowed by an error String WARNING_DEPRECATED_FUNCTION_CONSTRUCTOR = Overshadowed by ERROR_FUNCTION_NAME_EQUALS_CONTRACT_NAME_DISALLOWED String WARNING_DEPRECATED_NAMED_FUNCTION_PARAMETERS = Not producable by the compiler String WARNING_DEPRECATED_NAMED_FUNCTION_RETURN_VALUES = Not producable by the compiler String WARNING_DEPRECATED_SHA3 = Overshadowed by ERROR_DEPRECATED_SHA3 String WARNING_DEPRECATED_SUICIDE = Overshadowed by ERROR_DEPRECATED_SUICIDE String WARNING_DEPRECATED_THROW = Overshadowed by ERROR_THROW_KEYWORD_DISALLOWED String WARNING_FILE_NO_PRAGMA_SOLIDITY = Quickfix tested String WARNING_FUNCTION_STATE_MUTABILITY_PURE = Quickfix tested String WARNING_FUNCTION_STATE_MUTABILITY_VIEW = Quickfix tested String WARNING_FUNCTION_UNUSED_PARAMETER = Quickfix tested String WARNING_FUNCTION_VISIBILITY = Overshadowed by ERROR_NO_VISIBILITY_SPECIFIED String WARNING_LOCAL_VARIABLE_UNUSED = Quickfix tested String WARNING_MSG_VALUE_IN_NON_PAYABLE = Overshadowed by ERROR_MSG_VALUE_ONLY_ALLOWED_IN_PAYABLE String WARNING_SHADOWED_DECLARATION = No Quickfix available String WARNING_SOLIDITY_VERSION_NOT_THE_DEFAULT = Warning seems to be removed by the newer compiler version String WARNING_USSAGE_OF_SEND = Quickfix tested String WARNING_VARIABLE_STORAGE_POINTER = Overshadowed by an equivalent error, which is not documented by us at the moment
Configuration menu - View commit details
-
Copy full SHA for a8d8e4a - Browse repository at this point
Copy the full SHA a8d8e4aView commit details -
Merge branch 'issues_279_280' of
https://github.com/Yakindu/solidity-ide.git into issues_279_280 Conflicts: plugins/com.yakindu.solidity.ui/src/com/yakindu/solidity/ui/quickfix/SolidityQuickfixProvider.xtend
Configuration menu - View commit details
-
Copy full SHA for c696f93 - Browse repository at this point
Copy the full SHA c696f93View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbb4c75 - Browse repository at this point
Copy the full SHA dbb4c75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d3137c - Browse repository at this point
Copy the full SHA 4d3137cView commit details
Commits on Aug 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 77727e0 - Browse repository at this point
Copy the full SHA 77727e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for fee754f - Browse repository at this point
Copy the full SHA fee754fView commit details -
Merge pull request #302 from Yakindu/issue_301
Fix platform test for MacOSX.
Configuration menu - View commit details
-
Copy full SHA for 648630e - Browse repository at this point
Copy the full SHA 648630eView commit details
Commits on Aug 15, 2019
-
The solidity Plugin was renamed, but the PLUGIN_ID constant wasn't adapted.
Configuration menu - View commit details
-
Copy full SHA for fca3a5b - Browse repository at this point
Copy the full SHA fca3a5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58bb1ac - Browse repository at this point
Copy the full SHA 58bb1acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ee4bf0 - Browse repository at this point
Copy the full SHA 6ee4bf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 469fa60 - Browse repository at this point
Copy the full SHA 469fa60View commit details -
Configuration menu - View commit details
-
Copy full SHA for a847041 - Browse repository at this point
Copy the full SHA a847041View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c35eb7 - Browse repository at this point
Copy the full SHA 3c35eb7View commit details -
fixed getLengthOfAssemblyExpression(FunctionalAssemblyExpression it)
and fixed a small indentation error for, where FunctionalAssemblyExpressions had their name be followed by a space and not the opening bracket.
Configuration menu - View commit details
-
Copy full SHA for a125a5d - Browse repository at this point
Copy the full SHA a125a5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08b3b90 - Browse repository at this point
Copy the full SHA 08b3b90View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc34ee0 - Browse repository at this point
Copy the full SHA cc34ee0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89fba6d - Browse repository at this point
Copy the full SHA 89fba6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c8f7f3e - Browse repository at this point
Copy the full SHA c8f7f3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b29013 - Browse repository at this point
Copy the full SHA 5b29013View commit details
Commits on Aug 16, 2019
-
by changing `format(PragmaDirective it, extension IFormattableDocument document)`
Configuration menu - View commit details
-
Copy full SHA for ccf4db9 - Browse repository at this point
Copy the full SHA ccf4db9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 827b53e - Browse repository at this point
Copy the full SHA 827b53eView commit details -
Configuration menu - View commit details
-
Copy full SHA for eeb62ed - Browse repository at this point
Copy the full SHA eeb62edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ef3aa3 - Browse repository at this point
Copy the full SHA 1ef3aa3View commit details
Commits on Aug 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1314821 - Browse repository at this point
Copy the full SHA 1314821View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3a995a - Browse repository at this point
Copy the full SHA d3a995aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 790e047 - Browse repository at this point
Copy the full SHA 790e047View commit details
Commits on Aug 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ceb43d1 - Browse repository at this point
Copy the full SHA ceb43d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3190ec2 - Browse repository at this point
Copy the full SHA 3190ec2View commit details
Commits on Aug 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2ae516a - Browse repository at this point
Copy the full SHA 2ae516aView commit details -
Configuration menu - View commit details
-
Copy full SHA for adc84e6 - Browse repository at this point
Copy the full SHA adc84e6View commit details
Commits on Aug 23, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 172626e - Browse repository at this point
Copy the full SHA 172626eView commit details -
Maven Build finally runs (at least locally)
Configuration menu - View commit details
-
Copy full SHA for f5eb90f - Browse repository at this point
Copy the full SHA f5eb90fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e09f65 - Browse repository at this point
Copy the full SHA 0e09f65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 355b0ce - Browse repository at this point
Copy the full SHA 355b0ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2116500 - Browse repository at this point
Copy the full SHA 2116500View commit details -
Configuration menu - View commit details
-
Copy full SHA for 256fdc1 - Browse repository at this point
Copy the full SHA 256fdc1View commit details -
Further Improving of test coverage for quickfixes
Also extended some quickfixes.
Configuration menu - View commit details
-
Copy full SHA for f3ca57e - Browse repository at this point
Copy the full SHA f3ca57eView commit details -
Added missing testcases for quickfixes
The test coverage for compiler errors, warnings and it's quickfixes, now looks like the following: // Compiler ERRORS String ERROR_CONSTANT_MODIFIER_WAS_REMOVED = Quickfix tested String ERROR_DATA_LOCATION_MUST_BE_CALLDATA_FOR_EXTERNAL_PARAMETER = Quickfix tested String ERROR_DATA_LOCATION_MUST_BE_MEMORY_FOR_PARAMETER = Quickfix tested String ERROR_DATA_LOCATION_MUST_BE_MEMORY_FOR_RETURN_PARAMETER = Quickfix tested String ERROR_DATA_LOCATION_MUST_BE_MEMORY_OR_STORAGE_FOR_RETURN_PARAMETER = Quickfix tested String ERROR_DATALOCATION_MUST_BE_STORAGE = Not reproducable String ERROR_DATA_LOCATION_MUST_BE_SPECIFIED_FOR_VARIABLE = Quickfix tested String ERROR_DATA_LOCATION_MUST_BE_STORAGE_OR_MEMORY_FOR_PARAMETER = Quickfix tested String ERROR_FUNCTION_DECLARED_AS_PURE_BUT_MUST_BE_VIEW = Not reproducable String ERROR_FUNCTION_DECLARED_AS_VIEW_BUT_MUST_BE_PAYABLE_OR_NON_PAYABLE = Quickfix tested String ERROR_FUNCTION_NAME_EQUALS_CONTRACT_NAME_DISALLOWED = Quickfix tested String ERROR_INVALID_IMPLICID_CONVERSION_TO_ADDRESS_PAYABLE = Quickfix tested String ERROR_MEMBER_TRANSFER_NOT_FOUND_OR_VISIBLE = No Quickfix available String ERROR_NO_VISIBILITY_SPECIFIED = Quickfix tested String ERROR_STATE_MUTABILITY_ONLY_ALLOWED_FOR_ADDRESS = Quickfix tested String ERROR_THROW_KEYWORD_DISALLOWED = Quickfix tested String ERROR_VAR_KEYWORD_DISALLOWED = Quickfix doesn't work because of bug String ERROR_YEARS_IS_DISALLOWED = Quickfix tested String ERROR_DEPRECATED_SUICIDE = Quickfix tested String ERROR_DEPRECATED_SHA3 = Quickfix tested String ERROR_INTERFACE_FUNCTIONS_CAN_NOT_HAVE_MODIFIERS = Quickfix tested String ERROR_MSG_VALUE_ONLY_ALLOWED_IN_PAYABLE = No Quickfix available // Compiler WARNINGS String WARNING_DEPRECATED_CALLCODE = Overshadowed by an error String WARNING_DEPRECATED_FUNCTION_CONSTRUCTOR = Overshadowed by ERROR_FUNCTION_NAME_EQUALS_CONTRACT_NAME_DISALLOWED String WARNING_DEPRECATED_NAMED_FUNCTION_PARAMETERS = Not producable by the compiler String WARNING_DEPRECATED_NAMED_FUNCTION_RETURN_VALUES = Not producable by the compiler String WARNING_DEPRECATED_SHA3 = Overshadowed by ERROR_DEPRECATED_SHA3 String WARNING_DEPRECATED_SUICIDE = Overshadowed by ERROR_DEPRECATED_SUICIDE String WARNING_DEPRECATED_THROW = Overshadowed by ERROR_THROW_KEYWORD_DISALLOWED String WARNING_FILE_NO_PRAGMA_SOLIDITY = Quickfix tested String WARNING_FUNCTION_STATE_MUTABILITY_PURE = Quickfix tested String WARNING_FUNCTION_STATE_MUTABILITY_VIEW = Quickfix tested String WARNING_FUNCTION_UNUSED_PARAMETER = Quickfix tested String WARNING_FUNCTION_VISIBILITY = Overshadowed by ERROR_NO_VISIBILITY_SPECIFIED String WARNING_LOCAL_VARIABLE_UNUSED = Quickfix tested String WARNING_MSG_VALUE_IN_NON_PAYABLE = Overshadowed by ERROR_MSG_VALUE_ONLY_ALLOWED_IN_PAYABLE String WARNING_SHADOWED_DECLARATION = No Quickfix available String WARNING_SOLIDITY_VERSION_NOT_THE_DEFAULT = Warning seems to be removed by the newer compiler version String WARNING_USSAGE_OF_SEND = Quickfix tested String WARNING_VARIABLE_STORAGE_POINTER = Overshadowed by an equivalent error, which is not documented by us at the moment
Configuration menu - View commit details
-
Copy full SHA for dfb6f01 - Browse repository at this point
Copy the full SHA dfb6f01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7043b54 - Browse repository at this point
Copy the full SHA 7043b54View commit details -
Configuration menu - View commit details
-
Copy full SHA for f148213 - Browse repository at this point
Copy the full SHA f148213View commit details -
Configuration menu - View commit details
-
Copy full SHA for 415a36a - Browse repository at this point
Copy the full SHA 415a36aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5270f46 - Browse repository at this point
Copy the full SHA 5270f46View commit details -
Further Improving of test coverage for quickfixes
Also extended some quickfixes.
Configuration menu - View commit details
-
Copy full SHA for f45cfc6 - Browse repository at this point
Copy the full SHA f45cfc6View commit details -
Added missing testcases for quickfixes
The test coverage for compiler errors, warnings and it's quickfixes, now looks like the following: // Compiler ERRORS String ERROR_CONSTANT_MODIFIER_WAS_REMOVED = Quickfix tested String ERROR_DATA_LOCATION_MUST_BE_CALLDATA_FOR_EXTERNAL_PARAMETER = Quickfix tested String ERROR_DATA_LOCATION_MUST_BE_MEMORY_FOR_PARAMETER = Quickfix tested String ERROR_DATA_LOCATION_MUST_BE_MEMORY_FOR_RETURN_PARAMETER = Quickfix tested String ERROR_DATA_LOCATION_MUST_BE_MEMORY_OR_STORAGE_FOR_RETURN_PARAMETER = Quickfix tested String ERROR_DATALOCATION_MUST_BE_STORAGE = Not reproducable String ERROR_DATA_LOCATION_MUST_BE_SPECIFIED_FOR_VARIABLE = Quickfix tested String ERROR_DATA_LOCATION_MUST_BE_STORAGE_OR_MEMORY_FOR_PARAMETER = Quickfix tested String ERROR_FUNCTION_DECLARED_AS_PURE_BUT_MUST_BE_VIEW = Not reproducable String ERROR_FUNCTION_DECLARED_AS_VIEW_BUT_MUST_BE_PAYABLE_OR_NON_PAYABLE = Quickfix tested String ERROR_FUNCTION_NAME_EQUALS_CONTRACT_NAME_DISALLOWED = Quickfix tested String ERROR_INVALID_IMPLICID_CONVERSION_TO_ADDRESS_PAYABLE = Quickfix tested String ERROR_MEMBER_TRANSFER_NOT_FOUND_OR_VISIBLE = No Quickfix available String ERROR_NO_VISIBILITY_SPECIFIED = Quickfix tested String ERROR_STATE_MUTABILITY_ONLY_ALLOWED_FOR_ADDRESS = Quickfix tested String ERROR_THROW_KEYWORD_DISALLOWED = Quickfix tested String ERROR_VAR_KEYWORD_DISALLOWED = Quickfix doesn't work because of bug String ERROR_YEARS_IS_DISALLOWED = Quickfix tested String ERROR_DEPRECATED_SUICIDE = Quickfix tested String ERROR_DEPRECATED_SHA3 = Quickfix tested String ERROR_INTERFACE_FUNCTIONS_CAN_NOT_HAVE_MODIFIERS = Quickfix tested String ERROR_MSG_VALUE_ONLY_ALLOWED_IN_PAYABLE = No Quickfix available // Compiler WARNINGS String WARNING_DEPRECATED_CALLCODE = Overshadowed by an error String WARNING_DEPRECATED_FUNCTION_CONSTRUCTOR = Overshadowed by ERROR_FUNCTION_NAME_EQUALS_CONTRACT_NAME_DISALLOWED String WARNING_DEPRECATED_NAMED_FUNCTION_PARAMETERS = Not producable by the compiler String WARNING_DEPRECATED_NAMED_FUNCTION_RETURN_VALUES = Not producable by the compiler String WARNING_DEPRECATED_SHA3 = Overshadowed by ERROR_DEPRECATED_SHA3 String WARNING_DEPRECATED_SUICIDE = Overshadowed by ERROR_DEPRECATED_SUICIDE String WARNING_DEPRECATED_THROW = Overshadowed by ERROR_THROW_KEYWORD_DISALLOWED String WARNING_FILE_NO_PRAGMA_SOLIDITY = Quickfix tested String WARNING_FUNCTION_STATE_MUTABILITY_PURE = Quickfix tested String WARNING_FUNCTION_STATE_MUTABILITY_VIEW = Quickfix tested String WARNING_FUNCTION_UNUSED_PARAMETER = Quickfix tested String WARNING_FUNCTION_VISIBILITY = Overshadowed by ERROR_NO_VISIBILITY_SPECIFIED String WARNING_LOCAL_VARIABLE_UNUSED = Quickfix tested String WARNING_MSG_VALUE_IN_NON_PAYABLE = Overshadowed by ERROR_MSG_VALUE_ONLY_ALLOWED_IN_PAYABLE String WARNING_SHADOWED_DECLARATION = No Quickfix available String WARNING_SOLIDITY_VERSION_NOT_THE_DEFAULT = Warning seems to be removed by the newer compiler version String WARNING_USSAGE_OF_SEND = Quickfix tested String WARNING_VARIABLE_STORAGE_POINTER = Overshadowed by an equivalent error, which is not documented by us at the moment
Configuration menu - View commit details
-
Copy full SHA for 4a60823 - Browse repository at this point
Copy the full SHA 4a60823View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30ef968 - Browse repository at this point
Copy the full SHA 30ef968View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0e4292 - Browse repository at this point
Copy the full SHA c0e4292View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2b69c1 - Browse repository at this point
Copy the full SHA d2b69c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdc71ce - Browse repository at this point
Copy the full SHA cdc71ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4ec362 - Browse repository at this point
Copy the full SHA e4ec362View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba40f79 - Browse repository at this point
Copy the full SHA ba40f79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 543d67d - Browse repository at this point
Copy the full SHA 543d67dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d25fd4 - Browse repository at this point
Copy the full SHA 5d25fd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88ffa6f - Browse repository at this point
Copy the full SHA 88ffa6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dbbf6e - Browse repository at this point
Copy the full SHA 4dbbf6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef2c5c1 - Browse repository at this point
Copy the full SHA ef2c5c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94be445 - Browse repository at this point
Copy the full SHA 94be445View commit details -
Maven Build finally runs (at least locally)
Configuration menu - View commit details
-
Copy full SHA for a088828 - Browse repository at this point
Copy the full SHA a088828View commit details -
Merge branch 'issues_279_280' of
https://github.com/Yakindu/solidity-ide.git into issues_279_280 Conflicts: extensions/theia/.gitignore plugins/com.yakindu.solidity.ide/src/com/yakindu/solidity/ide/internal/SolidityIdeCodeActionService.xtend plugins/com.yakindu.solidity.solc.mac.fragment/META-INF/MANIFEST.MF plugins/com.yakindu.solidity.solc.win.fragment/META-INF/MANIFEST.MF plugins/com.yakindu.solidity.tests/META-INF/MANIFEST.MF
Configuration menu - View commit details
-
Copy full SHA for 572a16f - Browse repository at this point
Copy the full SHA 572a16fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3db311d - Browse repository at this point
Copy the full SHA 3db311dView commit details -
Configuration menu - View commit details
-
Copy full SHA for dde540e - Browse repository at this point
Copy the full SHA dde540eView commit details